class Aws::CloudSearch::Types::IntOptions

Options for a 64-bit signed integer field. Present if `IndexFieldType` specifies the field is of type `int`. All options are enabled by default.

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

data as a hash:

    {
      default_value: 1,
      source_field: "FieldName",
      facet_enabled: false,
      search_enabled: false,
      return_enabled: false,
      sort_enabled: false,
    }

@!attribute [rw] default_value

A value to use for the field if the field isn't specified for a
document. This can be important if you are using the field in an
expression and that field is not present in every document.
@return [Integer]

@!attribute [rw] source_field

The name of the source field 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]

@!attribute [rw] sort_enabled

Whether the field can be used to sort the search results.
@return [Boolean]

Constants

SENSITIVE