[Nutch-dev] Small bug in Generator
In method Generator.Selector.reduce small bug. Now it: ... while (values.hasNext() && ++count < limit) { ... Must be: ... while (values.hasNext() && ++count <= limit) { ... --- This SF.Net email is sponsored by the JBoss Inc. Get Certifi
[Nutch-dev] small bug
Hi, Just found your project's web page from its log entries at my web site. Just to let you knonw, it leaves an outdated URL in the log, http://www.nutch.org/docs/en/bot.html , which gives an error on your current documentation. Best, -John --