You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/06/11 17:55:11 UTC

[Solr Wiki] Update of "Solrj" by JackKrupansky

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Solrj" page has been changed by JackKrupansky:
http://wiki.apache.org/solr/Solrj?action=diff&rev1=64&rev2=65

Comment:
Add load balancing

      }
  }}}
  
+ === Load Balancer for Queries ===
+ Although you are certainly welcome to use an external load balancer of your choice when you have multiple Solr servers that can process queries, SolrJ does provide a simple built-in round-robin load balancer, [[LBHttpSolrServer]].
  == Use Groovy and Grape ==
  {{{