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 >