Package edu.umd.cloud9.collection

Base classes and interfaces for working with specific document collections.

See:
          Description

Interface Summary
DocnoMapping Interface for an object that maintains the mapping between docids and docnos.
DocumentForwardIndex<T extends Indexable> Interface for a document forward index.
 

Class Summary
DocumentForwardIndexHttpServer Web server for providing access to documents in a collection.
DocumentForwardIndexHttpServer.FetchDocidServlet  
DocumentForwardIndexHttpServer.FetchDocnoServlet  
DocumentForwardIndexHttpServer.HomeServlet  
Indexable Interface for a document that can be indexed.
IndexableFileInputFormat<K,V extends Indexable> Abstract class representing a FileInputFormat for Indexable objects.
XMLInputFormat  
XMLInputFormat.XMLRecordReader  
 

Package edu.umd.cloud9.collection Description

Base classes and interfaces for working with specific document collections.