net.nutch.indexer
Class IndexMerger
java.lang.Object
net.nutch.indexer.IndexMerger
- public class IndexMerger
- extends Object
Creates an index for the output corresponding to a single fetcher run.
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 |
LOG
public static final Logger LOG
DONE_NAME
public static final String DONE_NAME
- See Also:
- Constant Field Values
IndexMerger
public IndexMerger(File indexDirectory,
File[] segments)
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.