Enum SuggestSort
How suggestions should be sorted per suggest text term.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum SuggestSort
Fields
| Name | Description |
|---|---|
| Frequency | Sort by document frequency first, then similarity score and then the term itself |
| Score | Sort by score first, then document frequency and then the term itself |