Class PatternAnalyzerDescriptor
Inheritance
PatternAnalyzerDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class PatternAnalyzerDescriptor : AnalyzerDescriptorBase<PatternAnalyzerDescriptor, IPatternAnalyzer>, IDescriptor, IPatternAnalyzer, IAnalyzer
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Flags(string)
Declaration
public PatternAnalyzerDescriptor Flags(string flags)
Parameters
Type |
Name |
Description |
string |
flags |
|
Returns
|
Edit this page
View Source
Lowercase(bool?)
Declaration
public PatternAnalyzerDescriptor Lowercase(bool? lowercase = true)
Parameters
Type |
Name |
Description |
bool? |
lowercase |
|
Returns
|
Edit this page
View Source
Pattern(string)
Declaration
public PatternAnalyzerDescriptor Pattern(string pattern)
Parameters
Type |
Name |
Description |
string |
pattern |
|
Returns
|
Edit this page
View Source
StopWords(StopWords)
Declaration
public PatternAnalyzerDescriptor StopWords(StopWords stopWords)
Parameters
Returns
|
Edit this page
View Source
StopWords(IEnumerable<string>)
Declaration
public PatternAnalyzerDescriptor StopWords(IEnumerable<string> stopWords)
Parameters
Returns
|
Edit this page
View Source
StopWords(params string[])
Declaration
public PatternAnalyzerDescriptor StopWords(params string[] stopWords)
Parameters
Type |
Name |
Description |
string[] |
stopWords |
|
Returns
Implements
Extension Methods