Class CompoundWordTokenFilterBase
Inheritance
CompoundWordTokenFilterBase
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class CompoundWordTokenFilterBase : TokenFilterBase, ICompoundWordTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceCompoundWordTokenFilterBase(string)
Declaration
protected CompoundWordTokenFilterBase(string type)
Parameters
Type | Name | Description |
---|---|---|
string | type |
Properties
| Edit this page View SourceHyphenationPatternsPath
A path (either relative to config location, or absolute) to a FOP XML hyphenation pattern file.
Declaration
public string HyphenationPatternsPath { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxSubwordSize
Maximum subword size.
Declaration
public int? MaxSubwordSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinSubwordSize
Minimum subword size.
Declaration
public int? MinSubwordSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinWordSize
Minimum word size.
Declaration
public int? MinWordSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
OnlyLongestMatch
Only matching the longest.
Declaration
public bool? OnlyLongestMatch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WordList
A list of words to use.
Declaration
public IEnumerable<string> WordList { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
WordListPath
A path (either relative to config location, or absolute) to a list of words.
Declaration
public string WordListPath { get; set; }
Property Value
Type | Description |
---|---|
string |