Uses of Class
org.terrier.structures.indexing.singlepass.hadoop.SplitAwareWrapper

Packages that use SplitAwareWrapper
org.terrier.indexing.hadoop Provides classes for Terrier's MapReduce indexer. 
org.terrier.structures.indexing.singlepass.hadoop Provides classes implemeting the Hadoop MapReduce indexing in Terrier. 
 

Uses of SplitAwareWrapper in org.terrier.indexing.hadoop
 

Methods in org.terrier.indexing.hadoop with parameters of type SplitAwareWrapper
 void Hadoop_BasicSinglePassIndexer.map(org.apache.hadoop.io.Text key, SplitAwareWrapper<Document> value, org.apache.hadoop.mapred.OutputCollector<SplitEmittedTerm,MapEmittedPostingList> _outputPostingListCollector, org.apache.hadoop.mapred.Reporter reporter)
          Map processes a single document.
 

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

Methods in org.terrier.structures.indexing.singlepass.hadoop that return SplitAwareWrapper
 SplitAwareWrapper<Document> CollectionRecordReader.createValue()
          Create a new Text value, each value is a document
 

Methods in org.terrier.structures.indexing.singlepass.hadoop that return types with arguments of type SplitAwareWrapper
 org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.Text,SplitAwareWrapper<Document>> MultiFileCollectionInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit genericSplit, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)
           
 

Methods in org.terrier.structures.indexing.singlepass.hadoop with parameters of type SplitAwareWrapper
 boolean CollectionRecordReader.next(org.apache.hadoop.io.Text DocID, SplitAwareWrapper<Document> document)
          Moves to the next Document in the Collections accessing this InputSplit if one exists, setting DocID to the property "DOCID" and Document to the text within the document.
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow