Package org.apache.nutch.indexer
Class IndexerMapReduce.IndexerMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Text,Writable,Text,NutchWritable>
org.apache.nutch.indexer.IndexerMapReduce.IndexerMapper
- Enclosing class:
- IndexerMapReduce
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexerMapper
public IndexerMapper()
-
-
Method Details
-
setup
-
map
public void map(Text key, Writable value, Mapper<Text, Writable, throws IOException, InterruptedExceptionText, NutchWritable>.Context context) - Overrides:
mapin classMapper<Text,Writable, Text, NutchWritable> - Throws:
IOExceptionInterruptedException
-