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 AlgorithmicStemmingAlgorithmicStemming. fromValue(String value)Use this in place of valueOf.static AlgorithmicStemmingAlgorithmicStemming. 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 voidAnalysisOptions. setAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)The level of algorithmic stemming to perform:none,minimal,light, orfull.AnalysisOptionsAnalysisOptions. withAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)The level of algorithmic stemming to perform:none,minimal,light, orfull.
-