| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
LiteralOptions |
IndexField.getLiteralOptions()
Deprecated.
Options for literal field.
|
LiteralOptions |
LiteralOptions.withDefaultValue(String defaultValue)
Deprecated.
The default value for a literal field.
|
LiteralOptions |
LiteralOptions.withFacetEnabled(Boolean facetEnabled)
Deprecated.
Specifies whether facets are enabled for this field.
|
LiteralOptions |
LiteralOptions.withResultEnabled(Boolean resultEnabled)
Deprecated.
Specifies whether values of this field can be returned in search
results and used for ranking.
|
LiteralOptions |
LiteralOptions.withSearchEnabled(Boolean searchEnabled)
Deprecated.
Specifies whether search is enabled for this field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexField.setLiteralOptions(LiteralOptions literalOptions)
Deprecated.
Options for literal field.
|
IndexField |
IndexField.withLiteralOptions(LiteralOptions literalOptions)
Deprecated.
Options for literal field.
|
Copyright © 2015. All rights reserved.