|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntOptions | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of IntOptions in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return IntOptions | |
---|---|
IntOptions |
IndexField.getIntOptions()
Options for a 64-bit signed integer field. |
IntOptions |
IntOptions.withDefaultValue(Long defaultValue)
A value to use for the field if the field isn't specified for a document. |
IntOptions |
IntOptions.withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field. |
IntOptions |
IntOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results. |
IntOptions |
IntOptions.withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable. |
IntOptions |
IntOptions.withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results. |
IntOptions |
IntOptions.withSourceField(String sourceField)
The name of the source field to map to the field. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IntOptions | |
---|---|
void |
IndexField.setIntOptions(IntOptions intOptions)
Options for a 64-bit signed integer field. |
IndexField |
IndexField.withIntOptions(IntOptions intOptions)
Options for a 64-bit signed integer field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |