Enum Normalization
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum Normalization
Fields
| Name | Description |
|---|---|
| H1 | Normalization model that assumes a uniform distribution of the term frequency. |
| H2 | Normalization model in which the term frequency is inversely related to the length. |
| H3 | Dirichlet Priors normalization |
| No | Implementation used when there is no normalization. |
| Z | Pareto-Zipf Normalization |