public static class BruteForcePwsim.MyMapperTermDocVectors extends MapReduceBase implements Mapper<IntWritable,HMapSFW,IntWritable,PairOfFloatInt>
| Constructor and Description |
|---|
BruteForcePwsim.MyMapperTermDocVectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf job) |
void |
map(IntWritable docno,
HMapSFW docvector,
OutputCollector<IntWritable,PairOfFloatInt> output,
Reporter reporter) |
closepublic BruteForcePwsim.MyMapperTermDocVectors()
public void configure(JobConf job)
configure in interface JobConfigurableconfigure in class MapReduceBasepublic void map(IntWritable docno, HMapSFW docvector, OutputCollector<IntWritable,PairOfFloatInt> output, Reporter reporter) throws IOException
map in interface Mapper<IntWritable,HMapSFW,IntWritable,PairOfFloatInt>IOException