Uses of Class
com.amazonaws.services.cloudsearchv2.model.AlgorithmicStemming

Packages that use AlgorithmicStemming
com.amazonaws.services.cloudsearchv2.model Classes modeling the various types represented by AmazonCloudSearchv2. 
 

Uses of AlgorithmicStemming in com.amazonaws.services.cloudsearchv2.model
 

Methods in com.amazonaws.services.cloudsearchv2.model that return AlgorithmicStemming
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
 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 © 2016. All rights reserved.