Class KeepWordsTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class KeepWordsTokenFilter : TokenFilterBase, IKeepWordsTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceKeepWordsTokenFilter()
Declaration
public KeepWordsTokenFilter()
Properties
| Edit this page View SourceKeepWords
A list of words to keep.
Declaration
public IEnumerable<string> KeepWords { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
KeepWordsCase
A boolean indicating whether to lower case the words.
Declaration
public bool? KeepWordsCase { get; set; }
Property Value
Type | Description |
---|---|
bool? |
KeepWordsPath
A path to a words file.
Declaration
public string KeepWordsPath { get; set; }
Property Value
Type | Description |
---|---|
string |