Doug,
a small improvement before you may be commit the patch:

change
  if (i % hitsPerPage == 0) {
                page = page + 1;
  }

to
  if (mergedHitsList.size() % hitsPerPage == 0) {
                page = page + 1;
     }

Do you wish to have a new patch.txt?

Stefan



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to