Values.DoubleArrayOptionsSourceOptions for a field that contains an array of double-precision 64-bit floating point values. Present if IndexFieldType specifies the field is of type double-array. All options are enabled by default.
type nonrec t = {defaultValue : Double.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
| `Double of Double.t
| `String of FieldNameCommaList.t ])
list ]