| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
| com.amazonaws.services.cloudsearch.model.transform |
Marhsalling for the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
LiteralOptions |
IndexField.getLiteralOptions()
Options for literal field.
|
LiteralOptions |
LiteralOptions.withDefaultValue(String defaultValue)
The default value for a literal field.
|
LiteralOptions |
LiteralOptions.withFacetEnabled(Boolean facetEnabled)
Specifies whether facets are enabled for this field.
|
LiteralOptions |
LiteralOptions.withResultEnabled(Boolean resultEnabled)
Specifies whether values of this field can be returned in search
results and used for ranking.
|
LiteralOptions |
LiteralOptions.withSearchEnabled(Boolean searchEnabled)
Specifies whether search is enabled for this 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.
|
| Modifier and Type | Method and Description |
|---|---|
LiteralOptions |
LiteralOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.