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 |
---|---|
TextOptions |
IndexField.getTextOptions()
Options for text field.
|
TextOptions |
TextOptions.withDefaultValue(String defaultValue)
The default value for a text field.
|
TextOptions |
TextOptions.withFacetEnabled(Boolean facetEnabled)
Specifies whether facets are enabled for this field.
|
TextOptions |
TextOptions.withResultEnabled(Boolean resultEnabled)
Specifies whether values of this field can be returned in search
results and used for ranking.
|
TextOptions |
TextOptions.withTextProcessor(String textProcessor)
The text processor to apply to this field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setTextOptions(TextOptions textOptions)
Options for text field.
|
IndexField |
IndexField.withTextOptions(TextOptions textOptions)
Options for text field.
|
Modifier and Type | Method and Description |
---|---|
TextOptions |
TextOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.