Re: Schema change without restart Solr 6.1.0

2021-11-23 Thread Tulsi Das
ent: Monday, November 22, 2021 10:05 PM > To: users@solr.apache.org > Subject: Re: Schema change without restart Solr 6.1.0 > > On 11/22/21 2:24 AM, VIshal Patel wrote: > > I am using Solr 6.1.0. In production environment I want to do schema > change without restarting Solr. &g

Re: Schema change without restart Solr 6.1.0

2021-11-22 Thread VIshal Patel
ClassicIndexSchemaFactory? Will it work after reload the collection? Regards, VIshal From: Shawn Heisey Sent: Monday, November 22, 2021 10:05 PM To: users@solr.apache.org Subject: Re: Schema change without restart Solr 6.1.0 On 11/22/21 2:24 AM, VIshal Patel

Re: Schema change without restart Solr 6.1.0

2021-11-22 Thread Shawn Heisey
On 11/22/21 2:24 AM, VIshal Patel wrote: I am using Solr 6.1.0. In production environment I want to do schema change without restarting Solr. I have tried with http://1.1.1.1:7983/solr/admin/cores?action=RELOAD&core=forms but It did not work. (https://stackoverflow.com/questions/23782123/how-do

Re: Schema change without restart Solr 6.1.0

2021-11-22 Thread Tulsi Das
Have you uploaded the changes file to zookeeper (hoping you are using solrcloud) ? Once the changed schema is uploaded to zk , then you can reload the collection either from admin UI or using the api. On Mon, Nov 22, 2021 at 2:54 PM VIshal Patel wrote: > Hi > > I am using Solr 6.1.0. In produ

Schema change without restart Solr 6.1.0

2021-11-22 Thread VIshal Patel
Hi I am using Solr 6.1.0. In production environment I want to do schema change without restarting Solr. I have tried with http://1.1.1.1:7983/solr/admin/cores?action=RELOAD&core=forms but It did not work. (https://stackoverflow.com/questions/23782123/how-do-i-change-schema-xml-without-restarting