Re: Solr cloud setup

2019-06-07 Thread Erick Erickson
First of all, do not shard unless necessary to handle your QPS requirements. Sharding adds overhead and has some functionality limitations. How to define “necessary”? Load test a single shard (or even stand-alone with a single core) until it falls over. See: https://lucidworks.com/2012/07/23/si

Re: Solr cloud setup

2019-06-07 Thread Emir Arnautović
Hi Abhishek, Here is a nice blog post about migrating to SolrCloud: https://sematext.com/blog/solr-master-slave-solrcloud-migration/ Re number of shards - there is no definite answer - it depends on your indexing/search latency

Re: Solr Cloud setup and deoployment in Azure cloud

2016-07-15 Thread Aniket Khare
Just wanted to add few more details. I want to create 7 VM set where 4 servers will be used for solrcloud setup and 3 VM as zokkeper instance. On Thu, Jul 14, 2016 at 4:15 PM, Aniket Khare wrote: > Hi, > > I was looking for option to deploy SolrCloud in Azure. I am using ARM > templetes for the

Re: Solr cloud setup question

2014-09-22 Thread Erick Erickson
That page is talking about leaders/followers coming up and going down, but pretty much after they've been assigned in the first place. Your problem is just the "assigned in the first place" bit. Since Solr 4.8, there's the addreplica collections API command that is what you want I think, see: http

Re: Solr Cloud Setup

2013-07-31 Thread AdityaR
Flavio, There was a problem with the solrconfig and schema files. One of the team members had deleted some entries in the solrconfig.xml and I was picking the same solr configuration everytime, I got the latest version of solr and carefully edited the solrconfig and schema files and it worked.

Re: Solr Cloud Setup

2013-07-31 Thread Flavio Pompermaier
What was the problem..? On Tue, Jul 30, 2013 at 10:33 PM, AdityaR wrote: > I was able to get the setup to work. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182p4081434.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Setup

2013-07-30 Thread AdityaR
I was able to get the setup to work. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182p4081434.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Setup

2013-07-25 Thread AdityaR
Thanks Eric and Flavio for your responses. Sorry, I meant to I was creating collections and not cores. I used the same article as suggested by Flavio to set up the solr cloud and I did it twice. Both the times I am facing the same issue. I am not sure where the problem is. I am using the follo

Re: Solr Cloud Setup

2013-07-25 Thread Flavio Pompermaier
I find this article very interesting about cloud deployment: http://myjeeva.com/solrcloud-cluster-single-collection-deployment.html Best, Flavio On Thu, Jul 25, 2013 at 1:59 PM, Erick Erickson wrote: > I'd advise you to tear it down and start over. You should be > creating new _collections_, no

Re: Solr Cloud Setup

2013-07-25 Thread Erick Erickson
I'd advise you to tear it down and start over. You should be creating new _collections_, not cores at this level I believe. And manually editing the cluster state is just _asking_ for trouble unless you really understand what's happening under the covers, and since you say you're relatively new

Re: Solr cloud setup

2013-05-20 Thread Furkan KAMACI
You can start reading from here: http://wiki.apache.org/solr/SolrCloud and here: http://docs.lucidworks.com/display/solr/SolrCloud Furkan KAMACI -- 2013/5/20 Sagar Chaturvedi > > Hi, > > I am new to Solr. I have a question regarding solrCloud - What is the > difference between solr and solrclou

Re: Solr cloud setup

2013-05-20 Thread Gora Mohanty
On 20 May 2013 16:16, Sagar Chaturvedi wrote: > > Hi, > > I am new to Solr. I have a question regarding solrCloud - What is the > difference between solr and solrcloud? > > Also please let me know if the complete procedure to setup solr cloud is > mentioned somewhere. [...] Please do some basic