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.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericDocument
INTERNAL: The default document implementation.
|
Modifier and Type | Method and Description |
---|---|
DocumentIF |
SearchResultIF.getDocument(int hit)
INTERNAL: Returns the document located at the given index.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneDocument
INTERNAL: DocumentIF wrapper for Lucene's own internal document class.
|
Modifier and Type | Method and Description |
---|---|
DocumentIF |
LuceneSearchResult.getDocument(int hit) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.document.Document |
LuceneIndexer.getDocument(DocumentIF document) |
void |
LuceneIndexer.index(DocumentIF document) |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSDocument
INTERNAL: RDBMS DocumentIF class implementation.
|
Modifier and Type | Method and Description |
---|---|
DocumentIF |
RDBMSSearchResult.getDocument(int hit) |
Modifier and Type | Class and Description |
---|---|
class |
TopicMapDocument
INTERNAL: A class that extends GenericDocument to add an appropriate
toString implementation for topic map documents.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultTopicMapDocumentGenerator.addContentField(DocumentIF doc,
String value) |
protected void |
DefaultTopicMapDocumentGenerator.addLocatorField(DocumentIF doc,
LocatorIF locator) |
protected void |
DefaultTopicMapDocumentGenerator.addObjectFields(DocumentIF doc,
TMObjectIF tmobject,
String klass) |