Hi list, while going from single core master/slave to cloud multi core/node with leader/replica I want to change my SolrJ loading, because ConcurrentUpdateSolrClient isn't cloud aware and has performance impacts. I want to use CloudSolrClient with LBHttpSolrClient and updates should only go to shard leaders.
Question, what is the difference between sendUpdatesOnlyToShardLeaders and sendDirectUpdatesToShardLeadersOnly? Regards, Bernd