uschindler commented on code in PR #12199:
URL: https://github.com/apache/lucene/pull/12199#discussion_r1133247211
##
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThreadPool.java:
##
@@ -130,13 +134,15 @@ private void ensureOpen() {
}
}
+ private syn
zacharymorn commented on code in PR #12194:
URL: https://github.com/apache/lucene/pull/12194#discussion_r1133315248
##
lucene/core/src/java/org/apache/lucene/search/DocIdSetIterator.java:
##
@@ -211,4 +216,22 @@ protected final int slowAdvance(int target) throws
IOException {
zacharymorn commented on code in PR #12194:
URL: https://github.com/apache/lucene/pull/12194#discussion_r1133315303
##
lucene/core/src/java/org/apache/lucene/search/ReqExclScorer.java:
##
@@ -142,15 +142,43 @@ public TwoPhaseIterator twoPhaseIterator() {
final float matchCo
LuXugang commented on PR #12153:
URL: https://github.com/apache/lucene/pull/12153#issuecomment-1465417203
> it appears to have been carried over from some copy/paste of
`TestDocValuesQueries#testToString`
Thanks for the review @gsmiller
--
This is an automated messag