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/03/07 00:36:03 UTC

[Nutch Wiki] Trivial Update of "nutch-0.8-dev/bin/nutch merge" by JeffRitchie

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 JeffRitchie:
http://wiki.apache.org/nutch/nutch-0%2e8-dev/bin/nutch_merge

The comment on the change is:
page created

New page:
= "merge" is an alias for "org.apache.nutch.indexer.IndexMerger" =

== Merges several segment indexes ==

=== Usage ===
 nutch-0.8-dev/bin/nutch org.apache.nutch.indexer.!IndexMerger [-workingdir <workingdir>] <outputIndex> <indexesDir> ...

  '''[-workingdir <workingdir>]:''' Specifies a working directory for the merger located at <workingdir>.[[BR]]
  '''<outputIndex>:''' Path to a directory where the merged index will be created.[[BR]]
  '''<indexesDir>:''' Path to a directory containing indexes to merge. More then one directory may be specified.[[BR]]

=== Configuration Files ===
 hadoop-default.xml[[BR]]
 hadoop-site.xml[[BR]]
 nutch-default.xml[[BR]]
 nutch-site.xml[[BR]]

=== Other Files ===
 None.

=== Caveats and Notes ===
 index.done file is not created.

DevelopmentCommandLineOptions