stefanvodita opened a new pull request, #12454:
URL: https://github.com/apache/lucene/pull/12454
`DefaultSortedSetDocValuesReaderState` has a cache of ordinal maps, but it
only has one ordinal map in it at most.
This PR preserves the functionality of the class, but removes
`cachedOrd
stefanvodita commented on code in PR #12453:
URL: https://github.com/apache/lucene/pull/12453#discussion_r1271292019
##
lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java:
##
@@ -159,6 +159,63 @@ public final long readLong() throws IOException {
}
}
+
msokolov commented on code in PR #12446:
URL: https://github.com/apache/lucene/pull/12446#discussion_r1271341275
##
lucene/core/src/java/org/apache/lucene/search/MaxScoreBulkScorer.java:
##
@@ -168,7 +171,17 @@ private boolean partitionScorers() {
if (maxScoreSumFloat >=