Where to add schema.xml & solrconfig.xml in Solr Cluster

Hi I just finished creating a Solr database on AWS. I followed this tutorial: Tutorial for setting up SolrCloud on Amazon EC2 It has three SolrCloud clusters ( a little overkill for me) Now I have these folders on each one:

afe_shard1_replica2
afe_shard2_replica2
afe_shard3_replica2

It’s run by Debian 8, Tomcat 7, Solr 4.9 and ZooKeeper.

I’m not sure where to put the schema.xml & solrconfig.xml at. I’ve tried several places but nothing shows up in the Solr admin panel. Am I suppose to add the schema.xml & solrconfig.xml in all three instances or only one or in all three folders on every instance?

Also how can I restart it without messing anything up.

Thank you

Can this help? Not sure if it will answer your question though because I haven’t read the whole thing but they do mention the changes in schema.xml.

Yes, seems to be what I was looking for. Thank you

1 Like

Glad that I could help

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.