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
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