Values.TextOptionsSourceOptions for text field. Present if IndexFieldType specifies the field is of type text. A text field is always searchable. All options are enabled by default.
type nonrec t = {defaultValue : FieldValue.t option;A value to use for the field if the field isn't specified for a document.
*)sourceField : FieldName.t option;returnEnabled : Boolean.t option;Whether the contents of the field can be returned in the search results.
*)sortEnabled : Boolean.t option;Whether the field can be used to sort the search results.
*)highlightEnabled : Boolean.t option;Whether highlights can be returned for the field.
*)analysisScheme : Word.t option;The name of an analysis scheme for a text field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FieldValue.t ]) list ]