Uses of Class
com.amazonaws.services.cloudsearchv2.model.DoubleOptions
-
Packages that use DoubleOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of DoubleOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return DoubleOptions Modifier and Type Method Description DoubleOptions
DoubleOptions. clone()
DoubleOptions
IndexField. getDoubleOptions()
DoubleOptions
DoubleOptions. withDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document.DoubleOptions
DoubleOptions. withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.DoubleOptions
DoubleOptions. withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.DoubleOptions
DoubleOptions. withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.DoubleOptions
DoubleOptions. withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.DoubleOptions
DoubleOptions. withSourceField(String sourceField)
The name of the source field to map to the field.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DoubleOptions Modifier and Type Method Description void
IndexField. setDoubleOptions(DoubleOptions doubleOptions)
IndexField
IndexField. withDoubleOptions(DoubleOptions doubleOptions)
-