Re: Possible bug in Solr 3.3 grouping

2011-07-12 Thread Nikhil Chhaochharia
Thanks Martijn - I should be able to patch the Solr 3.3 release based on r1145748. - Nikhil From: Martijn v Groningen To: solr-user@lucene.apache.org; Nikhil Chhaochharia Sent: Wednesday, 13 July 2011 2:04 AM Subject: Re: Possible bug in Solr 3.3 grouping Hi

Re: Possible bug in Solr 3.3 grouping

2011-07-12 Thread Martijn v Groningen
Hi Nikhil, Thanks for raising this issue. I checked this particular issue in a test case and I ran into the same error, so this is indeed a bug. I've fixed this issue for 3x in revision 1145748. So checking out the latest 3x branch and building Solr yourself should give you this bug fix. Or you ca

Possible bug in Solr 3.3 grouping

2011-07-12 Thread Nikhil Chhaochharia
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: 0602 If 'group.main' is false, then I get results. Did anyone else come across this problem?  Using the gr