Uses of Class
com.amazonaws.services.cloudsearchv2.model.AnalysisOptions
Packages that use AnalysisOptions
-
Uses of AnalysisOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return AnalysisOptionsModifier and TypeMethodDescriptionAnalysisOptions.clone()AnalysisScheme.getAnalysisOptions()AnalysisOptions.withAlgorithmicStemming(AlgorithmicStemming algorithmicStemming) The level of algorithmic stemming to perform:none,minimal,light, orfull.AnalysisOptions.withAlgorithmicStemming(String algorithmicStemming) The level of algorithmic stemming to perform:none,minimal,light, orfull.AnalysisOptions.withJapaneseTokenizationDictionary(String japaneseTokenizationDictionary) A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton.AnalysisOptions.withStemmingDictionary(String stemmingDictionary) A JSON object that contains a collection of string:value pairs that each map a term to its stem.AnalysisOptions.withStopwords(String stopwords) A JSON array of terms to ignore during indexing and searching.AnalysisOptions.withSynonyms(String synonyms) A JSON object that defines synonym groups and aliases.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type AnalysisOptionsModifier and TypeMethodDescriptionvoidAnalysisScheme.setAnalysisOptions(AnalysisOptions analysisOptions) AnalysisScheme.withAnalysisOptions(AnalysisOptions analysisOptions)