Qizx fe-4.4p2 API

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.


Field Summary
 
Fields inherited from interface com.qizx.api.fulltext.TextTokenizer
END, PARAGRAPH, SENTENCE, WORD
 
Method Summary
 Indexing.WordSieve copy()
          Deprecated. Creates a carbon copy of this object.
 
Methods inherited from interface com.qizx.api.fulltext.TextTokenizer
copyTokenTo, defineSpecialChar, getDigitMax, getTokenChars, getTokenLength, getTokenOffset, gotWildcard, isAcceptingWildcards, isParsingSpecialChars, nextToken, setAcceptingWildcards, setDigitMax, setParsingSpecialChars, start, start
 

Method Detail

copy

Indexing.WordSieve copy()
Deprecated. 
Creates a carbon copy of this object.

Returns:
a new copy of this object

© 2010 Axyana Software