Interface IStopAnalyzer
An analyzer of type stop that is built using a Lower Case Tokenizer, with Stop Token Filter.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IStopAnalyzer : IAnalyzer
Properties
| Edit this page View SourceStopWords
A list of stopword to initialize the stop filter with. Defaults to the english stop words.
Declaration
[DataMember(Name = "stopwords")]
StopWords StopWords { get; set; }
Property Value
Type | Description |
---|---|
StopWords |
StopwordsPath
A path (either relative to config location, or absolute) to a stopwords file configuration.
Declaration
[DataMember(Name = "stopwords_path")]
string StopwordsPath { get; set; }
Property Value
Type | Description |
---|---|
string |