Package net.ontopia.infoset.fulltext.core
Interfaces for working with fulltext indexes.
Package Specification
The interfaces in this package provide uniform means of maintaing fulltext indexes of information resources, and searching them.
-
Interface Summary Interface Description DocumentIF INTERNAL: Represents an indexable unit of information.DocumentProcessorIF INTERNAL: Interface for processing a document.FieldIF INTERNAL: Represents a name value pair that can be attached to a document.FulltextImplementationIF Interface that describes a fulltext indexation service for use inInMemoryTopicMapStore
.IndexerIF INTERNAL: Represents a search engine indexer.SearcherIF INTERNAL: Represents a search engine.SearchResultIF INTERNAL: A search result containing a list of ranked hits. -
Class Summary Class Description GenericDocument INTERNAL: The default document implementation.GenericField INTERNAL: A generic document field.