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