Hello, So far I've crawled some webpages and I'm starting to search them. What I would want is to get all the results to show them. I've set query.getParams().setMaxHitsPerDup(0); so the results are not "filtered" by site.
When I print the total and the length of the hits they're different. Why does this happen? For example, the total is 71 and the length is 10, but I would want access to all the 71 hits. Can someone point me in the right direction? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/show-all-hits-total-vs-length-tp2004800p2004800.html Sent from the Nutch - User mailing list archive at Nabble.com.

