Terrier IR Platform
2.2.1

Uses of Interface
uk.ac.gla.terrier.structures.IndexConfigurable

Packages that use IndexConfigurable
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.singlepass.hadoop   
 

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

Classes in uk.ac.gla.terrier.structures that implement IndexConfigurable
 class BlockDirectIndex
          Extended direct index that saves both block and field information about the terms that appear in a document.
 class BlockDirectIndexInputStream
          This class reads the block field direct index structure sequentially, as an input stream.
 class BlockInvertedIndex
          This class implements the block field inverted index for performing retrieval.
 class BlockInvertedIndexInputStream
          Reads a BlockInvertedIndex as a stream
 class DocIndexEncodedHash
           
 class DocumentIndex
          This class provides an interface for accessing the document index file.
 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.
 class DocumentIndexInputStream
          This class provides access to the document index file sequentially, as a stream.
 

Uses of IndexConfigurable in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop
 

Classes in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop that implement IndexConfigurable
 class SimpleDocumentIndexInputStream
          InputStream for a simple DocumentIndex.
 


Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow