Class AnalysisScheme
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.AnalysisScheme
- All Implemented Interfaces:
Serializable,Cloneable
Configuration information for an analysis scheme. Each analysis scheme has a
unique name and specifies the language of the text to be processed. The
following options can be configured for an analysis scheme:
Synonyms, Stopwords,
StemmingDictionary, JapaneseTokenizationDictionary
and AlgorithmicStemming.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetAnalysisOptions(AnalysisOptions analysisOptions) voidsetAnalysisSchemeLanguage(AnalysisSchemeLanguage analysisSchemeLanguage) voidsetAnalysisSchemeLanguage(String analysisSchemeLanguage) voidsetAnalysisSchemeName(String analysisSchemeName) toString()Returns a string representation of this object; useful for testing and debugging.withAnalysisOptions(AnalysisOptions analysisOptions) withAnalysisSchemeLanguage(AnalysisSchemeLanguage analysisSchemeLanguage) withAnalysisSchemeLanguage(String analysisSchemeLanguage) withAnalysisSchemeName(String analysisSchemeName)
-
Constructor Details
-
AnalysisScheme
public AnalysisScheme()
-
-
Method Details
-
setAnalysisSchemeName
- Parameters:
analysisSchemeName-
-
getAnalysisSchemeName
- Returns:
-
withAnalysisSchemeName
- Parameters:
analysisSchemeName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAnalysisSchemeLanguage
- Parameters:
analysisSchemeLanguage-- See Also:
-
getAnalysisSchemeLanguage
- Returns:
- See Also:
-
withAnalysisSchemeLanguage
- Parameters:
analysisSchemeLanguage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAnalysisSchemeLanguage
- Parameters:
analysisSchemeLanguage-- See Also:
-
withAnalysisSchemeLanguage
- Parameters:
analysisSchemeLanguage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAnalysisOptions
- Parameters:
analysisOptions-
-
getAnalysisOptions
- Returns:
-
withAnalysisOptions
- Parameters:
analysisOptions-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-