On 3/27/2014 2:45 PM, Kranti Parisa wrote: > Is it possible to configure PingRequestHandler in solrconfig.xml for > doing threshold checks say min no of documents to be presented in the > index. we can specify the *:* in poing query but then if that returns 0 > documents, how can we capture that check? > > also how to configure PingRequestHandler for the entire solr instance > (in multi-core environment). all the cores should be healthy in order to > say the instance is healthy. > > is there any feature for this? if not I would like to get some thoughts > so that I can try developing it.
A parameter for minimum numFound would be pretty useful, especially if it were something you could specify in the defaults section as well as a parameter on the actual request. My bikeshed on the parameter name: minFound. Feel free to file an issue, and attach a patch if you already have an idea of what it requires. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
