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 collect

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 http://localhost:8983/solr/admin/col

Re: Rename solrconfig.xml

2018-02-26 Thread Zheng Lin Edwin Yeo
gt; > 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 Edw

Re: Rename solrconfig.xml

2018-02-26 Thread @Nandan@
ning-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 Edwin Yeo > wrote: > > Hi, > > > > Would like to check, how can we rename solrconfig.xml to som

Re: Rename solrconfig.xml

2018-02-26 Thread Zheng Lin Edwin Yeo
//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 Edwin Yeo > wrote: > > Hi, > > &g

Re: Rename solrconfig.xml

2018-02-26 Thread Alexandre Rafalovitch
Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, how can we rename solrconfig.xml to something else? > For example, I want to rename it to myconfig.xml. Is this possible? > > I'm using Solr 6.5.1, and planning to upgrade to Solr 7.2.1. > > Regards, > Edwin

Rename solrconfig.xml

2018-02-23 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, how can we rename solrconfig.xml to something else? For example, I want to rename it to myconfig.xml. Is this possible? I'm using Solr 6.5.1, and planning to upgrade to Solr 7.2.1. Regards, Edwin