Uses of Class
org.terrier.structures.InvertedIndexInputStream

Packages that use InvertedIndexInputStream
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
 

Uses of InvertedIndexInputStream in org.terrier.structures
 

Subclasses of InvertedIndexInputStream in org.terrier.structures
 class BlockInvertedIndexInputStream
          Reads a BlockInvertedIndex as a stream
 

Uses of InvertedIndexInputStream in org.terrier.structures.indexing.singlepass
 

Methods in org.terrier.structures.indexing.singlepass with parameters of type InvertedIndexInputStream
protected  long Inverted2DirectIndexBuilder.traverseInvertedFile(InvertedIndexInputStream iiis, int firstDocid, int lastDocid, Posting[] directPostings)
          traverse the inverted file, looking for all occurrences of documents in the given range
protected  long BlockInverted2DirectIndexBuilder.traverseInvertedFile(InvertedIndexInputStream iiis, int firstDocid, int lastDocid, Posting[] directPostings)
          traverse the inverted file, looking for all occurrences of documents in the given range
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow