Uses of Class
com.amazonaws.services.cloudsearchv2.model.DoubleArrayOptions
Packages that use DoubleArrayOptions
-
Uses of DoubleArrayOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return DoubleArrayOptionsModifier and TypeMethodDescriptionDoubleArrayOptions.clone()IndexField.getDoubleArrayOptions()DoubleArrayOptions.withDefaultValue(Double defaultValue) A value to use for the field if the field isn't specified for a document.DoubleArrayOptions.withFacetEnabled(Boolean facetEnabled) Whether facet information can be returned for the field.DoubleArrayOptions.withReturnEnabled(Boolean returnEnabled) Whether the contents of the field can be returned in the search results.DoubleArrayOptions.withSearchEnabled(Boolean searchEnabled) Whether the contents of the field are searchable.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 DoubleArrayOptionsModifier and TypeMethodDescriptionvoidIndexField.setDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions) IndexField.withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)