Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private LatLonOptions |
IndexField.latLonOptions |
Modifier and Type | Method and Description |
---|---|
LatLonOptions |
LatLonOptions.clone() |
LatLonOptions |
IndexField.getLatLonOptions() |
LatLonOptions |
LatLonOptions.withDefaultValue(java.lang.String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
LatLonOptions |
LatLonOptions.withFacetEnabled(java.lang.Boolean facetEnabled)
Whether facet information can be returned for the field.
|
LatLonOptions |
LatLonOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
LatLonOptions |
LatLonOptions.withSearchEnabled(java.lang.Boolean searchEnabled)
Whether the contents of the field are searchable.
|
LatLonOptions |
LatLonOptions.withSortEnabled(java.lang.Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
LatLonOptions |
LatLonOptions.withSourceField(java.lang.String sourceField) |
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setLatLonOptions(LatLonOptions latLonOptions) |
IndexField |
IndexField.withLatLonOptions(LatLonOptions latLonOptions) |
Modifier and Type | Method and Description |
---|---|
LatLonOptions |
LatLonOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |