You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Manoharam Reddy <ma...@gmail.com> on 2007/06/13 08:04:52 UTC

why number of results is more than topN x depth?

if I set topN value to 1000 and depth value to 10, then at each fetch
loop, it should fetch a maximum of 1000 URLs. Thus, the total number
of URLs fetched should not be more than 10 x 1000 = 10000.

But when I perform a search, I get around 12000 to 20000 results for
some queries. How is it possible?