After face to face meeting, we decided to not expose tuning options: we should be able to provide a conservative default which can scale up on demand.
We'll default to 1 thread, scalable up to 5 if a queue of 100 elements is exhausted. Beyond this, we'll provide backpressure the the IndexWriter by using CallerRunsPolicy
|