Hello Everyone, I need small help, we have trying to migrate Solr Standalone to Solr Cloud. During this journey,we have done R and D a lot but we have unable to find any article related to our problem. Can anyone please help out this problem
We have run zookeeper separately in local and started solr instance (8983) with -z (zookeeper) localhost:2181. *[solr start -cloud -p 8983 -z 172.22.9.16:2181]* once solrcloud instance started. we have created core with shards (2) and custom configSet("_test") (schema.xml), Fields : id,name We have used dataImportHandler (DIH) post.jar to push data to respective core. Here we have facing problem. i.e we need to add two more fields(mobile,year) in that core schema. But we could find where that schema.xml exists. we went to _test configSet and added those two fields and restarted the zookeeper and solrCloud Instance. Still it's not reflected to solrCloud Collection(While we check in Files Folder -> Schema.xml on Solr Admin UI Portal). Please, can anyone help me how to resolve this issue? Regards, Bala Manikanta K. kbmanikant...@gmail.com -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html