RE: Is Solr Cloud will be helpful in case of Load balancing

2013-02-01 Thread Jay Parashar
CloudSolrServer, you will get some basic OOB load balancing. -Original Message- From: dharmendra jaiswal [mailto:dharmendra.jais...@gmail.com] Sent: Friday, February 01, 2013 4:35 AM To: solr-user@lucene.apache.org Subject: Is Solr Cloud will be helpful in case of Load balancing Hello, I am using

Re: Is Solr Cloud will be helpful in case of Load balancing

2013-02-01 Thread Tomás Fernández Löbbe
Yes and no. SolrCloud won't do it automatically. But it will make it easier for you to add/remove nodes from a collection. And if you use CloudSolrServer for queries, the new nodes will automatically be used for queries once they are ready to respond. Tomás On Fri, Feb 1, 2013 at 7:35 AM, dharme