> Regards
> Ahsan
>
>
>
> - Original Message -
> From: Jayendra Patil
> To: solr-user@lucene.apache.org; Ahson Iqbal
> Cc:
> Sent: Tuesday, September 13, 2011 10:55 AM
> Subject: Re: question about Field Collapsing/ grouping
>
> The time we implem
: Jayendra Patil
To: solr-user@lucene.apache.org; Ahson Iqbal
Cc:
Sent: Tuesday, September 13, 2011 10:55 AM
Subject: Re: question about Field Collapsing/ grouping
The time we implemented the feature, there was no straight forward solution.
What we did is to facet on the grouped by field and
yup .. seems the group count feature is included now, as mentioned by Klein.
Regards,
Jayendra
On Tue, Sep 13, 2011 at 8:27 AM, O. Klein wrote:
> Isn't that what the parameter group.ngroups=true is for?
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/question-about-F
Isn't that what the parameter group.ngroups=true is for?
--
View this message in context:
http://lucene.472066.n3.nabble.com/question-about-Field-Collapsing-grouping-tp3331821p3332471.html
Sent from the Solr - User mailing list archive at Nabble.com.
The time we implemented the feature, there was no straight forward solution.
What we did is to facet on the grouped by field and counting the facets.
This would give you the distinct count for the groups.
You may also want to check the Patch @
https://issues.apache.org/jira/browse/SOLR-2242, whic