Uses of Class
com.amazonaws.services.cloudsearchv2.model.LatLonOptions
Packages that use LatLonOptions
-
Uses of LatLonOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return LatLonOptionsModifier and TypeMethodDescriptionLatLonOptions.clone()
IndexField.getLatLonOptions()
LatLonOptions.withDefaultValue
(String defaultValue) A value to use for the field if the field isn't specified for a document.LatLonOptions.withFacetEnabled
(Boolean facetEnabled) Whether facet information can be returned for the field.LatLonOptions.withReturnEnabled
(Boolean returnEnabled) Whether the contents of the field can be returned in the search results.LatLonOptions.withSearchEnabled
(Boolean searchEnabled) Whether the contents of the field are searchable.LatLonOptions.withSortEnabled
(Boolean sortEnabled) Whether the field can be used to sort the search results.LatLonOptions.withSourceField
(String sourceField) Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type LatLonOptionsModifier and TypeMethodDescriptionvoid
IndexField.setLatLonOptions
(LatLonOptions latLonOptions) IndexField.withLatLonOptions
(LatLonOptions latLonOptions)