Martin Grotzke created SOLR-7157:
------------------------------------

             Summary: Specify arbitrary config params outside of the component
                 Key: SOLR-7157
                 URL: https://issues.apache.org/jira/browse/SOLR-7157
             Project: Solr
          Issue Type: New Feature
            Reporter: Martin Grotzke


SOLR-6365 added support for appends, defaults and invariants specified outside 
of the component via initParams.

It would be great if it would also be possible to configure arbitrary params 
via initParams.

Our use case is that we want to configure the "healthcheckFile" for the 
"/admin/ping" RequestHandler, so I'd like to configure it like this:

{code}
  <initParams path="/admin/ping">
    <str name="healthcheckFile">server-enabled.txt</str>
  </initParams>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to