Interface ISnowballAnalyzer
An analyzer of type snowball that uses the standard tokenizer, with standard filter, lowercase filter, stop filter, and snowball filter.
The Snowball Analyzer is a stemming analyzer from Lucene that is originally based on the snowball project from snowball.tartarus.org.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ISnowballAnalyzer : IAnalyzer
Properties
| Edit this page View SourceLanguage
Declaration
[DataMember(Name = "language")]
SnowballLanguage? Language { get; set; }
Property Value
Type | Description |
---|---|
SnowballLanguage? |
StopWords
Declaration
[DataMember(Name = "stopwords")]
StopWords StopWords { get; set; }
Property Value
Type | Description |
---|---|
StopWords |