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, dharmendra jaiswal 
dharmendra.jais...@gmail.com wrote:

 Hello,

 I am using multi-core mechnism with Solr. And each core is dedicated to a
 particular client.

 Like If we search data from SiteA, it will provide search result from CoreA
 And if we search data from SiteB, it will provide search result from CoreB

 and similar case with other client.

 We have created N number of core on Single node of Solr server.
 My query is that does solr cloud will be helpful in case of load balancing.
 As in my case all request for different-different client came to single
 node of server.
 Any pointer and link will be helpfull.
 Note: I am Using Windows machine for deplyment of Solr.

 Thanks,
 Dharmendra jaiswal



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

2013-02-01 Thread Jay Parashar
Do you just have one instance of Solr then? Because with Solr Cloud,
replication is automatic and the zk will handle which node (leader) the data
is retrieved from.
For Load Balancing, Solr Cloud has a basic Round Robin LB Server which is
wrapped by the CloudSolrServer. So if you use the 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 multi-core mechnism with Solr. And each core is dedicated to a
particular client.

Like If we search data from SiteA, it will provide search result from CoreA
And if we search data from SiteB, it will provide search result from CoreB

and similar case with other client.

We have created N number of core on Single node of Solr server.
My query is that does solr cloud will be helpful in case of load balancing.
As in my case all request for different-different client came to single node
of server.
Any pointer and link will be helpfull.
Note: I am Using Windows machine for deplyment of Solr.

Thanks,
Dharmendra jaiswal