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_segslice

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

------------------------------------------------------------------------------
- segslice is an alias for net.nutch.segment.!SegmentSlicer
+ segslice is an alias for org.apache.nutch.segment.!SegmentSlicer
  
  This class reads data from one or more input segments, and outputs it to one 
or more output segments, optionally deleting the input segments when it's 
finished.
  
@@ -12, +12 @@

  
  NOTE 3: if one or more input segments are in non-parsed format, the output 
segments will also use non-parsed format. This means that any parseData and 
parseText data from input segments will NOT be copied to the output segments.
  
- Usage: bin/nutch net.nutch.segment.!SegmentSlicer (-local | -ndfs 
<namenode:port>) -o outputDir [-max count] [-fix] [-nocontent] [-noparsedata] 
[-noparsetext] (-dir segments | seg1 seg2 ...)[[BR]]
+ Usage: bin/nutch org.apache.nutch.segment.!SegmentSlicer (-local | -ndfs 
<namenode:port>) -o outputDir [-max count] [-fix] [-nocontent] [-noparsedata] 
[-noparsetext] (-dir segments | seg1 seg2 ...)[[BR]]
  NOTE: at least one segment dir name is required, or '-dir' option.
  outputDir is always required.[[BR]]
  -o outputDir[[BR]]

Reply via email to