Hi,

I am using Solr 3.3 and have run into a problem with grouping.  If 'group.main' 
is 'true' and 'start' is greater than 'rows', then I do not get any results.  A 
sample response is:

<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">602</int></lst><lst name="grouped"/><result name="response" 
numFound="2239538" start="40" maxScore="6.140459"/>
</response>


If 'group.main' is false, then I get results.

Did anyone else come across this problem?  Using the grouping feature with 
pagination of results will make start > rows from the third page onwards.

Thanks,
Nikhil

Reply via email to