|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisOptions | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of AnalysisOptions in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return AnalysisOptions | |
---|---|
AnalysisOptions |
AnalysisScheme.getAnalysisOptions()
Synonyms, stopwords, and stemming options for an analysis scheme. |
AnalysisOptions |
AnalysisOptions.withAlgorithmicStemming(AlgorithmicStemming algorithmicStemming)
The level of algorithmic stemming to perform: none ,
minimal , light , or full . |
AnalysisOptions |
AnalysisOptions.withAlgorithmicStemming(String algorithmicStemming)
The level of algorithmic stemming to perform: none ,
minimal , light , or full . |
AnalysisOptions |
AnalysisOptions.withStemmingDictionary(String stemmingDictionary)
A JSON object that contains a collection of string:value pairs that each map a term to its stem. |
AnalysisOptions |
AnalysisOptions.withStopwords(String stopwords)
A JSON array of terms to ignore during indexing and searching. |
AnalysisOptions |
AnalysisOptions.withSynonyms(String synonyms)
A JSON object that defines synonym groups and aliases. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type AnalysisOptions | |
---|---|
void |
AnalysisScheme.setAnalysisOptions(AnalysisOptions analysisOptions)
Synonyms, stopwords, and stemming options for an analysis scheme. |
AnalysisScheme |
AnalysisScheme.withAnalysisOptions(AnalysisOptions analysisOptions)
Synonyms, stopwords, and stemming options for an analysis scheme. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |