You say "the SolrCloud API". Not entirely sure what that is, do you mean the post.jar tool?
Because to get much more scalable throughput, you probably want to use SolrJ and the CloudSolrServer class. That class takes a connection to Zookeeper and "does the right thing". Best, Erick On Thu, Apr 16, 2015 at 7:19 AM, Oded Sofer <odedso...@yahoo.com.invalid> wrote: > Given that the index are always routed to specific machine, is there a way to > avoid connectivity from the node to all other node. > We are using Solr 4.10; the Add/Update Index uses SolrCloud API and always > added to the node that get API request for add-index (i.e., we are sending > the add index to the appropriate node that should get it). > >