Class IndexerMapReduce

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.indexer.IndexerMapReduce
All Implemented Interfaces:
Configurable

public class IndexerMapReduce extends Configured

This class is typically invoked from within IndexingJob and handles all MapReduce functionality required when undertaking indexing.

This is a consequence of one or more indexing plugins being invoked which extend IndexWriter.

See initMRJob(Path, Path, Collection, Job, boolean) for details on the specific data structures and parameters required for indexing.