They are load-balanced across the cluster unless you pass the distrib=false param.
- Mark On Mar 27, 2013, at 2:51 PM, Bill Au <bill.w...@gmail.com> wrote: > I am running Solr 4.1. I have set up SolrCloud with 1 leader and 3 > replicas, 4 nodes total. Do query requests send to a node only query the > replica on that node, or are they load-balanced to the entire cluster? > > Bill