Terrier IR Platform
2.2.1

Uses of Class
uk.ac.gla.terrier.structures.indexing.singlepass.Posting

Packages that use Posting
uk.ac.gla.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
uk.ac.gla.terrier.structures.indexing.singlepass.hadoop   
 

Uses of Posting in uk.ac.gla.terrier.structures.indexing.singlepass
 

Subclasses of Posting in uk.ac.gla.terrier.structures.indexing.singlepass
 class BlockFieldPosting
          Class representing a posting list in memory containing fields and block iformation.
 class BlockPosting
          Class representing a posting list in memory with block information It keeps the information for DF, TF, and the sequence [doc, tf, blockCount, [blockId]]
 class FieldPosting
          Class holding the information for a posting list read from a previously written run at disk.
 

Methods in uk.ac.gla.terrier.structures.indexing.singlepass with parameters of type Posting
 void RunWriter.writeTerm(java.lang.String term, Posting post)
          Writes the information for a given term.
 

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

Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with parameters of type Posting
 void HadoopRunWriter.writeTerm(java.lang.String term, Posting post)
          Write the posting to the output collector
 


Terrier IR Platform
2.2.1

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