Changing Schema.xml in SolrCloud setup

Stefan picture Stefan · Jul 29, 2013 · Viewed 13.1k times · Source

how do i change the schema.xml for a collection in SolrCloud?

I have set up a zookeeper-ensemble on 3 nodes and i guess i could make the changes there, but don't know exactly.

Answer

Socratees Samipillai picture Socratees Samipillai · Jul 30, 2013

You can reload schema.xml for cores on SolrCloud by using zkCli.sh

More details in the Stackoverflow link: Reloading Zoo keeper solr conf (schema.xml)