Values.TextArrayOptionsSourceOptions for a field that contains an array of text strings. Present if IndexFieldType specifies the field is of type text-array. A text-array 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.
*)sourceFields : FieldNameCommaList.t option;A list of source fields to map to the field.
*)returnEnabled : Boolean.t option;Whether the contents of the field can be returned in 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-array field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FieldValue.t ]) list ]