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
 Declaration Syntax| C# | 
public class AnalysisScheme
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AnalysisScheme()()()() | Initializes a new instance of the AnalysisScheme class | 
|  | AnalysisOptions | 
            Synonyms, stopwords, and stemming options for an analysis scheme.
             
             | 
|  | AnalysisSchemeLanguage | |
|  | 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: | 
|  | Equals(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
 Inheritance Hierarchy| Object | |
|  | AnalysisScheme |