Uses of Enum
com.amazonaws.services.cloudsearchv2.model.AlgorithmicStemming
Packages that use AlgorithmicStemming
-
Uses of AlgorithmicStemming in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return AlgorithmicStemmingModifier and TypeMethodDescriptionstatic AlgorithmicStemming
Use this in place of valueOf.static AlgorithmicStemming
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 AlgorithmicStemmingModifier and TypeMethodDescriptionvoid
AnalysisOptions.setAlgorithmicStemming
(AlgorithmicStemming algorithmicStemming) The level of algorithmic stemming to perform:none
,minimal
,light
, orfull
.AnalysisOptions.withAlgorithmicStemming
(AlgorithmicStemming algorithmicStemming) The level of algorithmic stemming to perform:none
,minimal
,light
, orfull
.