|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchResultIF | |
---|---|
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.impl.utils | INTERNAL: Classes that are used by many implementations. |
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 | |
---|---|
SearchResultIF |
SearcherIF.search(java.lang.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 | |
---|---|
class |
LuceneSearchResult
INTERNAL: Lucene search result wrapper implementation. |
Methods in net.ontopia.infoset.fulltext.impl.lucene that return SearchResultIF | |
---|---|
SearchResultIF |
LuceneSearcher.search(java.lang.String query)
|
Uses of SearchResultIF in net.ontopia.infoset.fulltext.impl.rdbms |
---|
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement SearchResultIF | |
---|---|
class |
RDBMSSearchResult
INTERNAL: RDBMS search result implementation. |
Methods in net.ontopia.infoset.fulltext.impl.rdbms that return SearchResultIF | |
---|---|
SearchResultIF |
RDBMSSearcher.search(java.lang.String query)
|
Uses of SearchResultIF in net.ontopia.infoset.fulltext.topicmaps |
---|
Fields in net.ontopia.infoset.fulltext.topicmaps declared as SearchResultIF | |
---|---|
protected SearchResultIF |
TopicMapSearchResult.result
|
Constructors in net.ontopia.infoset.fulltext.topicmaps with parameters of type SearchResultIF | |
---|---|
TopicMapSearchResult(TopicMapIF topicmap,
SearchResultIF result)
|
Uses of SearchResultIF in net.ontopia.topicmaps.impl.utils |
---|
Methods in net.ontopia.topicmaps.impl.utils that return SearchResultIF | |
---|---|
SearchResultIF |
FulltextIndexManager.search(java.lang.String query)
|
Uses of SearchResultIF in net.ontopia.topicmaps.query.impl.utils |
---|
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type SearchResultIF | |
---|---|
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
SearchResultIF result,
java.lang.String idfname)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |