Re: Solrcloud with Zookeeper in production

2015-11-29 Thread Erick Erickson
t; and then restart associated cores (whatever the order). > https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files > > > > > De: "Mugeesh Husain" > À: solr-user@lucene.apache.org > Envoyé: Dimanche 29 Novembre 2015 09:20:21

Re: Solrcloud with Zookeeper in production

2015-11-29 Thread GOURAUD Emmanuel
Files De: "Mugeesh Husain" À: solr-user@lucene.apache.org Envoyé: Dimanche 29 Novembre 2015 09:20:21 Objet: Re: Solrcloud with Zookeeper in production Hi, I was following this article http://jayant7k.blogspot.in/2013/06/step-by-step-setting-up-solr-cloud.html for sol

Re: Solrcloud with Zookeeper in production

2015-11-29 Thread Mugeesh Husain
Hi, I was following this article http://jayant7k.blogspot.in/2013/06/step-by-step-setting-up-solr-cloud.html for solr.5.3 +zk-3.4.6 version. in the above linke, there is an step for configuration files root@solr1$ java -DzkHost=solr1:2181,solr2:2181 -Dbootstrap_confdir=solr/collection1/conf/ -Dnu

Re: Solrcloud with Zookeeper in production

2015-11-28 Thread Brian Narsi
I suggest the documentation Apache Solr Reference Guide for general learning. https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files https://cwiki.apache.org/confluence/display/solr/Solr+Field+Types https://wiki.apache.org/solr/SolrConfigXml And if you run

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Mugeesh Husain
thanks narsi, could you share some link for configuring these config files -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-with-Zookeeper-in-production-tp4242162p4242543.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Brian Narsi
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

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Mugeesh Husain
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 ? -- V

Re: Solrcloud with Zookeeper in production

2015-11-25 Thread Erick Erickson
What have you tried and what hasn't worked? Have you worked though the reference guided for getting started with Solr Cloud? See: https://cwiki.apache.org/confluence/display/solr/SolrCloud Best, Erick On Wed, Nov 25, 2015 at 8:23 AM, Mugeesh Husain wrote: > Hello, > > I am planing to configure s