| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
| Modifier and Type | Method and Description |
|---|---|
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.withJapaneseTokenizationDictionary(String japaneseTokenizationDictionary)
A JSON array that contains a collection of terms, tokens, readings and
part of speech for Japanese Tokenizaiton.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All rights reserved.