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