|
|
-
Re: SolrCloud - load balancingJack Krupansky 2012-08-03, 23:49
You can use CloudSolrServer - "SolrJ client class to communicate with
SolrCloud. Instances of this class communicate with Zookeeper to discover Solr endpoints for SolrCloud collections, and then use the LBHttpSolrServer to issue requests." http://lucene.apache.org/solr/api-4_0_0-ALPHA/org/apache/solr/client/solrj/impl/CloudSolrServer.html -- Jack Krupansky -----Original Message----- From: sausarkar Sent: Friday, August 03, 2012 7:29 PM To: [EMAIL PROTECTED] Subject: SolrCloud - load balancing Do anyone know if query using CommonsHttpSolrServer on SolrCloud is automatically load balanced? I am trying to load test using solrmeter on one if the node I am seeing all the nodes seems to be hit. Any clues -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-load-balancing-tp3999143.html Sent from the Solr - User mailing list archive at Nabble.com. |