Uses of Interface
net.ontopia.infoset.fulltext.core.SearcherIF
-
Packages that use SearcherIF Package Description net.ontopia.infoset.fulltext.impl.lucene The Lucene fulltext integration.net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language. -
-
Uses of SearcherIF in net.ontopia.infoset.fulltext.impl.lucene
Methods in net.ontopia.infoset.fulltext.impl.lucene that return SearcherIF Modifier and Type Method Description SearcherIF
LuceneFulltextImplementation. getSearcher()
-
Uses of SearcherIF in net.ontopia.infoset.fulltext.impl.rdbms
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement SearcherIF Modifier and Type Class Description class
RDBMSSearcher
INTERNAL: A generic RDBMS fulltext searcher implementation. -
Uses of SearcherIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as SearcherIF Modifier and Type Field Description protected SearcherIF
ValueLikePredicate. searcher
-