Uses of Class
com.amazonaws.services.cloudsearchv2.model.DoubleArrayOptions
-
Packages that use DoubleArrayOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of DoubleArrayOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return DoubleArrayOptions Modifier and Type Method Description DoubleArrayOptions
DoubleArrayOptions. clone()
DoubleArrayOptions
IndexField. getDoubleArrayOptions()
DoubleArrayOptions
DoubleArrayOptions. withDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document.DoubleArrayOptions
DoubleArrayOptions. withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.DoubleArrayOptions
DoubleArrayOptions. withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.DoubleArrayOptions
DoubleArrayOptions. withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.DoubleArrayOptions
DoubleArrayOptions. withSourceFields(String sourceFields)
A list of source fields to map to the field.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DoubleArrayOptions Modifier and Type Method Description void
IndexField. setDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
IndexField
IndexField. withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
-