class Aws::CloudSearch::Types::TextArrayOptions

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.

@note When making an API call, you may pass TextArrayOptions

data as a hash:

    {
      default_value: "FieldValue",
      source_fields: "FieldNameCommaList",
      return_enabled: false,
      highlight_enabled: false,
      analysis_scheme: "Word",
    }

@!attribute [rw] default_value

A value to use for the field if the field isn't specified for a
document.
@return [String]

@!attribute [rw] source_fields

A list of source fields to map to the field.
@return [String]

@!attribute [rw] return_enabled

Whether the contents of the field can be returned in the search
results.
@return [Boolean]

@!attribute [rw] highlight_enabled

Whether highlights can be returned for the field.
@return [Boolean]

@!attribute [rw] analysis_scheme

The name of an analysis scheme for a `text-array` field.
@return [String]

Constants

SENSITIVE