Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
Right now if DIH is invoked in SolrCloud it feeds docs one by one synchronously via DistributedUpdateProcessor.
It's proposed to create DIHWriter implementation which will stream docs with SolrCloudClient. I expect per-shard parallelism and even more with CloudSolrClient.setParallelUpdates(true).
What's your feeling about it?