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