Re: Group.ngroup query slower with docValues

2013-11-06 Thread vicky desai
Hi Shawn, Thanks for the reply. But the issue you pointed out talk about general performance issue of ngroups. However what i noticed is that after using docValues the performance of group.ngroups had degraded about 2-3 times. This is stopping me from using docValues which otherwise in case of fac

Re: Group.ngroup query slower with docValues

2013-11-06 Thread Shawn Heisey
On 11/6/2013 6:28 AM, vicky desai wrote: > I am planning to use the docValues feature of Solr. I have added "docValues= > true" parameter to a few fields in my schema on which there is heavy > faceting and grouping query involved. While I noticed a considerable > improvement in faceting queries. I

Group.ngroup query slower with docValues

2013-11-06 Thread vicky desai
Hi, I am planning to use the docValues feature of Solr. I have added "docValues= true" parameter to a few fields in my schema on which there is heavy faceting and grouping query involved. While I noticed a considerable improvement in faceting queries. I didnt get any improvements in grouping query