You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/09 23:43:56 UTC

[Nutch Wiki] Update of "bin/nutch merge" by JerryRussell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by JerryRussell:
http://wiki.apache.org/nutch/bin/nutch_merge

The comment on the change is:
fixed classpath to org.apache

------------------------------------------------------------------------------
- merge is an alias for net.nutch.indexer.!IndexMerger
+ merge is an alias for org.apache.nutch.indexer.!IndexMerger
  
  IndexMerger creates an index for the output corresponding to a single fetcher run.
  
- Usage: bin/nutch net.nutch.indexer.!IndexMerger (-local | -ndfs <nameserver:port>) [-workingdir <workingdir>] outputIndex segments...
+ Usage: bin/nutch org.apache.nutch.indexer.!IndexMerger (-local | -ndfs <nameserver:port>) [-workingdir <workingdir>] outputIndex segments...
  
  CommandLineOptions