Package net.ontopia.infoset.fulltext.topicmaps
Collection of classes for indexing topic maps.
-
Interface Summary Interface Description TopicMapDocumentGeneratorIF INTERNAL: A document generator interface that can be implemented to generate DocumentIFs for topic map objects. -
Class Summary Class Description DefaultTopicMapDocumentGenerator INTERNAL: The default topic map document generator that generates DocumentIFs for topic map objects.TopicMapDocument INTERNAL: A class that extends GenericDocument to add an appropriate toString implementation for topic map documents.TopicMapIteratorGenerator INTERNAL: A topic map event generator that iterates the objects in a topic map and produces documents for an indexer.TopicMapSearchResult INTERNAL: A List implementation that wraps a SearchResultIF to present the actual topic map objects referenced in the search result.