Class CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface>
Inheritance
CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface>
Assembly: OpenSearch.Client.dll
Syntax
public abstract class CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface> : TokenFilterDescriptorBase<TCompound, TCompoundInterface>, IDescriptor, ICompoundWordTokenFilter, ITokenFilter where TCompound : CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface>, TCompoundInterface where TCompoundInterface : class, ICompoundWordTokenFilter
Type Parameters
Name |
Description |
TCompound |
|
TCompoundInterface |
|
Methods
|
Edit this page
View Source
HyphenationPatternsPath(string)
Declaration
public TCompound HyphenationPatternsPath(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
MaxSubwordSize(int?)
Declaration
public TCompound MaxSubwordSize(int? maxSubwordSize)
Parameters
Type |
Name |
Description |
int? |
maxSubwordSize |
|
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
MinSubwordSize(int?)
Declaration
public TCompound MinSubwordSize(int? minSubwordSize)
Parameters
Type |
Name |
Description |
int? |
minSubwordSize |
|
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
MinWordSize(int?)
Declaration
public TCompound MinWordSize(int? minWordSize)
Parameters
Type |
Name |
Description |
int? |
minWordSize |
|
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
OnlyLongestMatch(bool?)
Declaration
public TCompound OnlyLongestMatch(bool? onlyLongest = true)
Parameters
Type |
Name |
Description |
bool? |
onlyLongest |
|
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
WordList(IEnumerable<string>)
Declaration
public TCompound WordList(IEnumerable<string> wordList)
Parameters
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
WordList(params string[])
Declaration
public TCompound WordList(params string[] wordList)
Parameters
Type |
Name |
Description |
string[] |
wordList |
|
Returns
Type |
Description |
TCompound |
|
|
Edit this page
View Source
WordListPath(string)
Declaration
public TCompound WordListPath(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
Type |
Description |
TCompound |
|
Implements
Extension Methods