RE: how to force rescan of core.properties file in solr

2016-03-15 Thread Gian Maria Ricci - aka Alkampfer
Actually a simple solution I've found is unloading the core, and recreating the core passing parameters to the action=CREATE api call. Gian Maria. -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: giovedì 10 marzo 2016 15:45 To: solr-user@lucene.apache.org

Re: how to force rescan of core.properties file in solr

2016-03-10 Thread Shawn Heisey
On 3/10/2016 3:00 AM, Gian Maria Ricci - aka Alkampfer wrote: > but this change in core.properties is not available until I restart > the service and Solr does core autodiscovery. Issuing a Core RELOAD > does not work. > > > > How I can force solr to reload core.properties when I change it? >

how to force rescan of core.properties file in solr

2016-03-10 Thread Gian Maria Ricci - aka Alkampfer
I've setup a configuration in my solrconfig.xml to manage maseter or slave with settings in core.properties file. This allows me to select if the core is slave or master with a simple change of core.properties file. I've setup a dns entry for master.mysolr..xxx, this allows me to point