Uses of Interface
net.ontopia.infoset.fulltext.core.DocumentIF
-
Packages that use DocumentIF Package Description net.ontopia.infoset.fulltext.core Interfaces for working with fulltext indexes.net.ontopia.infoset.fulltext.impl.lucene The Lucene fulltext integration.net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration.net.ontopia.infoset.fulltext.topicmaps 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 DocumentIF Modifier and Type Class Description classGenericDocumentINTERNAL: The default document implementation.Methods in net.ontopia.infoset.fulltext.core that return DocumentIF Modifier and Type Method Description DocumentIFSearchResultIF. getDocument(int hit)INTERNAL: Returns the document located at the given index.Methods in net.ontopia.infoset.fulltext.core with parameters of type DocumentIF Modifier and Type Method Description voidIndexerIF. 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 DocumentIF Modifier and Type Class Description classLuceneDocumentINTERNAL: DocumentIF wrapper for Lucene's own internal document class.Methods in net.ontopia.infoset.fulltext.impl.lucene that return DocumentIF Modifier and Type Method Description DocumentIFLuceneSearchResult. getDocument(int hit)Methods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type DocumentIF Modifier and Type Method Description protected 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 DocumentIF Modifier and Type Class Description classRDBMSDocumentINTERNAL: RDBMS DocumentIF class implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return DocumentIF Modifier and Type Method Description DocumentIFRDBMSSearchResult. getDocument(int hit) -
Uses of DocumentIF in net.ontopia.infoset.fulltext.topicmaps
Classes in net.ontopia.infoset.fulltext.topicmaps that implement DocumentIF Modifier and Type Class Description classTopicMapDocumentINTERNAL: A class that extends GenericDocument to add an appropriate toString implementation for topic map documents.Methods in net.ontopia.infoset.fulltext.topicmaps that return DocumentIF Modifier and Type Method Description protected DocumentIFDefaultTopicMapDocumentGenerator. createDocument()DocumentIFDefaultTopicMapDocumentGenerator. generate(AssociationIF assoc)DocumentIFDefaultTopicMapDocumentGenerator. generate(AssociationRoleIF assocrl)DocumentIFDefaultTopicMapDocumentGenerator. generate(OccurrenceIF occur)DocumentIFDefaultTopicMapDocumentGenerator. generate(TopicIF topic)DocumentIFDefaultTopicMapDocumentGenerator. generate(TopicMapIF topicmap)DocumentIFDefaultTopicMapDocumentGenerator. generate(TopicNameIF basename)DocumentIFDefaultTopicMapDocumentGenerator. generate(VariantNameIF variant)DocumentIFTopicMapDocumentGeneratorIF. generate(AssociationIF assoc)INTERNAL: Generate a document for the given association.DocumentIFTopicMapDocumentGeneratorIF. generate(AssociationRoleIF assocrl)INTERNAL: Generate a document for the given association role.DocumentIFTopicMapDocumentGeneratorIF. generate(OccurrenceIF occurs)INTERNAL: Generate a document for the given occurrence.DocumentIFTopicMapDocumentGeneratorIF. generate(TopicIF topic)INTERNAL: Generate a document for the given topic.DocumentIFTopicMapDocumentGeneratorIF. generate(TopicMapIF topicmap)INTERNAL: Generate a document for the given topic map.DocumentIFTopicMapDocumentGeneratorIF. generate(TopicNameIF basename)INTERNAL: Generate a document for the given basename.DocumentIFTopicMapDocumentGeneratorIF. generate(VariantNameIF variant)INTERNAL: Generate a document for the given variant name.Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type DocumentIF Modifier and Type Method Description protected voidDefaultTopicMapDocumentGenerator. addContentField(DocumentIF doc, String value)protected voidDefaultTopicMapDocumentGenerator. addLocatorField(DocumentIF doc, LocatorIF locator)protected voidDefaultTopicMapDocumentGenerator. addObjectFields(DocumentIF doc, TMObjectIF tmobject, String klass)
-