Hey, I don't suppose you could easily tell me the rev in which ngroups arrived?
Also, how does ngroups compare to the 'matches' value inside each group? On Sat, Jul 2, 2011 at 3:06 PM, Yonik Seeley <yo...@lucidimagination.com> wrote: > 2011/7/1 Tomás Fernández Löbbe <tomasflo...@gmail.com>: >> I'm not sure I understand what you want to do. To paginate with groups you >> can use "start" and "rows" as with ungrouped queries. with "group.ngroups" >> (Something I found a couple of days ago) you can show the total number of >> groups. "group.limit" tells Solr how many (max) documents you want to see >> for each group. > > Right - just be aware that requesting the total number of groups (via > group.ngroups) is pretty memory and resource intensive - that's why > there is a separate option for it. > > -Yonik > http://www.lucidimagination.com >