Re: New core on Solr Cloud

2015-05-08 Thread shacky
Thank you very much Erick. Bye 2015-05-06 17:06 GMT+02:00 Erick Erickson : > That should have put one replica on each machine, if it did you're fine. > > Best, > Erick > > On Wed, May 6, 2015 at 3:58 AM, shacky wrote: >> Ok, I found out that the creation of new core/collection on Solr 5.1 >> is m

Re: New core on Solr Cloud

2015-05-06 Thread Erick Erickson
That should have put one replica on each machine, if it did you're fine. Best, Erick On Wed, May 6, 2015 at 3:58 AM, shacky wrote: > Ok, I found out that the creation of new core/collection on Solr 5.1 > is made with the bin/solr script. > So I created a new collection with this command: > > ./s

Re: New core on Solr Cloud

2015-05-06 Thread shacky
Ok, I found out that the creation of new core/collection on Solr 5.1 is made with the bin/solr script. So I created a new collection with this command: ./solr create_collection -c test -replicationFactor 3 Is this the correct way? Thank you very much, Bye! 2015-05-06 10:02 GMT+02:00 shacky : >

New core on Solr Cloud

2015-05-06 Thread shacky
Hi. This is my first experience with Solr Cloud. I installed three Solr nodes with three ZooKeeper instances and they seemed to start well. Now I have to create a new replicated core and I'm trying to found out how I can do it. I found many examples about how to create shards and cores, but I have