Class: Aws::CloudSearch::Types::AnalysisSchemeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::AnalysisSchemeStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The status and configuration of an ‘AnalysisScheme`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::AnalysisScheme
Configuration information for an analysis scheme.
-
#status ⇒ Types::OptionStatus
The status of domain configuration option.
Instance Attribute Details
#options ⇒ Types::AnalysisScheme
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`.
150 151 152 153 154 155 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 150 class AnalysisSchemeStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of domain configuration option.
150 151 152 153 154 155 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 150 class AnalysisSchemeStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |