Uses of Interface
net.ontopia.infoset.fulltext.core.SearchResultIF
Packages that use SearchResultIF
Package
Description
Interfaces for working with fulltext indexes.
The Lucene fulltext integration.
The RDBMS fulltext integration.
Collection of classes for indexing topic maps.
Code shared between query implementations.
-
Uses of SearchResultIF in net.ontopia.infoset.fulltext.core
Methods in net.ontopia.infoset.fulltext.core that return SearchResultIFModifier and TypeMethodDescriptionINTERNAL: 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 SearchResultIFModifier and TypeClassDescriptionclassINTERNAL: 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 SearchResultIFModifier and TypeClassDescriptionclassINTERNAL: RDBMS search result implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return SearchResultIF -
Uses of SearchResultIF in net.ontopia.infoset.fulltext.topicmaps
Fields in net.ontopia.infoset.fulltext.topicmaps declared as SearchResultIFConstructors in net.ontopia.infoset.fulltext.topicmaps with parameters of type SearchResultIF -
Uses of SearchResultIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type SearchResultIFModifier and TypeMethodDescriptionstatic booleanPrefetcher.prefetch(TopicMapIF tm, SearchResultIF result, String idfname)