class Aws::CloudSearch::Types::LiteralArrayOptions
Options for a field that contains an array of literal strings. Present if `IndexFieldType` specifies the field is of type `literal-array`. All options are enabled by default.
@note When making an API call, you may pass LiteralArrayOptions
data as a hash: { default_value: "FieldValue", source_fields: "FieldNameCommaList", facet_enabled: false, search_enabled: false, return_enabled: false, }
@!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] facet_enabled
Whether facet information can be returned for the field. @return [Boolean]
@!attribute [rw] search_enabled
Whether the contents of the field are searchable. @return [Boolean]
@!attribute [rw] return_enabled
Whether the contents of the field can be returned in the search results. @return [Boolean]
Constants
- SENSITIVE