Values.SuggesterSourceConfiguration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: FuzzyMatching, SortExpression.
type nonrec t = {suggesterName : StandardName.t;documentSuggesterOptions : DocumentSuggesterOptions.t;}val make :
suggesterName:StandardName.t ->
documentSuggesterOptions:DocumentSuggesterOptions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of StandardName.t
| `Structure of
(string * [> `Enum of string | `String of FieldName.t ]) list ])
list ]