Class: Aws::CloudSearch::Types::DoubleArrayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DoubleArrayOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
Options for a field that contains an array of double-precision 64-bit floating point values. Present if ‘IndexFieldType` specifies the field is of type `double-array`. All options are enabled by default.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ Float
A value to use for the field if the field isn’t specified for a document.
-
#facet_enabled ⇒ Boolean
Whether facet information can be returned for the field.
-
#return_enabled ⇒ Boolean
Whether the contents of the field can be returned in the search results.
-
#search_enabled ⇒ Boolean
Whether the contents of the field are searchable.
-
#source_fields ⇒ String
A list of source fields to map to the field.
Instance Attribute Details
#default_value ⇒ Float
A value to use for the field if the field isn’t specified for a document.
1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1171 class DoubleArrayOptions < Struct.new( :default_value, :source_fields, :facet_enabled, :search_enabled, :return_enabled) SENSITIVE = [] include Aws::Structure end |
#facet_enabled ⇒ Boolean
Whether facet information can be returned for the field.
1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1171 class DoubleArrayOptions < Struct.new( :default_value, :source_fields, :facet_enabled, :search_enabled, :return_enabled) SENSITIVE = [] include Aws::Structure end |
#return_enabled ⇒ Boolean
Whether the contents of the field can be returned in the search results.
1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1171 class DoubleArrayOptions < Struct.new( :default_value, :source_fields, :facet_enabled, :search_enabled, :return_enabled) SENSITIVE = [] include Aws::Structure end |
#search_enabled ⇒ Boolean
Whether the contents of the field are searchable.
1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1171 class DoubleArrayOptions < Struct.new( :default_value, :source_fields, :facet_enabled, :search_enabled, :return_enabled) SENSITIVE = [] include Aws::Structure end |
#source_fields ⇒ String
A list of source fields to map to the field.
1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1171 class DoubleArrayOptions < Struct.new( :default_value, :source_fields, :facet_enabled, :search_enabled, :return_enabled) SENSITIVE = [] include Aws::Structure end |