Uses of Interface
net.ontopia.infoset.fulltext.core.DocumentIF
Packages that use DocumentIF
Package
Description
Interfaces for working with fulltext indexes.
The Lucene fulltext integration.
The RDBMS fulltext integration.
Collection of classes for indexing topic maps.
-
Uses of DocumentIF in net.ontopia.infoset.fulltext.core
Classes in net.ontopia.infoset.fulltext.core that implement DocumentIFModifier and TypeClassDescriptionclassINTERNAL: The default document implementation.Methods in net.ontopia.infoset.fulltext.core that return DocumentIFModifier and TypeMethodDescriptionSearchResultIF.getDocument(int hit) INTERNAL: Returns the document located at the given index.Methods in net.ontopia.infoset.fulltext.core with parameters of type DocumentIFModifier and TypeMethodDescriptionvoidIndexerIF.index(DocumentIF document) INTERNAL: Indexes the specified document.booleanDocumentProcessorIF.needsProcessing(DocumentIF document) INTERNAL: Can be used to figure out if it is necessary to process the document.voidDocumentProcessorIF.process(DocumentIF document) INTERNAL: Processes the specified document. -
Uses of DocumentIF in net.ontopia.infoset.fulltext.impl.lucene
Classes in net.ontopia.infoset.fulltext.impl.lucene that implement DocumentIFModifier and TypeClassDescriptionclassINTERNAL: DocumentIF wrapper for Lucene's own internal document class.Methods in net.ontopia.infoset.fulltext.impl.lucene that return DocumentIFMethods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type DocumentIFModifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentLuceneIndexer.getDocument(DocumentIF document) voidLuceneIndexer.index(DocumentIF document) -
Uses of DocumentIF in net.ontopia.infoset.fulltext.impl.rdbms
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement DocumentIFModifier and TypeClassDescriptionclassINTERNAL: RDBMS DocumentIF class implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return DocumentIF -
Uses of DocumentIF in net.ontopia.infoset.fulltext.topicmaps
Classes in net.ontopia.infoset.fulltext.topicmaps that implement DocumentIFModifier and TypeClassDescriptionclassINTERNAL: A class that extends GenericDocument to add an appropriate toString implementation for topic map documents.Methods in net.ontopia.infoset.fulltext.topicmaps that return DocumentIFModifier and TypeMethodDescriptionprotected DocumentIFDefaultTopicMapDocumentGenerator.createDocument()DefaultTopicMapDocumentGenerator.generate(AssociationIF assoc) DefaultTopicMapDocumentGenerator.generate(AssociationRoleIF assocrl) DefaultTopicMapDocumentGenerator.generate(OccurrenceIF occur) DefaultTopicMapDocumentGenerator.generate(TopicMapIF topicmap) DefaultTopicMapDocumentGenerator.generate(TopicNameIF basename) DefaultTopicMapDocumentGenerator.generate(VariantNameIF variant) TopicMapDocumentGeneratorIF.generate(AssociationIF assoc) INTERNAL: Generate a document for the given association.TopicMapDocumentGeneratorIF.generate(AssociationRoleIF assocrl) INTERNAL: Generate a document for the given association role.TopicMapDocumentGeneratorIF.generate(OccurrenceIF occurs) INTERNAL: Generate a document for the given occurrence.INTERNAL: Generate a document for the given topic.TopicMapDocumentGeneratorIF.generate(TopicMapIF topicmap) INTERNAL: Generate a document for the given topic map.TopicMapDocumentGeneratorIF.generate(TopicNameIF basename) INTERNAL: Generate a document for the given basename.TopicMapDocumentGeneratorIF.generate(VariantNameIF variant) INTERNAL: Generate a document for the given variant name.Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type DocumentIFModifier and TypeMethodDescriptionprotected voidDefaultTopicMapDocumentGenerator.addContentField(DocumentIF doc, String value) protected voidDefaultTopicMapDocumentGenerator.addLocatorField(DocumentIF doc, LocatorIF locator) protected voidDefaultTopicMapDocumentGenerator.addObjectFields(DocumentIF doc, TMObjectIF tmobject, String klass)