Package org.basex.util.ft

Full-text specific utility classes.

See:
          Description

Interface Summary
FTBitapSearch.TokenComparator Token comparator.
 

Class Summary
FTBitapSearch Generalized search algorithm based on the Bitap string matching algorithm.
FTIterator Full-text iterator.
FTLexer Performs full-text lexing on token.
FTOpt This class contains all full-text options.
FTSpan This class contains a single full-text token.
GreekStemmer German stemming algorithm, derived from the Apache Lucene project and the report "Development of a Stemmer for the Greek Language" by Georgios Ntais.
InternalStemmer Internal stemmer implementation.
JapaneseTokenizer Japanese lexer using igo (http://igo.sourceforge.jp/).
Language This class contains language tokens which are valid for the xml:lang attribute.
Scoring Default scoring model, assembling all score calculations.
StemDir Simple stemming directory for full-text requests.
Stemmer Implementation of common stemmer methods.
StopWords Simple stop words set for full-text requests.
Tokenizer Abstract tokenizer.
WesternTokenizer Full-text tokenizer.
 

Enum Summary
FTFlag This enumeration assembles globally used full-text options.
FTUnit Full-text units.
 

Package org.basex.util.ft Description

Full-text specific utility classes.