Terrier IR Platform
2.2.1

Uses of Class
uk.ac.gla.terrier.utility.Wrapper

Packages that use Wrapper
uk.ac.gla.terrier.indexing.hadoop   
uk.ac.gla.terrier.structures.indexing.singlepass.hadoop   
uk.ac.gla.terrier.utility Provides the interface and classes for the term pipeline, a set of objects that process the terms during indexing and processing of queries. 
 

Uses of Wrapper in uk.ac.gla.terrier.indexing.hadoop
 

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

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

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

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

Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with parameters of type Wrapper
 boolean CollectionRecordReader.next(org.apache.hadoop.io.Text DocID, Wrapper<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.
 

Uses of Wrapper in uk.ac.gla.terrier.utility
 

Methods in uk.ac.gla.terrier.utility that return Wrapper
 Wrapper<T> Wrapper.createWrapper(T O)
           
 


Terrier IR Platform
2.2.1

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