Interface IPatternAnalyzer
An analyzer of type pattern that can flexibly separate text into terms via a regular expression.
Assembly: OpenSearch.Client.dll
Syntax
public interface IPatternAnalyzer : IAnalyzer
Properties
|
Edit this page
View Source
Flags
Declaration
[DataMember(Name = "flags")]
string Flags { get; set; }
Property Value
|
Edit this page
View Source
Lowercase
Declaration
[DataMember(Name = "lowercase")]
bool? Lowercase { get; set; }
Property Value
|
Edit this page
View Source
Pattern
Declaration
[DataMember(Name = "pattern")]
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
[DataMember(Name = "stopwords")]
StopWords StopWords { get; set; }
Property Value
Extension Methods