Save This Page
Home » nutch-1.0 » org.apache.nutch » indexer » [javadoc | source]
org.apache.nutch.indexer
public class: IndexMerger [javadoc | source]
java.lang.Object
   org.apache.hadoop.conf.Configured
      org.apache.nutch.indexer.IndexMerger

All Implemented Interfaces:
    org.apache.hadoop.util.Tool

IndexMerger creates an index for the output corresponding to a single fetcher run.
Field Summary
public static final  Log LOG     
public static final  String DONE_NAME     
Constructor:
 public IndexMerger() 
 public IndexMerger(Configuration conf) 
Method from org.apache.nutch.indexer.IndexMerger Summary:
main,   merge,   run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.indexer.IndexMerger Detail:
 public static  void main(String[] args) throws Exception 
    Create an index for the input files in the named directory.
 public  void merge(Path[] indexes,
    Path outputIndex,
    Path localWorkingDir) throws IOException 
    Merge all input indexes to the single output index
 public int run(String[] args) throws Exception