benwtrent commented on code in PR #13124:
URL: https://github.com/apache/lucene/pull/13124#discussion_r1502165551
##########
lucene/core/src/java/org/apache/lucene/index/MergeScheduler.java:
##########
@@ -52,6 +56,14 @@ public Directory wrapForMerge(OneMerge merge, Directory in) {
return in;
}
+ /**
+ * Provides an executor for parallelism during a single merge operation. By
default, this method
+ * returns an executor that runs tasks in the calling thread.
+ */
+ public Executor getInterMergeExecutor(OneMerge merge) {
Review Comment:
🤦 `inter` vs `intra` is just as bad as `affect` and `effect`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]