romseygeek commented on code in PR #15993:
URL: https://github.com/apache/lucene/pull/15993#discussion_r3258564697
##########
lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90DocValuesProducer.java:
##########
@@ -108,6 +108,53 @@ final class Lucene90DocValuesProducer extends
DocValuesProducer {
readFields(in, state.fieldInfos);
+ // For older segments without maxValueCount metadata, infer it from
entry data
Review Comment:
Let's pull this into a separate method and gate it behind a version check
--
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]