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.
The Solr schema. xml (typically found in the solr/conf/ directory) is where you tell Solr what types of fields you plan to support, how those types will be analyzed, and what fields you are going to make available for import and queries. Solr will then base its Lucene underbelly on what you define.
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)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With