On 12/22/21 7:36 AM, Jonathan Tan wrote:
I'm using the bitnami SOLR helm chart (
https://github.com/bitnami/bitnami-docker-solr), and using it to deploy a
Solr Cloud cluster.
I'm trying to figure out how to update the solr.xml file.
Is the solr.xml file identical on every server? If it is, SolrCloud
lets you put the solr.xml file at the root of your zookeeper chroot. If
that exists, any solr.xml file on the disk is completely ignored. Note
that using system properties in solr.xml is one way to have an identical
file on each server, with differences placed into system properties
defined in /etc/default/solr.in.sh.
Thanks,
Shawn