: basically, we are running query with field collapsing (Solr 1.4 with : patch 236). The responses tells us that there are about 2700 documents : matching our query. However, I can not get passed the 431th document. : From this point on, the response will not contain any document.
isn't that how collapse is suppose to work? a total of 2700 match, but it collapses away many of them according to some criteria, so you only paginate through 431? -Hoss