| Class | Description |
|---|---|
| KeywordSearchTupleSet |
SearchTupleSet implementation that performs text searches on indexed Tuple
data using the Lucene search engine.
|
| LuceneSearcher |
Adapter class for interfacing with the Lucene search engine.
|
| PrefixSearchTupleSet |
SearchTupleSet implementation supporting word prefix searches over indexed
Tuple data fields.
|
| RegexSearchTupleSet |
SearchTupleSet implementation that treats the query as a regular expression
to match against all indexed Tuple data fields.
|
| SearchTupleSet |
Abstract base class for TupleSet implementations that support text
search.
|
| Trie |
A trie data structure for fast-lookup of words based on their
prefixes.
|