Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.