|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapEmittedTerm | |
---|---|
uk.ac.gla.terrier.indexing.hadoop | |
uk.ac.gla.terrier.structures.indexing.singlepass.hadoop |
Uses of MapEmittedTerm in uk.ac.gla.terrier.indexing.hadoop |
---|
Methods in uk.ac.gla.terrier.indexing.hadoop with parameters of type MapEmittedTerm | |
---|---|
void |
Hadoop_BasicSinglePassIndexer.reduce(MapEmittedTerm Term,
java.util.Iterator<MapEmittedPostingList> postingIterator,
org.apache.hadoop.mapred.OutputCollector<java.lang.Object,java.lang.Object> output,
org.apache.hadoop.mapred.Reporter reporter)
Main reduce algorithm step. |
Method parameters in uk.ac.gla.terrier.indexing.hadoop with type arguments of type MapEmittedTerm | |
---|---|
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 MapEmittedTerm in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop |
---|
Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop that return MapEmittedTerm | |
---|---|
static MapEmittedTerm |
MapEmittedTerm.create_TextPlus(java.lang.String s,
java.lang.String a,
int b)
Factory Method |
Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with parameters of type MapEmittedTerm | |
---|---|
int |
MapEmittedTerm.TermComparator.compare(MapEmittedTerm a,
MapEmittedTerm b)
Compares Hadoop_TextPlus objects by comparison of the Text variables. |
int |
MapEmittedTerm.TermMapFlushComparator.compare(MapEmittedTerm a,
MapEmittedTerm b)
|
int |
MapEmittedTerm.compareTo(MapEmittedTerm o)
Text Comparator on the Term contained in this object |
int |
ByMapPartitioner.getPartition(MapEmittedTerm key,
MapEmittedPostingList value,
int numPartitions)
Forces each Map output to get its own reduce step |
Constructor parameters in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with type arguments of type MapEmittedTerm | |
---|---|
HadoopRunWriter(org.apache.hadoop.mapred.OutputCollector<MapEmittedTerm,MapEmittedPostingList> _outputCollector,
java.lang.String _mapId,
int _flushNo)
Create a new HadoopRunWriter, specifying the output collector of the map task the run number and the flush number. |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |