Uses of Class
org.basex.util.ft.FTIterator

Packages that use FTIterator
org.basex.util.ft Full-text specific utility classes. 
 

Uses of FTIterator in org.basex.util.ft
 

Subclasses of FTIterator in org.basex.util.ft
 class FTLexer
          Performs full-text lexing on token.
 class GreekStemmer
          German stemming algorithm, derived from the Apache Lucene project and the report "Development of a Stemmer for the Greek Language" by Georgios Ntais.
 class InternalStemmer
          Internal stemmer implementation.
 class JapaneseTokenizer
          Japanese lexer using igo (http://igo.sourceforge.jp/).
 class Stemmer
          Implementation of common stemmer methods.
 class Tokenizer
          Abstract tokenizer.
 class WesternTokenizer
          Full-text tokenizer.
 

Methods in org.basex.util.ft that return FTIterator
abstract  FTIterator FTIterator.init(byte[] text)
          Initializes the iterator.
 

Constructors in org.basex.util.ft with parameters of type FTIterator
FTBitapSearch(FTIterator h, FTTokens n, FTBitapSearch.TokenComparator c)
          Constructor.