Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Modifier and Type | Method and Description |
---|---|
static AlgorithmicStemming |
AlgorithmicStemming.fromValue(String value)
Use this in place of valueOf.
|
static AlgorithmicStemming |
AlgorithmicStemming.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmicStemming[] |
AlgorithmicStemming.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisOptions.setAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)
The level of algorithmic stemming to perform:
none ,
minimal , light , or full . |
AnalysisOptions |
AnalysisOptions.withAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)
The level of algorithmic stemming to perform:
none ,
minimal , light , or full . |
Copyright © 2018. All rights reserved.