[Nutch-dev] Small bug in Generator

2005-11-23 Thread anton
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

2005-08-24 Thread John Maraist
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 --