| 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)
Names must begin with a letter and can contain the following
characters: a-z (lowercase), 0-9, and _ (underscore).
|
| 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 © 2015. All rights reserved.