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 |
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 iter,
FTTokens tokens,
FTBitapSearch.TokenComparator cmp)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.