Re: result grouping and paging, solr 4.21

2013-07-31 Thread Erick Erickson
Not that I know of. Grouping pretty much treats all groups the same... Best Erick On Wed, Jul 31, 2013 at 4:14 AM, Gunnar wrote: > Hello, > > I'm trying to page results with grouping /field collapsing. My query is: > > ?q=myKeywords&start=0&rows=100&group=true&group.field=myGroupField&group.form

result grouping and paging, solr 4.21

2013-07-31 Thread Gunnar
Hello, I'm trying to page results with grouping /field collapsing. My query is: ?q=myKeywords&start=0&rows=100&group=true&group.field=myGroupField&group.format=simple&group.limit=1 The result will contain 70 groups, is there a way to get 100 records returned, means 70 from each group first doc