| Package | Description |
|---|---|
| org.basex.util.ft |
Full-text specific utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FTLexer
Performs full-text lexing on token.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FTIterator |
FTIterator.init(byte[] text)
Initializes the iterator.
|
| Constructor and Description |
|---|
FTBitapSearch(FTIterator h,
FTTokens n,
FTBitapSearch.TokenComparator c)
Constructor.
|