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 2005/07/17 02:32:54 UTC

[Nutch Wiki] Trivial Update of "bin/nutch mergesegs" by RobPettengill

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 RobPettengill:
http://wiki.apache.org/nutch/bin/nutch_mergesegs

------------------------------------------------------------------------------
  
  You may want to run SegmentMergeTool instead of following the manual procedures, with all options turned on, i.e. to merge segments into the output segment(s), index it, and then delete the original segments data.
  
+ Usage: bin/nutch net.nutch.tools.!SegmentMergeTool (-local | -nfs ...) [[BR]]
+ (-dir <input_segments_dir> | seg1 seg2 ...) [[BR]]
+ [-o <output_segments_dir>] [-max count] [-i] [-ds] [[BR]]
+ -dir <input_segments_dir> "path to directory containing input segments" [[BR]]
+ seg1 seg2 seg3 "... individual paths to input segments" [[BR]]
- Usage: bin/nutch net.nutch.tools.!SegmentMergeTool (-local | -nfs ...) (-dir <input_segments_dir> | seg1 seg2 ...) [-o <output_segments_dir>] [-max count] [-i] [-ds]
- -dir <input_segments_dir>
- path to directory containing input segments
- seg1 seg2 seg3
- individual paths to input segments
- -o <output_segment_dir>
- (optional) path to directory which will contain output segment(s).
+ -o <output_segment_dir> "(optional) path to directory which will contain output segment(s).
- NOTE: If not present, the original segments path will be used.
+ NOTE: If not present, the original segments path will be used." [[BR]]
- -max count
- (optional) output multiple segments, each with maximum 'count' entries
+ -max count "(optional) output multiple segments, each with maximum 'count' entries"[[BR]]
- -i
- (optional) index the output segment when finished merging
+ -i "(optional) index the output segment when finished merging" [[BR]]
- -ds
- (optional) delete the original input segments when finished
+ -ds "(optional) delete the original input segments when finished"
  
+ [CommandLineOptions]
+