| Interface | Description |
|---|---|
| FTBitapSearch.TokenComparator |
Token comparator.
|
| Class | Description |
|---|---|
| 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.
|
| 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 | Description |
|---|---|
| FTFlag |
This enumeration assembles globally used full-text options.
|
| FTUnit |
Full-text units.
|