See: Description
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 in
InMemoryTopicMapStore . |
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 | Description |
---|---|
GenericDocument |
INTERNAL: The default document implementation.
|
GenericField |
INTERNAL: A generic document field.
|
Interfaces for working with fulltext indexes.
The interfaces in this package provide uniform means of maintaing fulltext indexes of information resources, and searching them.