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 DoubleOptionsDoubleOptions. clone()DoubleOptionsIndexField. getDoubleOptions()DoubleOptionsDoubleOptions. withDefaultValue(Double defaultValue)A value to use for the field if the field isn't specified for a document.DoubleOptionsDoubleOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.DoubleOptionsDoubleOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.DoubleOptionsDoubleOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.DoubleOptionsDoubleOptions. withSortEnabled(Boolean sortEnabled)Whether the field can be used to sort the search results.DoubleOptionsDoubleOptions. 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 voidIndexField. setDoubleOptions(DoubleOptions doubleOptions)IndexFieldIndexField. withDoubleOptions(DoubleOptions doubleOptions)
-