|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleArrayOptions | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of DoubleArrayOptions in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return DoubleArrayOptions | |
---|---|
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. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DoubleArrayOptions | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |