Re: Using result grouping with SolrJ

2011-12-07 Thread Kissue Kissue
Thanks Juan. I guess i have found my reason to migrate to 3.4. Many thanks. On Wed, Dec 7, 2011 at 7:43 PM, Juan Grande wrote: > Hi Kissue, > > Support for grouping on SolrJ was added in Solr 3.4, see > https://issues.apache.org/jira/browse/SOLR-2637 > > In previous versions you can access the

Re: Using result grouping with SolrJ

2011-12-07 Thread Juan Grande
Hi Kissue, Support for grouping on SolrJ was added in Solr 3.4, see https://issues.apache.org/jira/browse/SOLR-2637 In previous versions you can access the grouping results by simply traversing the various named lists. *Juan* On Wed, Dec 7, 2011 at 1:22 PM, Kissue Kissue wrote: > Hi, > > I

Using result grouping with SolrJ

2011-12-07 Thread Kissue Kissue
Hi, I am using Solr 3.3 with SolrJ. Does anybody know how i can use result grouping with SolrJ? Particularly how i can retrieve the result grouping results with SolrJ? Any help will be much appreciated. Thanks.