Uses of Enum
com.amazonaws.services.cloudsearchv2.model.AlgorithmicStemming
Packages that use AlgorithmicStemming
-
Uses of AlgorithmicStemming in com.amazonaws.services.cloudsearchv2.model
Subclasses with type arguments of type AlgorithmicStemming in com.amazonaws.services.cloudsearchv2.modelMethods in com.amazonaws.services.cloudsearchv2.model that return AlgorithmicStemmingModifier and TypeMethodDescriptionstatic AlgorithmicStemmingUse this in place of valueOf.static AlgorithmicStemmingReturns 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 TypeMethodDescriptionvoidAnalysisOptions.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.