Re: aliasing for Stats component

2014-05-29 Thread Mohit Jain
onent 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 on

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

Re: Solr reload trigger when a configuration file is changed

2014-01-22 Thread Mohit Jain
nt to coordinate with generator and reload all the affecting collections, it might be a good idea to let collections take care of it. Thanks Mohit On Fri, Jan 17, 2014 at 10:29 PM, Shawn Heisey wrote: > On 1/17/2014 7:25 AM, Mohit Jain wrote: > >> Bingo !! Tomcat was the one which was

Re: Solr reload trigger when a configuration file is changed

2014-01-17 Thread Mohit Jain
. Bingo !! Tomcat was the one which was keeping track of changes in his own config/bin dirs. Once the timestamp of those dirs are changed it issued reload on all wars, resulting reload of solr cores. By the way it will be good to have a similar configurable feature in Solr. Thanks Mohit Jain On

Solr reload trigger when a configuration file is changed

2014-01-17 Thread Mohit Jain
result in reload ? - Responsible classes/code ? Any pointers/help would be much appreciated. Thanks Mohit Jain