See: Description
Class | Description |
---|---|
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.
|
Text search support for prefix, keyword, and regular expression searches.
Each search engine type subclasses SearchTupleSet
, an implementation
of the TupleSet
interface. Classes derived from
SearchTupleSet (e.g., PrefixSearchTupleSet
,
prefuse.data.search.KeywordSearchTupleSet
, and
RegexSearchTupleSet
) can be
instantiated and used directly or in conjunction with a
SearchQueryBinding
.
Copyright ? 2013 Regents of the University of California