flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Count of errors on collection page is inaccurate #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure, but I think the error count on the collections page is wrong - it
may be two or three times the actual error count. I set the indexer logging
to 'info', I wonder if errors are being counted more than once?

Original issue reported on code.google.com by charliej...@gmail.com on 10 Nov 2007 at 12:16

GoogleCodeExporter commented 9 years ago
The error count is the number of times indexer._process_file returns false on a
particular indexing. i.e. the number of files that didn't get properly 
processed. The
number of errors shown in the log might be more or less than this (although 
normally
I'd expect at least one logged error each time _process_file fails). Note even 
if
logging is turned off the error count will still count the number of files that 
don't
get properly processed. I'm not sure that there's actually a bug here, although 
we
should be clear about what the error count means.

Original comment by paul.x.r...@googlemail.com on 10 Nov 2007 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 19 Aug 2009 at 3:45