[ http://issues.apache.org/jira/browse/NUTCH-282?page=comments#action_12414461 ]
Stefan Neufeind commented on NUTCH-282: --------------------------------------- Sorry for not getting back to this. Actually it had to do with per-site-dedup. I had a page-navigation built on the total number of pages, and the first page I saw were already the "last" result-page. When moving to page 2 I got no results, when moving to a later page, I got exceptions. For me it was fixed simply by using the pagination correctly :-) and applying the fix from NUTCH-288 to not fetch results when out of bounds. > Showing too few results on a page (Paging not correct) > ------------------------------------------------------ > > Key: NUTCH-282 > URL: http://issues.apache.org/jira/browse/NUTCH-282 > Project: Nutch > Type: Bug > Components: web gui > Versions: 0.8-dev > Reporter: Stefan Neufeind > > I did a search and got back the value "itemsPerPage" from opensearch. But > the output shows "results 1-8" and I have a total of 46 searchresults. > Same happens for the webinterface. > Why aren't "enough" results fetched? > The problem might be somewhere in the area of where Nutch should only display > a certaian number of websites per site. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
