Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Schema.xml in SolrCloud setup

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.

like image 437
Stefan Avatar asked Jul 29 '13 18:07

Stefan


People also ask

Where is schema xml in Solr?

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.


1 Answers

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)

like image 61
Socratees Samipillai Avatar answered Sep 28 '22 06:09

Socratees Samipillai