|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearcherIF | |
---|---|
net.ontopia.topicmaps.query.impl.basic | Contains the in-memory implementation of the query language. |
net.ontopia.topicmaps.query.spi | Provides a set of service provider interfaces for adding new predicates to the tolog query language. |
Uses of SearcherIF in net.ontopia.topicmaps.query.impl.basic |
---|
Fields in net.ontopia.topicmaps.query.impl.basic declared as SearcherIF | |
---|---|
protected SearcherIF |
JavaSearcherPredicate.searcher
|
Constructors in net.ontopia.topicmaps.query.impl.basic with parameters of type SearcherIF | |
---|---|
JavaSearcherPredicate(java.lang.String name,
TopicMapIF topicmap,
SearcherIF searcher)
|
Uses of SearcherIF in net.ontopia.topicmaps.query.spi |
---|
Classes in net.ontopia.topicmaps.query.spi that implement SearcherIF | |
---|---|
class |
AbstractSearcher
PUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods. |
class |
HTTPSearcher
EXPERIMENTAL: HTTP searcher implementation. |
class |
LuceneSearcher
EXPERIMENTAL: Lucene searcher implementation. |
class |
RDBMSSearcher
EXPERIMENTAL: RDBMS searcher implementation that executes a SQL query in the same database as the topic map is stored in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |