Package | Description |
---|---|
net.ontopia.infoset.fulltext.impl.lucene |
The Lucene 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.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndexer
INTERNAL: The Lucene indexer implementation.
|
Modifier and Type | Field and Description |
---|---|
protected IndexerIF |
TopicMapIteratorGenerator.indexer |
Modifier and Type | Method and Description |
---|---|
IndexerIF |
TopicMapIteratorGenerator.getIndexer()
INTERNAL: Gets the indexer that should receive the documents that
are generated during the iteration.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicMapIteratorGenerator.setIndexer(IndexerIF indexer)
INTERNAL: Sets the indexer that should receive the documents that
are generated during the iteration.
|
Constructor and Description |
---|
TopicMapIteratorGenerator(TopicMapIF topicmap,
IndexerIF indexer,
TopicMapDocumentGeneratorIF docgen) |
Modifier and Type | Method and Description |
---|---|
boolean |
FulltextIndexManager.synchronizeIndex(IndexerIF indexer)
INTERNAL: Applies all changes made to the topic map to the specified
fulltext indexer.
|