|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexerIF | |
---|---|
net.ontopia.infoset.fulltext.impl.lucene | The Lucene fulltext integration. |
net.ontopia.infoset.fulltext.topicmaps | Collection of classes for indexing topic maps. |
net.ontopia.infoset.fulltext.utils | A collection of fulltext index utilities. |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
Uses of IndexerIF in net.ontopia.infoset.fulltext.impl.lucene |
---|
Classes in net.ontopia.infoset.fulltext.impl.lucene that implement IndexerIF | |
---|---|
class |
LuceneIndexer
INTERNAL: The Lucene indexer implementation. |
Uses of IndexerIF in net.ontopia.infoset.fulltext.topicmaps |
---|
Fields in net.ontopia.infoset.fulltext.topicmaps declared as IndexerIF | |
---|---|
protected IndexerIF |
DefaultTopicMapIndexer.imanager
|
protected IndexerIF |
TopicMapIteratorGenerator.indexer
|
protected IndexerIF |
DefaultTopicMapIndexer.indexer
|
Methods in net.ontopia.infoset.fulltext.topicmaps that return IndexerIF | |
---|---|
IndexerIF |
TopicMapIteratorGenerator.getIndexer()
INTERNAL: Gets the indexer that should receive the documents that are generated during the iteration. |
IndexerIF |
DefaultTopicMapIndexer.getNestedIndexer()
INTERNAL: Gets the nested indexer manager. |
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type IndexerIF | |
---|---|
void |
TopicMapIteratorGenerator.setIndexer(IndexerIF indexer)
INTERNAL: Sets the indexer that should receive the documents that are generated during the iteration. |
Constructors in net.ontopia.infoset.fulltext.topicmaps with parameters of type IndexerIF | |
---|---|
DefaultTopicMapIndexer(IndexerIF indexer)
Creates a default topic map indexer. |
|
DefaultTopicMapIndexer(IndexerIF indexer,
boolean index_external,
java.lang.String preloaddir)
Creates a topic map indexer. |
|
TopicMapIteratorGenerator(TopicMapIF topicmap,
IndexerIF indexer,
TopicMapDocumentGeneratorIF docgen)
|
Uses of IndexerIF in net.ontopia.infoset.fulltext.utils |
---|
Classes in net.ontopia.infoset.fulltext.utils that implement IndexerIF | |
---|---|
class |
DefaultIndexerManager
INTERNAL: A standalone index manager that performs document processing and indexing processes in the current thread. |
class |
ThreadedIndexerManager
INTERNAL: A standalone index manager that uses threads and in-memory queues to manage document processing and indexing processes. |
Fields in net.ontopia.infoset.fulltext.utils declared as IndexerIF | |
---|---|
protected IndexerIF |
DefaultIndexerManager.indexer
|
protected IndexerIF |
ThreadedIndexerManager.se_indexer
|
Methods in net.ontopia.infoset.fulltext.utils that return IndexerIF | |
---|---|
IndexerIF |
DefaultIndexerManager.getIndexer()
INTERNAL: Gets the nested indexer. |
Methods in net.ontopia.infoset.fulltext.utils with parameters of type IndexerIF | |
---|---|
void |
DefaultIndexerManager.setIndexer(IndexerIF indexer)
INTERNAL: Sets the nested indexer that is to be used by the indexer manager. |
Constructors in net.ontopia.infoset.fulltext.utils with parameters of type IndexerIF | |
---|---|
DefaultIndexerManager(IndexerIF indexer)
INTERNAL: Creates the manager and gives it the indexer used to do the actual indexing. |
|
ThreadedIndexerManager(IndexerIF se_indexer)
Creates the manager and gives it the indexer used to do the actual indexing. |
|
ThreadedIndexerManager(IndexerIF se_indexer,
EDU.oswego.cs.dl.util.concurrent.PooledExecutor _processor,
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor _indexer)
INTERNAL: |
Uses of IndexerIF in net.ontopia.topicmaps.impl.utils |
---|
Methods in net.ontopia.topicmaps.impl.utils with parameters of type IndexerIF | |
---|---|
boolean |
FulltextIndexManager.synchronizeIndex(IndexerIF indexer)
INTERNAL: Applies all changes made to the topic map to the specified fulltext indexer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |