solrconfig.xml, schema.xml are all loaded into the zookeeper. You can view the files loaded into zookeeper by clicking on Cloud on the home page of SolrCloud and then navigating to config folder.
Below is a summary of steps to creating a collection: 1) Load the configuration files into zookeeper using zkcli (this comes with SolrCloud) 2) Use the collection API to create a collection based on the configuration uploaded in step 1 So if you want to create two collections based on two different configs then you have to uploaded two sets of configuration files with two different config names. Does this answer your questions? On Fri, Nov 27, 2015 at 1:11 PM, Mugeesh Husain <muge...@gmail.com> wrote: > Thanks Eric, > > I have successfull setup solrcloud setup with zookeeper. > everything is working fine, i am little bit confuse. > > where is the location of solrconfig.xml,schema.xml files. i mean where i > define schema for different-2 core. > > Still i unable to find location of configuration files ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solrcloud-with-Zookeeper-in-production-tp4242162p4242491.html > Sent from the Solr - User mailing list archive at Nabble.com. >