Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
StemmingOptionsStatus |
UpdateStemmingOptionsResult.getStems()
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
StemmingOptionsStatus |
DescribeStemmingOptionsResult.getStems()
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
StemmingOptionsStatus |
StemmingOptionsStatus.withOptions(String options)
Deprecated.
Maps terms to their stems, serialized as a JSON document.
|
StemmingOptionsStatus |
StemmingOptionsStatus.withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStemmingOptionsResult.setStems(StemmingOptionsStatus stems)
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
void |
DescribeStemmingOptionsResult.setStems(StemmingOptionsStatus stems)
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
UpdateStemmingOptionsResult |
UpdateStemmingOptionsResult.withStems(StemmingOptionsStatus stems)
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
DescribeStemmingOptionsResult |
DescribeStemmingOptionsResult.withStems(StemmingOptionsStatus stems)
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
Copyright © 2014. All rights reserved.