Class SnowballAnalyzer
Inheritance
SnowballAnalyzer
Assembly: OpenSearch.Client.dll
Syntax
public class SnowballAnalyzer : AnalyzerBase, ISnowballAnalyzer, IAnalyzer
Constructors
|
Edit this page
View Source
SnowballAnalyzer()
Declaration
public SnowballAnalyzer()
Properties
|
Edit this page
View Source
Language
Declaration
public SnowballLanguage? Language { get; set; }
Property Value
|
Edit this page
View Source
StopWords
Declaration
public StopWords StopWords { get; set; }
Property Value
Implements
Extension Methods