Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
DoubleArrayOptions |
IndexField.getDoubleArrayOptions()
Options for a field that contains an array of double-precision 64-bit
floating point values.
|
DoubleArrayOptions |
DoubleArrayOptions.withDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a
document.
|
DoubleArrayOptions |
DoubleArrayOptions.withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DoubleArrayOptions |
DoubleArrayOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search
results.
|
DoubleArrayOptions |
DoubleArrayOptions.withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DoubleArrayOptions |
DoubleArrayOptions.withSourceFields(String sourceFields)
A list of source fields to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
Options for a field that contains an array of double-precision 64-bit
floating point values.
|
IndexField |
IndexField.withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
Options for a field that contains an array of double-precision 64-bit
floating point values.
|
Copyright © 2014. All rights reserved.