Class PatternAnalyzer
Inheritance
PatternAnalyzer
Assembly: OpenSearch.Client.dll
Syntax
public class PatternAnalyzer : AnalyzerBase, IPatternAnalyzer, IAnalyzer
Constructors
|
Edit this page
View Source
PatternAnalyzer()
Declaration
Properties
|
Edit this page
View Source
Flags
Declaration
public string Flags { get; set; }
Property Value
|
Edit this page
View Source
Lowercase
Declaration
public bool? Lowercase { get; set; }
Property Value
|
Edit this page
View Source
Pattern
Declaration
public string Pattern { get; set; }
Property Value
|
Edit this page
View Source
StopWords
A list of stopword to initialize the stop filter with. Defaults to an empty list
Declaration
public StopWords StopWords { get; set; }
Property Value
Implements
Extension Methods