Package com.sun.labs.minion.engine

Provides implementations for some of the end-user interfaces.

See:
          Description

Class Summary
DocumentImpl An implementation of the Document interface for a search engine.
MetaDataStoreImpl The MetaDataStore provides a mechanism to store name/value pairs in associate with an index.
SearchEngineImpl This is the main class for handling a search engine, both for indexing and retrieval operations.
 

Package com.sun.labs.minion.engine Description

Provides implementations for some of the end-user interfaces.

Primarly, this package exists to contain the implementation of SearchEngine, SearchEngineImpl. It also contains the implementations of a couple other interface classes.