Class StandardAnalyzer
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class StandardAnalyzer : AnalyzerBase, IStandardAnalyzer, IAnalyzer
Constructors
| Edit this page View SourceStandardAnalyzer()
Declaration
public StandardAnalyzer()
Properties
| Edit this page View SourceMaxTokenLength
The maximum token length. If a token is seen that exceeds this length then it is discarded. Defaults to 255.
Declaration
public int? MaxTokenLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
StopWords
A list of stopword to initialize the stop filter with. Defaults to the english stop words.
Declaration
public StopWords StopWords { get; set; }
Property Value
Type | Description |
---|---|
StopWords |