[ 
https://issues.apache.org/jira/browse/SOLR-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elran Dvir updated SOLR-6063:
-----------------------------

    Description: 
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.
The patch is based on Solr 4.8  
Thanks.

 

  was:
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.

 


> 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
>         Attachments: SOLR-6063.patch
>
>
> 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.
> The patch is based on Solr 4.8  
> Thanks.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to