Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private DoubleArrayOptions |
IndexField.doubleArrayOptions |
Modifier and Type | Method and Description |
---|---|
DoubleArrayOptions |
DoubleArrayOptions.clone() |
DoubleArrayOptions |
IndexField.getDoubleArrayOptions() |
DoubleArrayOptions |
DoubleArrayOptions.withDefaultValue(java.lang.Double defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DoubleArrayOptions |
DoubleArrayOptions.withFacetEnabled(java.lang.Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DoubleArrayOptions |
DoubleArrayOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DoubleArrayOptions |
DoubleArrayOptions.withSearchEnabled(java.lang.Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DoubleArrayOptions |
DoubleArrayOptions.withSourceFields(java.lang.String sourceFields)
A list of source fields to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions) |
IndexField |
IndexField.withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions) |
Modifier and Type | Method and Description |
---|---|
DoubleArrayOptions |
DoubleArrayOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |