Options for a field that contains an array of dates. Present if IndexFieldType specifies the field is of type date-array . All options are enabled by default.

C# |
public class DateArrayOptions

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DateArrayOptions()()()() | Initializes a new instance of the DateArrayOptions class |
![]() | DefaultValue |
A value to use for the field if the field isn't specified for a document.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FacetEnabled |
Whether facet information can be returned for the field.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ReturnEnabled |
Whether the contents of the field can be returned in the search results.
|
![]() | SearchEnabled |
Whether the contents of the field are searchable.
|
![]() | SourceFields |
A list of source fields to map to the field.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDefaultValue(String) | Obsolete.
Sets the DefaultValue property
|
![]() | WithFacetEnabled(Boolean) | Obsolete.
Sets the FacetEnabled property
|
![]() | WithReturnEnabled(Boolean) | Obsolete.
Sets the ReturnEnabled property
|
![]() | WithSearchEnabled(Boolean) | Obsolete.
Sets the SearchEnabled property
|
![]() | WithSourceFields(String) | Obsolete.
Sets the SourceFields property
|

Object | |
![]() | DateArrayOptions |