net.nutch.indexer
Class IndexMerger

java.lang.Object
  extended bynet.nutch.indexer.IndexMerger

public class IndexMerger
extends Object

Creates an index for the output corresponding to a single fetcher run.


Field Summary
static String DONE_NAME
           
static Logger LOG
           
 
Constructor Summary
IndexMerger(File indexDirectory, File[] segments)
           
 
Method Summary
static void main(String[] args)
          Create an index for the input files in the named directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final Logger LOG

DONE_NAME

public static final String DONE_NAME
See Also:
Constant Field Values
Constructor Detail

IndexMerger

public IndexMerger(File indexDirectory,
                   File[] segments)
Method Detail

main

public static void main(String[] args)
                 throws Exception
Create an index for the input files in the named directory.

Throws:
Exception


Copyright © 2004 The Nutch Organization.