I have crawled a list of websites using Nutch 1.12. I can dump the crawl data into separate HTML files by using:
./bin/nutch dump -segment crawl/segments/ -o outputDir nameOfDir
And into a single WARC file by using:
./bin/nutch warc crawl/warcs crawl/segment/nameOfSegment
But how can I dump the collected data into multiple WARC files, one for each webpage crawled?