Uses of Class
org.terrier.structures.indexing.singlepass.RunWriter

Packages that use RunWriter
org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
org.terrier.structures.indexing.singlepass.hadoop Provides classes implemeting the Hadoop MapReduce indexing in Terrier. 
 

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

Methods in org.terrier.structures.indexing.singlepass with parameters of type RunWriter
 void MemoryPostings.finish(RunWriter runWriter)
          Triggers the writing of the postings in memory to the specified RunWriter.
 

Uses of RunWriter in org.terrier.structures.indexing.singlepass.hadoop
 

Subclasses of RunWriter in org.terrier.structures.indexing.singlepass.hadoop
 class HadoopRunWriter
          RunWriter for the MapReduce indexer.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow