DoubleArrayOptions
Description
Options 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.
Contents
- DefaultValue
-
A value to use for the field if the field isn't specified for a document.
Type: Double
Required: No
- FacetEnabled
-
Whether facet information can be returned for the field.
Type: Boolean
Required: No
- ReturnEnabled
-
Whether the contents of the field can be returned in the search results.
Type: Boolean
Required: No
- SearchEnabled
-
Whether the contents of the field are searchable.
Type: Boolean
Required: No
- SourceFields
-
A list of source fields to map to the field.
Type: String
Required: No