Свойство | Тип | Описание | |
---|---|---|---|
dictionary | CharArraySet | ||
matchVersion | LuceneVersion | ||
maxSubwordSize | int | ||
minSubwordSize | int | ||
minWordSize | int | ||
offsetAtt | IOffsetAttribute | ||
onlyLongestMatch | bool | ||
termAtt | ICharTermAttribute | ||
tokens | LinkedList |
Метод | Описание | |
---|---|---|
IncrementToken ( ) : bool | ||
Reset ( ) : void |
Метод | Описание | |
---|---|---|
CompoundWordTokenFilterBase ( LuceneVersion matchVersion, TokenStream input, CharArraySet dictionary ) : Lucene.Net.Analysis.Tokenattributes | ||
CompoundWordTokenFilterBase ( LuceneVersion matchVersion, TokenStream input, CharArraySet dictionary, bool onlyLongestMatch ) : Lucene.Net.Analysis.Tokenattributes | ||
CompoundWordTokenFilterBase ( LuceneVersion matchVersion, TokenStream input, CharArraySet dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, bool onlyLongestMatch ) : Lucene.Net.Analysis.Tokenattributes | ||
Decompose ( ) : void |
Decomposes the current #termAtt and places CompoundToken instances in the #tokens list. The original token may not be placed in the list, as it is automatically passed through this filter.
|
protected CompoundWordTokenFilterBase ( LuceneVersion matchVersion, TokenStream input, CharArraySet dictionary ) : Lucene.Net.Analysis.Tokenattributes | ||
matchVersion | LuceneVersion | |
input | TokenStream | |
dictionary | CharArraySet | |
Результат | Lucene.Net.Analysis.Tokenattributes |
protected CompoundWordTokenFilterBase ( LuceneVersion matchVersion, TokenStream input, CharArraySet dictionary, bool onlyLongestMatch ) : Lucene.Net.Analysis.Tokenattributes | ||
matchVersion | LuceneVersion | |
input | TokenStream | |
dictionary | CharArraySet | |
onlyLongestMatch | bool | |
Результат | Lucene.Net.Analysis.Tokenattributes |
protected CompoundWordTokenFilterBase ( LuceneVersion matchVersion, TokenStream input, CharArraySet dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, bool onlyLongestMatch ) : Lucene.Net.Analysis.Tokenattributes | ||
matchVersion | LuceneVersion | |
input | TokenStream | |
dictionary | CharArraySet | |
minWordSize | int | |
minSubwordSize | int | |
maxSubwordSize | int | |
onlyLongestMatch | bool | |
Результат | Lucene.Net.Analysis.Tokenattributes |