Uses of Interface
net.ontopia.infoset.fulltext.core.SearchResultIF
-
Packages that use SearchResultIF Package Description net.ontopia.infoset.fulltext.core Interfaces for working with fulltext indexes.net.ontopia.infoset.fulltext.impl.lucene The Lucene fulltext integration.net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration.net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of SearchResultIF in net.ontopia.infoset.fulltext.core
Methods in net.ontopia.infoset.fulltext.core that return SearchResultIF Modifier and Type Method Description SearchResultIFSearcherIF. search(String query)INTERNAL: Performs a query on an index. -
Uses of SearchResultIF in net.ontopia.infoset.fulltext.impl.lucene
Classes in net.ontopia.infoset.fulltext.impl.lucene that implement SearchResultIF Modifier and Type Class Description classLuceneSearchResultINTERNAL: Lucene search result wrapper implementation. -
Uses of SearchResultIF in net.ontopia.infoset.fulltext.impl.rdbms
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement SearchResultIF Modifier and Type Class Description classRDBMSSearchResultINTERNAL: RDBMS search result implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return SearchResultIF Modifier and Type Method Description SearchResultIFRDBMSSearcher. search(String query) -
Uses of SearchResultIF in net.ontopia.infoset.fulltext.topicmaps
Fields in net.ontopia.infoset.fulltext.topicmaps declared as SearchResultIF Modifier and Type Field Description protected SearchResultIFTopicMapSearchResult. resultConstructors in net.ontopia.infoset.fulltext.topicmaps with parameters of type SearchResultIF Constructor Description TopicMapSearchResult(TopicMapIF topicmap, SearchResultIF result) -
Uses of SearchResultIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type SearchResultIF Modifier and Type Method Description static booleanPrefetcher. prefetch(TopicMapIF tm, SearchResultIF result, String idfname)
-