segread is an alias for org.apache.nutch.segment.SegmentReader
This class holds together all data readers for an existing segment. Some convenience methods are also provided, to read from the segment and to reposition the current pointer.
Usage: bin/nutch segread [-fix] [-dump] [-dumpsort] [-list] [-nocontent] [-noparsedata] [-noparsetext] (-dir segments | seg1 seg2 ...)
NOTE: at least one segment dir name is required, or '-dir' option.
-fix
automatically fix corrupted segments
-dump
dump segment data in human-readable format
-dumpsort
dump segment data in human-readable format, sorted by URL
-list
print useful information about segments
-nocontent
ignore content data
-noparsedata
ignore parse_data data
-nocontent
ignore parse_text data
-dir segments
directory containing multiple segments
seg1 seg2 ...
segment directories