org.apache.nutch.indexer
Class Indexer.InputFormat
java.lang.Object
org.apache.hadoop.mapred.InputFormatBase
org.apache.hadoop.mapred.SequenceFileInputFormat
org.apache.nutch.indexer.Indexer.InputFormat
- All Implemented Interfaces:
- InputFormat
- Enclosing class:
- Indexer
- public static class Indexer.InputFormat
- extends SequenceFileInputFormat
Wraps inputs in an ObjectWritable
, to permit merging different
types in reduce.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Indexer.InputFormat
public Indexer.InputFormat()
getRecordReader
public RecordReader getRecordReader(FileSystem fs,
FileSplit split,
JobConf job,
Reporter reporter)
throws IOException
- Throws:
IOException
Copyright © 2006 The Apache Software Foundation