I am simply trying to dump my segments from a crawl using readseg. If I only have one folder the command bin/nutch readseg -dump crawl/segments/* dumpFolder works yet if I have multiple segment folders it fails. Any ideas??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should give the path of segment till the segments dir(the one with the timestamp). If you want to read all the segments in the segments/ dir, you could have a wrapper class where you can list contents in the segments dir and call readseg from there. |
|||
|
|