Uses of Interface
net.ontopia.infoset.fulltext.core.IndexerIF
Packages that use IndexerIF
Package
Description
The Lucene fulltext integration.
Collection of classes for indexing topic maps.
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 IndexerIFModifier and TypeClassDescriptionclassINTERNAL: The Lucene indexer implementation. -
Uses of IndexerIF in net.ontopia.infoset.fulltext.topicmaps
Fields in net.ontopia.infoset.fulltext.topicmaps declared as IndexerIFMethods in net.ontopia.infoset.fulltext.topicmaps that return IndexerIFModifier and TypeMethodDescriptionTopicMapIteratorGenerator.getIndexer()INTERNAL: Gets the indexer that should receive the documents that are generated during the iteration.Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type IndexerIFModifier and TypeMethodDescriptionvoidTopicMapIteratorGenerator.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 IndexerIFModifierConstructorDescriptionTopicMapIteratorGenerator(TopicMapIF topicmap, IndexerIF indexer, TopicMapDocumentGeneratorIF docgen) -
Uses of IndexerIF in net.ontopia.topicmaps.impl.utils
Methods in net.ontopia.topicmaps.impl.utils with parameters of type IndexerIFModifier and TypeMethodDescriptionbooleanFulltextIndexManager.synchronizeIndex(IndexerIF indexer) INTERNAL: Applies all changes made to the topic map to the specified fulltext indexer.