Hi, I am using collapsing with start & rows parameters. For start=0 & rows=10 my query looks like: q=f1:v1+AND+f2:v2&date:[*+TO+*]&rows=10&start=0&fl=rootId&collapse.field=rootId&collapse.threshold=1&collapse.type=normal&collapse.includeCollapsedDocs.fl=id
The same query with start=10, gives me an overlapping result. i.e. Last two of the first query's collapse groups are appearing in the second query's results as the first two groups. With increasing the value of the start parameter, the number of overlapping groups changes somewhat arbitrarily. Sometimes gives 3,5,etc. I am working on a patch for SOLR-236 dated 2010-06-17 03:08 PM. Has this been an issue that has been fixed? Thanks for any pointers, Samarth