Changing Schema.xml in SolrCloud setup
apache-zookeeper, solr, solrcloud
Solution
As of Solr 5.x released, a Schema API was implemented to change the Schema more easily:
https://cwiki.apache.org/confluence/display/solr/Schema+API
Problem
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.