jpountz opened a new pull request, #12170: URL: https://github.com/apache/lucene/pull/12170
The default implementation of merging doc values resolves the ordinal of a document in `nextDoc()`. But sometimes, doc values iterators are consumed without retrieving ordinals, e.g. to write the set of documents that have a value, so this may be wasteful. With this change, ordinals get resolved lazily upon `ordValue()`. -- 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]
