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 <vishalpatel202...@outlook.com> wrote: > 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-solr > ) > > Our directory like this > \server\solr\forms\conf\schema.xml > \server\solr\forms\conf\solrconfig.xml > > Can it possible schema change without Solr restart? > > Regards, > VIshal >