Values.IntArrayOptionsSourceOptions for a field that contains an array of 64-bit signed integers. Present if IndexFieldType specifies the field is of type int-array. All options are enabled by default.
type nonrec t = {defaultValue : Long.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.
*)facetEnabled : Boolean.t option;Whether facet information can be returned for the field.
*)searchEnabled : Boolean.t option;Whether the contents of the field are searchable.
*)returnEnabled : Boolean.t option;Whether the contents of the field can be returned in the search results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Long of Long.t
| `String of FieldNameCommaList.t ])
list ]