Re: aliasing for Stats component

2014-05-29 Thread Mohit Jain
Thanks Shalin. I will have a look at this. Currently we are using 4.3.1 so it should not be much trouble to patch it. Regards Mohit On Wed, May 28, 2014 at 6:57 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Support for keys, tagging and excluding filters in StatsComponent was add

Re: aliasing for Stats component

2014-05-28 Thread Shalin Shekhar Mangar
Support for keys, tagging and excluding filters in StatsComponent was added with SOLR-3177 in v4.8.0 You can specify e.g. stats.field={!key=xyz}id and the output will use "xyz" instead of "id". On Wed, May 28, 2014 at 1:55 PM, Mohit Jain wrote: > Hi, > > In a solr request one can specify alias

aliasing for Stats component

2014-05-28 Thread Mohit Jain
Hi, In a solr request one can specify aliasing for returned fields using : in "fl" param. I was looking at stats component and found that similar support is not available. I do not want to expose internal field names to external world. The plan is to do it in "fl" fashion instead of post-processin