Class KeywordMarkerTokenFilterDescriptor
Protects words from being modified by stemmers. Must be placed before any stemming filters.
Inheritance
KeywordMarkerTokenFilterDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class KeywordMarkerTokenFilterDescriptor : TokenFilterDescriptorBase<KeywordMarkerTokenFilterDescriptor, IKeywordMarkerTokenFilter>, IDescriptor, IKeywordMarkerTokenFilter, ITokenFilter
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
IgnoreCase(bool?)
Set to true to lower case all words first. Defaults to false.
Declaration
public KeywordMarkerTokenFilterDescriptor IgnoreCase(bool? ignoreCase = true)
Parameters
Type |
Name |
Description |
bool? |
ignoreCase |
|
Returns
|
Edit this page
View Source
Keywords(IEnumerable<string>)
Declaration
public KeywordMarkerTokenFilterDescriptor Keywords(IEnumerable<string> keywords)
Parameters
Returns
|
Edit this page
View Source
Keywords(params string[])
Declaration
public KeywordMarkerTokenFilterDescriptor Keywords(params string[] keywords)
Parameters
Type |
Name |
Description |
string[] |
keywords |
|
Returns
|
Edit this page
View Source
KeywordsPath(string)
Declaration
public KeywordMarkerTokenFilterDescriptor KeywordsPath(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
KeywordsPattern(string)
Declaration
public KeywordMarkerTokenFilterDescriptor KeywordsPattern(string pattern)
Parameters
Type |
Name |
Description |
string |
pattern |
|
Returns
Implements
Extension Methods