Subclasses of DefaultTupleSet in prefuse.data.search |
class |
KeywordSearchTupleSet
SearchTupleSet implementation that performs text searches on indexed Tuple
data using the Lucene search engine. |
class |
PrefixSearchTupleSet
SearchTupleSet implementation supporting word prefix searches over indexed
Tuple data fields. |
class |
RegexSearchTupleSet
SearchTupleSet implementation that treats the query as a regular expression
to match against all indexed Tuple data fields. |
class |
SearchTupleSet
Abstract base class for TupleSet implementations that support text
search. |