Re: Start parameter and result grouping

2010-10-31 Thread Markus Jelsma
Oh, and see the just updated wiki page as well: http://wiki.apache.org/solr/FieldCollapsing > Ah, seems you're just one day behind. SOLR-2207, paging with field > collapsing, has just been resolved: > https://issues.apache.org/jira/browse/SOLR-2207 > > > Hi, > > > > I'm trying to implement pagin

Re: Start parameter and result grouping

2010-10-31 Thread Markus Jelsma
Ah, seems you're just one day behind. SOLR-2207, paging with field collapsing, has just been resolved: https://issues.apache.org/jira/browse/SOLR-2207 > Hi, > > I'm trying to implement paging when grouping is on. > > Start parameter works, but the result contains all the documents that were >

Start parameter and result grouping

2010-10-31 Thread Pavel Minchenkov
Hi, I'm trying to implement paging when grouping is on. Start parameter works, but the result contains all the documents that were before him. http://localhost:8983/solr/select?q=test&group=true&group.field=marketplaceId&group.limit=1&rows=1&start=0(I get 1 document). http://localhost:8983/solr/