I'm doing some testing with field collapsing, and early results look good. One thing seems odd to me however. I would expect to get back one block of results, but I get two - the first one contains the collapsed results, the second one contains the full non-collapsed results:
<result name="response" numFound="11" start="0"> ... </result> <result name="response" numFound="62" start="0"> ... </result> This seems somewhat confusing. Is this intended or is this a bug? Thanks, -Jay