The point is that there is no "right" node. The concept of a "right" node does not exist in SolrCloud. All of the nodes of a shard are equally valid for both query and update requests.

Be careful not to fall into the trap of premature optimization, which is usually a false optimization and that distracts attention from optimizing the full application architecture.

-- Jack Krupansky

-----Original Message----- From: Radim Kolar
Sent: Saturday, July 13, 2013 10:32 AM
To: solr-user@lucene.apache.org
Subject: Re: SolrCloud leader

Since SolrCloud is a master-free architecture, you can send both queries
and updates to ANY node and SolrCloud will assure that the data gets to
where it belongs

its way faster to send them to right node

Reply via email to