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 DoubleArrayOptionsDoubleArrayOptions. clone()DoubleArrayOptionsIndexField. getDoubleArrayOptions()DoubleArrayOptionsDoubleArrayOptions. withDefaultValue(Double defaultValue)A value to use for the field if the field isn't specified for a document.DoubleArrayOptionsDoubleArrayOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.DoubleArrayOptionsDoubleArrayOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.DoubleArrayOptionsDoubleArrayOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.DoubleArrayOptionsDoubleArrayOptions. 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 voidIndexField. setDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)IndexFieldIndexField. withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
-