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