Uses of Interface
net.ontopia.infoset.fulltext.core.IndexerIF
-
Packages that use IndexerIF 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. -
-
Uses of IndexerIF in net.ontopia.infoset.fulltext.impl.lucene
Classes in net.ontopia.infoset.fulltext.impl.lucene that implement IndexerIF Modifier and Type Class Description 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 Modifier and Type Field Description protected IndexerIF
TopicMapIteratorGenerator. indexer
Methods in net.ontopia.infoset.fulltext.topicmaps that return IndexerIF Modifier and Type Method Description IndexerIF
TopicMapIteratorGenerator. 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 IndexerIF Modifier and Type Method Description 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 Constructor Description TopicMapIteratorGenerator(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 IndexerIF Modifier and Type Method Description boolean
FulltextIndexManager. synchronizeIndex(IndexerIF indexer)
INTERNAL: Applies all changes made to the topic map to the specified fulltext indexer.
-