[
https://issues.apache.org/jira/browse/SOLR-7157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508982#comment-14508982
]
ASF subversion and git services commented on SOLR-7157:
-------------------------------------------------------
Commit 1675592 from [~noble.paul] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1675592 ]
SOLR-7157: initParams must support tags other than appends, defaults and
invariants
> Specify arbitrary config params outside of the component
> --------------------------------------------------------
>
> Key: SOLR-7157
> URL: https://issues.apache.org/jira/browse/SOLR-7157
> Project: Solr
> Issue Type: Bug
> Reporter: Martin Grotzke
> Assignee: Noble Paul
> Attachments: SOLR-7157.patch
>
>
> 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]