Description
The CrawlDbReader ignores the filter options -status and -expr when dumping a crawldb:
% bin/nutch readdb crawldb/ -dump cdb.dump -status 'db_fetched' -expr 'status == "db_fetched"' ... % grep '^Status:' cdb.dump/part-r-00000 | sort | uniq -c 10 Status: 1 (db_unfetched) 28 Status: 2 (db_fetched) 1 Status: 3 (db_gone) 1 Status: 4 (db_redir_temp) 3 Status: 7 (db_duplicate)
Attachments
Issue Links
- links to