bugmakerr commented on code in PR #13961:
URL: https://github.com/apache/lucene/pull/13961#discussion_r1820891044
##
lucene/core/src/java/org/apache/lucene/index/SlowCompositeCodecReaderWrapper.java:
##
@@ -377,7 +376,7 @@ private static class SlowCompositeDocValuesProducerW
jpountz merged PR #13961:
URL: https://github.com/apache/lucene/pull/13961
--
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: issues-unsubscr...@lucene.apa
jpountz commented on code in PR #13961:
URL: https://github.com/apache/lucene/pull/13961#discussion_r1820458842
##
lucene/core/src/java/org/apache/lucene/index/SlowCompositeCodecReaderWrapper.java:
##
@@ -377,7 +376,7 @@ private static class SlowCompositeDocValuesProducerWrapper
bugmakerr opened a new pull request, #13961:
URL: https://github.com/apache/lucene/pull/13961
### Description
Add back #13686, which is reverted previously due to #13805.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
jpountz merged PR #13686:
URL: https://github.com/apache/lucene/pull/13686
--
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: issues-unsubscr...@lucene.apa
bugmakerr opened a new pull request, #13686:
URL: https://github.com/apache/lucene/pull/13686
### Description
Today, the map between field name and corresponding meta entry in DocValues
Producer is represented by a `HashMap`. To reduce memory usage,
we can replace it with an `IntObje