Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
LiteralOptions |
IndexField.getLiteralOptions()
Options for literal field.
|
LiteralOptions |
LiteralOptions.withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a
document.
|
LiteralOptions |
LiteralOptions.withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
LiteralOptions |
LiteralOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search
results.
|
LiteralOptions |
LiteralOptions.withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
LiteralOptions |
LiteralOptions.withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
LiteralOptions |
LiteralOptions.withSourceField(String sourceField)
A string that represents the name of an index field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setLiteralOptions(LiteralOptions literalOptions)
Options for literal field.
|
IndexField |
IndexField.withLiteralOptions(LiteralOptions literalOptions)
Options for literal field.
|
Copyright © 2015. All rights reserved.