Class StopAnalyzer
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class StopAnalyzer : AnalyzerBase, IStopAnalyzer, IAnalyzer
Constructors
| Edit this page View SourceStopAnalyzer()
Declaration
public StopAnalyzer()
Properties
| Edit this page View SourceStopWords
A list of stopword to initialize the stop filter with. Defaults to the english stop words.
Declaration
public 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
public string StopwordsPath { get; set; }
Property Value
Type | Description |
---|---|
string |