Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.DocumentIndex

Packages that use DocumentIndex
uk.ac.gla.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
uk.ac.gla.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
 

Uses of DocumentIndex in uk.ac.gla.terrier.structures
 

Subclasses of DocumentIndex in uk.ac.gla.terrier.structures
 class DocumentIndexEncoded
          A document index class which reads the .docid file and keeps its contents in a array of bytes in memory.
 class DocumentIndexInMemory
          This class extends DocumentIndex, but instead of accessing the disk file each time, the data are loaded into memory, in order to decrease access time.
 

Methods in uk.ac.gla.terrier.structures that return DocumentIndex
 DocumentIndex Index.getDocumentIndex()
          Return the document index to use for retrieval.
 

Constructors in uk.ac.gla.terrier.structures with parameters of type DocumentIndex
BlockDirectIndex(DocumentIndex docIndex)
          Constructs an instance of the class with the given document index.
BlockDirectIndex(DocumentIndex docIndex, java.lang.String filename)
          Constructs an instance of the class with the given document index.
BlockDirectIndex(DocumentIndex docIndex, java.lang.String path, java.lang.String prefix)
           
DirectIndex(DocumentIndex docIndex)
          Constructs an instance of the direct index with the given document index, and a default name for the underlying direct file.
DirectIndex(DocumentIndex docIndex, java.lang.String filename)
          Constructs an instance of the direct index with the given document index and a non-default name for the underlying direct file.
DirectIndex(DocumentIndex docIndex, java.lang.String path, java.lang.String prefix)
           
 

Uses of DocumentIndex in uk.ac.gla.terrier.structures.indexing
 

Constructors in uk.ac.gla.terrier.structures.indexing with parameters of type DocumentIndex
BlockDirectIndexBuilder(DocumentIndex docIndex)
          Deprecated. DocumentIndex is no longer required to use a DirectIndexBuilder
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow