TextOptions
Options for text field. Present if IndexFieldType
specifies the field is of type text
. A text
field is always searchable. All options are enabled by default.
Types
Properties
The name of an analysis scheme for a text
field.
A value to use for the field if the field isn't specified for a document.
Whether highlights can be returned for the field.
Whether the contents of the field can be returned in the search results.
Whether the field can be used to sort the search results.
A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.