com.qizx.api
Interface Indexing.WordSieve
- All Superinterfaces:
- TextTokenizer
- All Known Implementing Classes:
- DefaultWordSieve
- Enclosing class:
- Indexing
Deprecated. replaced by TextTokenizer
public static interface Indexing.WordSieve
- extends TextTokenizer
Pluggable text analyzer for custom full-text indexing and query.
Kept for compatibility with Qizx v2.1.
To parse words, the sieve is first initialized with method
TextTokenizer.start(char[], int)
on a text chunk. Then the TextTokenizer.nextToken()
method is called repeatedly until the last word is parsed.
Methods inherited from interface com.qizx.api.fulltext.TextTokenizer |
copyTokenTo, defineSpecialChar, getDigitMax, getTokenChars, getTokenLength, getTokenOffset, gotWildcard, isAcceptingWildcards, isParsingSpecialChars, nextToken, setAcceptingWildcards, setDigitMax, setParsingSpecialChars, start, start |
copy
Indexing.WordSieve copy()
- Deprecated.
- Creates a carbon copy of this object.
- Returns:
- a new copy of this object