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