|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntArrayOptions | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of IntArrayOptions in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return IntArrayOptions | |
---|---|
IntArrayOptions |
IndexField.getIntArrayOptions()
Options for a field that contains an array of 64-bit signed integers. |
IntArrayOptions |
IntArrayOptions.withDefaultValue(Long defaultValue)
A value to use for the field if the field isn't specified for a document. |
IntArrayOptions |
IntArrayOptions.withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field. |
IntArrayOptions |
IntArrayOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results. |
IntArrayOptions |
IntArrayOptions.withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable. |
IntArrayOptions |
IntArrayOptions.withSourceFields(String sourceFields)
A list of source fields to map to the field. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IntArrayOptions | |
---|---|
void |
IndexField.setIntArrayOptions(IntArrayOptions intArrayOptions)
Options for a field that contains an array of 64-bit signed integers. |
IndexField |
IndexField.withIntArrayOptions(IntArrayOptions intArrayOptions)
Options for a field that contains an array of 64-bit signed integers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |