Struct rusoto_cloudsearch::AnalysisScheme [] [src]

pub struct AnalysisScheme {
    pub analysis_options: Option<AnalysisOptions>,
    pub analysis_scheme_language: String,
    pub analysis_scheme_name: String,
}

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.

Fields

Trait Implementations

impl Default for AnalysisScheme
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AnalysisScheme
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AnalysisScheme
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations