Re: solrj and multiple slaves

2008-02-11 Thread Walter Underwood
On 2/11/08 8:42 PM, "Chris Hostetter" <[EMAIL PROTECTED]> wrote: > if you want to worry about smart load balancing, try to load balance based > on the nature of the URL query string ... make you load balancer pick > a slave by hashing on the "q" param for example. This is very effective. We used

Re: solrj and multiple slaves

2008-02-11 Thread Chris Hostetter
: I have a quick question about using solrj to connect to multiple slaves. : My application is deployed on multiple boxes that have to talk to : multiple solr slaves. In order to take advantage of the queryResult : cache, each request from one of my app boxes should be redirected to the : same so