The implementation of grouping in the trunk is completely different from 236. Grouping works across distributed search: https://issues.apache.org/jira/browse/SOLR-2066
committed last September. On Thu, Apr 19, 2012 at 6:04 PM, Jean-Sebastien Vachon <jean-sebastien.vac...@wantedanalytics.com> wrote: > Hi All, > > I am currently trying out SolrCloud on a small cluster and I'm enjoying Solr > more than ever. Thanks to all the contributors. > > That being said, one very important feature for us is the grouping/collapsing > of results on a specific field value on a distributed index. We are currently > using Solr 1.4 with Patch 236 and it does the job as long as all documents > with a common field value are on the same shard. Otherwise grouping on a > distributed index will not work as expected. > > I looked everywhere if this limitation was still present in the trunk but > found no mention of it. > Is this still a requirement for grouping results on a distributed index? > > Thanks > -- Lance Norskog goks...@gmail.com