Elran Dvir created SOLR-6063:
--------------------------------
Summary: allow core reloading with parameters in core admin
Key: SOLR-6063
URL: https://issues.apache.org/jira/browse/SOLR-6063
Project: Solr
Issue Type: Improvement
Reporter: Elran Dvir
The patch allows to add parameters to core admin reload command as in create
command and it changes the core configuration as indicated in the parameters.
Any parameter that is not indicated in the command will be the same as before.
For example, the command
solr/admin/cores?action=RELOAD&core=core0&transient=true
will change the core to be transient.
In my patch, I removed the parameter isTransientCore from the method
registerCore in class CoreContainer. I chose to use cd.isTransient() instead.
Thanks.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]