Uses of Class
com.amazonaws.services.cloudsearchv2.model.AlgorithmicStemming
-
Packages that use AlgorithmicStemming Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of AlgorithmicStemming in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return AlgorithmicStemming Modifier and Type Method 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.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type AlgorithmicStemming Modifier and Type Method Description void
AnalysisOptions. setAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)
The level of algorithmic stemming to perform:none
,minimal
,light
, orfull
.AnalysisOptions
AnalysisOptions. withAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)
The level of algorithmic stemming to perform:none
,minimal
,light
, orfull
.
-