Uses of Interface
org.terrier.structures.PostingIndexInputStream

Packages that use PostingIndexInputStream
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
 

Uses of PostingIndexInputStream in org.terrier.structures
 

Classes in org.terrier.structures that implement PostingIndexInputStream
 class BitPostingIndexInputStream
          Input stream for a bit posting index.
 class BlockDirectIndexInputStream
          This class reads the block field direct index structure sequentially, as an input stream.
 class BlockInvertedIndexInputStream
          Reads a BlockInvertedIndex as a stream
 class DirectIndexInputStream
          This class reads the direct index structure, sequentially, as an input stream.
 class InvertedIndexInputStream
          Reads an InvertedIndex as a stream
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow