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