Class HunspellTokenFilterDescriptor
Inheritance
HunspellTokenFilterDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class HunspellTokenFilterDescriptor : TokenFilterDescriptorBase<HunspellTokenFilterDescriptor, IHunspellTokenFilter>, IDescriptor, IHunspellTokenFilter, ITokenFilter
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Dedup(bool?)
Declaration
public HunspellTokenFilterDescriptor Dedup(bool? dedup = true)
Parameters
Type |
Name |
Description |
bool? |
dedup |
|
Returns
|
Edit this page
View Source
Dictionary(string)
Declaration
public HunspellTokenFilterDescriptor Dictionary(string dictionary)
Parameters
Type |
Name |
Description |
string |
dictionary |
|
Returns
|
Edit this page
View Source
Locale(string)
Declaration
public HunspellTokenFilterDescriptor Locale(string locale)
Parameters
Type |
Name |
Description |
string |
locale |
|
Returns
|
Edit this page
View Source
LongestOnly(bool?)
Declaration
public HunspellTokenFilterDescriptor LongestOnly(bool? longestOnly = true)
Parameters
Type |
Name |
Description |
bool? |
longestOnly |
|
Returns
Implements
Extension Methods