AWS SDK for .NET Documentation
AnalysisScheme Class
AmazonAmazon.CloudSearch.ModelAnalysisScheme Did this page help you?   Yes   No    Tell us about it...

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 , and AlgorithmicStemming .

Declaration Syntax
C#
public class AnalysisScheme
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AnalysisScheme()()()()
Initializes a new instance of the AnalysisScheme class

AnalysisOptions
Synonyms, stopwords, and stemming options for an analysis scheme.

AnalysisSchemeLanguage
An IETF RFC 4646 language code or mul for multiple languages.

Constraints:

Allowed Values
ar, bg, ca, cs, da, de, el, en, es, eu, fa, fi, fr, ga, gl, hi, hu, hy, id, it, ja, ko, lv, mul, nl, no, pt, ro, ru, sv, th, tr, zh-Hans, zh-Hant


AnalysisSchemeName
A string that represents the name of an index field. Field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). The name "score" is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

Constraints:

Length
1 - 64
Pattern
[a-z][a-z0-9_]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAnalysisOptions(AnalysisOptions) Obsolete.
Sets the AnalysisOptions property

WithAnalysisSchemeLanguage(String) Obsolete.
Sets the AnalysisSchemeLanguage property

WithAnalysisSchemeName(String) Obsolete.
Sets the AnalysisSchemeName property

Inheritance Hierarchy
Object
AnalysisScheme

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)