Re: Rename solrconfig.xml

2018-02-27 Thread Zheng Lin Edwin Yeo
Hi Shawn, Yes, I'm running SolrCloud. Meaning we have to create all the cores in the collection with the default solrconfig.xml first? Then we have to modify the core.properties, and rename the solrconfig.xml. After which, we have to reload the renamed config to ZooKeeper, then reload the

Re: Rename solrconfig.xml

2018-02-27 Thread Shawn Heisey
On 2/27/2018 12:59 AM, Zheng Lin Edwin Yeo wrote: Regarding the core.properties, understand from the Solr guide that we need to define the "config" properties first. However, my core.properties will only be created when I create the collection from the command

Re: Rename solrconfig.xml

2018-02-26 Thread Zheng Lin Edwin Yeo
Regarding the core.properties, understand from the Solr guide that we need to define the "config" properties first. However, my core.properties will only be created when I create the collection from the command http://localhost:8983/solr/admin/collections?action=CREATE=collection The

Re: Rename solrconfig.xml

2018-02-26 Thread @Nandan@
You can change into core config file and then you can use any name . As i used as table_solrconfig.xml Same concept will applicable with schema.xml file too. On Feb 27, 2018 11:11 AM, "Zheng Lin Edwin Yeo" wrote: Hi Alexandre, Thanks for your reply. Will this cause other

Re: Rename solrconfig.xml

2018-02-26 Thread Zheng Lin Edwin Yeo
Hi Alexandre, Thanks for your reply. Will this cause other issues with the functionality if it is renamed? Regards, Edwin On 27 February 2018 at 07:15, Alexandre Rafalovitch wrote: > I believe this can be set with "config" property in the > core.properties file: >

Re: Rename solrconfig.xml

2018-02-26 Thread Alexandre Rafalovitch
I believe this can be set with "config" property in the core.properties file: https://lucene.apache.org/solr/guide/7_2/defining-core-properties.html#defining-core-properties Whether it is a good idea longer term, is a different question. Regards, Alex. On 23 February 2018 at 18:06, Zheng Lin