I am getting this when I try to get another segment to index. It looks like a bad database...is there a way to fix this?
J
040902 085403 Processing page 3400000... 040902 085408 Overall processing: Sorted 0 entries in 0.0 seconds. 040902 085408 Overall processing: Sorted NaN entries/second Exception in thread "main" A record version mismatch occured. Expecting v5, found v38
Your database is corrupt.
You can rebuild your database with:
bin/nutch admin db -create bin/nutch updatedb db segments/*
This can use a lot of disk space. If it runs out of space then you might need to break the second step into a few steps, where each adds just a few segments. But if you have the space, doing it all at once is fastest.
Doug
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Nutch-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-general
