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.
|
Modifier and Type | Method and Description |
---|---|
SearchResultIF |
SearcherIF.search(String query)
INTERNAL: Performs a query on an index.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchResult
INTERNAL: Lucene search result wrapper implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSSearchResult
INTERNAL: RDBMS search result implementation.
|
Modifier and Type | Method and Description |
---|---|
SearchResultIF |
RDBMSSearcher.search(String query) |
Modifier and Type | Field and Description |
---|---|
protected SearchResultIF |
TopicMapSearchResult.result |
Constructor and Description |
---|
TopicMapSearchResult(TopicMapIF topicmap,
SearchResultIF result) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
SearchResultIF result,
String idfname) |