Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
TextOptions |
IndexField.getTextOptions()
Deprecated.
Options for text field.
|
TextOptions |
TextOptions.withDefaultValue(String defaultValue)
Deprecated.
The default value for a text field.
|
TextOptions |
TextOptions.withFacetEnabled(Boolean facetEnabled)
Deprecated.
Specifies whether facets are enabled for this field.
|
TextOptions |
TextOptions.withResultEnabled(Boolean resultEnabled)
Deprecated.
Specifies whether values of this field can be returned in search
results and used for ranking.
|
TextOptions |
TextOptions.withTextProcessor(String textProcessor)
Deprecated.
The text processor to apply to this field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setTextOptions(TextOptions textOptions)
Deprecated.
Options for text field.
|
IndexField |
IndexField.withTextOptions(TextOptions textOptions)
Deprecated.
Options for text field.
|
Copyright © 2014. All rights reserved.