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