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