Options 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.

C# |
public class TextArrayOptions

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TextArrayOptions()()()() | Initializes a new instance of the TextArrayOptions class |
![]() | AnalysisScheme |
The name of an analysis scheme for a text-array field.
Constraints: |
![]() | DefaultValue |
A value to use for the field if the field isn't specified for a document.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HighlightEnabled |
Whether highlights can be returned for the field.
|
![]() | ReturnEnabled |
Whether the contents of the field can be returned in the search results.
|
![]() | SourceFields |
A list of source fields to map to the field.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAnalysisScheme(String) | Obsolete.
Sets the AnalysisScheme property
|
![]() | WithDefaultValue(String) | Obsolete.
Sets the DefaultValue property
|
![]() | WithHighlightEnabled(Boolean) | Obsolete.
Sets the HighlightEnabled property
|
![]() | WithReturnEnabled(Boolean) | Obsolete.
Sets the ReturnEnabled property
|
![]() | WithSourceFields(String) | Obsolete.
Sets the SourceFields property
|

Object | |
![]() | TextArrayOptions |