Hi, In a solr request one can specify aliasing for returned fields using <key>:<fl_name> 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-processing the response at external layer.
I was wondering if exclusion of this feature is by choice or it's just that it was not added till now. Thanks Mohit