|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisScheme | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of AnalysisScheme in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return AnalysisScheme | |
---|---|
AnalysisScheme |
DefineAnalysisSchemeRequest.getAnalysisScheme()
Configuration information for an analysis scheme. |
AnalysisScheme |
AnalysisSchemeStatus.getOptions()
Configuration information for an analysis scheme. |
AnalysisScheme |
AnalysisScheme.withAnalysisOptions(AnalysisOptions analysisOptions)
Synonyms, stopwords, and stemming options for an analysis scheme. |
AnalysisScheme |
AnalysisScheme.withAnalysisSchemeLanguage(AnalysisSchemeLanguage analysisSchemeLanguage)
An IETF RFC 4646 language code or mul for multiple languages. |
AnalysisScheme |
AnalysisScheme.withAnalysisSchemeLanguage(String analysisSchemeLanguage)
An IETF RFC 4646 language code or mul for multiple languages. |
AnalysisScheme |
AnalysisScheme.withAnalysisSchemeName(String analysisSchemeName)
A string that represents the name of an index field. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type AnalysisScheme | |
---|---|
void |
DefineAnalysisSchemeRequest.setAnalysisScheme(AnalysisScheme analysisScheme)
Configuration information for an analysis scheme. |
void |
AnalysisSchemeStatus.setOptions(AnalysisScheme options)
Configuration information for an analysis scheme. |
DefineAnalysisSchemeRequest |
DefineAnalysisSchemeRequest.withAnalysisScheme(AnalysisScheme analysisScheme)
Configuration information for an analysis scheme. |
AnalysisSchemeStatus |
AnalysisSchemeStatus.withOptions(AnalysisScheme options)
Configuration information for an analysis scheme. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |