public interface DocumentIndex
| Modifier and Type | Method and Description | 
|---|---|
| DocumentIndexEntry | getDocumentEntry(int docid)Get the document index entry based on its docid | 
| int | getDocumentLength(int docid)Get the length of the document | 
| int | getNumberOfDocuments()Get the number of documents | 
DocumentIndexEntry getDocumentEntry(int docid) throws IOException
IOExceptionint getDocumentLength(int docid)
                      throws IOException
IOExceptionint getNumberOfDocuments()
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow