Re: CloudSolrServer instead of httpSolrServer

2016-07-30 Thread Erick Erickson
In a word "yes". CloudSolrClient figures out what shard each document belongs on and sends the doc directly to the shard leader. If you use the client.add(docList) format it sends sub-lists consisting of the documents for each shard to the correct shard leader in parallel by default. Plus, CloudSo

CloudSolrServer instead of httpSolrServer

2016-07-30 Thread Naveen Pajjuri
Hi, While sending updates to solr cloud i randomly send updates to one of the node (in my cloud) directly using httpSolrServer. if i use cloudSolrServer (by passing zk ip's), instead of httpSolrServer can i expect any improvment in performance. my baisc question is how does updates propagate when