Class StandardAnalyzerDescriptor
Inheritance
StandardAnalyzerDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class StandardAnalyzerDescriptor : AnalyzerDescriptorBase<StandardAnalyzerDescriptor, IStandardAnalyzer>, IDescriptor, IStandardAnalyzer, IAnalyzer
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
MaxTokenLength(int?)
Declaration
public StandardAnalyzerDescriptor MaxTokenLength(int? maxTokenLength)
Parameters
Type |
Name |
Description |
int? |
maxTokenLength |
|
Returns
|
Edit this page
View Source
StopWords(StopWords)
Declaration
public StandardAnalyzerDescriptor StopWords(StopWords stopWords)
Parameters
Returns
|
Edit this page
View Source
StopWords(IEnumerable<string>)
Declaration
public StandardAnalyzerDescriptor StopWords(IEnumerable<string> stopWords)
Parameters
Returns
|
Edit this page
View Source
StopWords(params string[])
Declaration
public StandardAnalyzerDescriptor StopWords(params string[] stopWords)
Parameters
Type |
Name |
Description |
string[] |
stopWords |
|
Returns
Implements
Extension Methods