|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentIF | |
---|---|
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. |
net.ontopia.infoset.fulltext.utils | A collection of fulltext index utilities. |
Uses of DocumentIF in net.ontopia.infoset.fulltext.core |
---|
Classes in net.ontopia.infoset.fulltext.core that implement DocumentIF | |
---|---|
class |
GenericDocument
INTERNAL: The default document implementation. |
Methods in net.ontopia.infoset.fulltext.core that return DocumentIF | |
---|---|
DocumentIF |
SearchResultIF.getDocument(int hit)
INTERNAL: Returns the document located at the given index. |
Methods in net.ontopia.infoset.fulltext.core with parameters of type DocumentIF | |
---|---|
void |
IndexerIF.index(DocumentIF document)
INTERNAL: Indexes the specified document. |
boolean |
DocumentProcessorIF.needsProcessing(DocumentIF document)
INTERNAL: Can be used to figure out if it is necessary to process the document. |
void |
DocumentProcessorIF.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 | |
---|---|
class |
LuceneDocument
INTERNAL: DocumentIF wrapper for Lucene's own internal document class. |
Methods in net.ontopia.infoset.fulltext.impl.lucene that return DocumentIF | |
---|---|
DocumentIF |
LuceneSearchResult.getDocument(int hit)
|
Methods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type DocumentIF | |
---|---|
protected org.apache.lucene.document.Document |
LuceneIndexer.getDocument(DocumentIF document)
|
void |
LuceneIndexer.index(DocumentIF document)
|
Uses of DocumentIF in net.ontopia.infoset.fulltext.impl.rdbms |
---|
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement DocumentIF | |
---|---|
class |
RDBMSDocument
INTERNAL: RDBMS DocumentIF class implementation. |
Methods in net.ontopia.infoset.fulltext.impl.rdbms that return DocumentIF | |
---|---|
DocumentIF |
RDBMSSearchResult.getDocument(int hit)
|
Uses of DocumentIF in net.ontopia.infoset.fulltext.topicmaps |
---|
Classes in net.ontopia.infoset.fulltext.topicmaps that implement DocumentIF | |
---|---|
class |
TopicMapDocument
INTERNAL: 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 | |
---|---|
protected DocumentIF |
DefaultTopicMapDocumentGenerator.createDocument()
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(AssociationIF assoc)
INTERNAL: Generate a document for the given association. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(AssociationIF assoc)
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(AssociationRoleIF assocrl)
INTERNAL: Generate a document for the given association role. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(AssociationRoleIF assocrl)
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(OccurrenceIF occurs)
INTERNAL: Generate a document for the given occurrence. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(OccurrenceIF occur)
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(TopicIF topic)
INTERNAL: Generate a document for the given topic. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(TopicIF topic)
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(TopicMapIF topicmap)
INTERNAL: Generate a document for the given topic map. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(TopicMapIF topicmap)
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(TopicNameIF basename)
INTERNAL: Generate a document for the given basename. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(TopicNameIF basename)
|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(VariantNameIF variant)
INTERNAL: Generate a document for the given variant name. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(VariantNameIF variant)
|
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type DocumentIF | |
---|---|
protected void |
DefaultTopicMapDocumentGenerator.addContentField(DocumentIF doc,
java.lang.String value)
|
protected void |
DefaultTopicMapDocumentGenerator.addLocatorField(DocumentIF doc,
LocatorIF locator)
|
protected void |
DefaultTopicMapDocumentGenerator.addObjectFields(DocumentIF doc,
TMObjectIF tmobject,
java.lang.String klass)
|
Uses of DocumentIF in net.ontopia.infoset.fulltext.utils |
---|
Fields in net.ontopia.infoset.fulltext.utils with type parameters of type DocumentIF | |
---|---|
protected java.util.Collection<DocumentIF> |
ThreadedIndexerManager.non_indexable
|
protected java.util.Collection<DocumentIF> |
ThreadedIndexerManager.non_processable
|
Methods in net.ontopia.infoset.fulltext.utils with parameters of type DocumentIF | |
---|---|
protected LocatorIF |
AbstractLocatorDocumentProcessor.getLocator(DocumentIF document)
|
void |
ThreadedIndexerManager.index(DocumentIF document)
|
void |
DefaultIndexerManager.index(DocumentIF document)
|
boolean |
Locator2ContentProcessor.needsProcessing(DocumentIF document)
|
boolean |
DocumentPreloaderProcessor.needsProcessing(DocumentIF document)
|
void |
Locator2ContentProcessor.process(DocumentIF document)
|
void |
DocumentPreloaderProcessor.process(DocumentIF document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |