Uses of Class
org.terrier.structures.BitPostingIndex

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

Uses of BitPostingIndex in org.terrier.structures
 

Subclasses of BitPostingIndex in org.terrier.structures
 class BlockDirectIndex
          Extended direct index that saves both block and field information about the terms that appear in a document.
 class BlockInvertedIndex
          This class implements the block field inverted index for performing retrieval.
 class DirectIndex
          A class that implements the direct index and saves information about whether a term appears in one of the specified fields.
 class InvertedIndex
          This class implements the inverted index for performing retrieval, with field information optionally.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow