-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Implement docIDRunEnd() on ES819TSDBDocValuesProducer #132939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement docIDRunEnd() on ES819TSDBDocValuesProducer #132939
Conversation
This method allows consumers to quickly check if a DocIdSetIterator matches a large run of documents; it was missing from our custom Codec DocValues implementations.
💚 CLA has been signed |
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
@elasticmachine test this please |
cla/check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Somehow changelog entry wasn't added automatically. Not sure why.
Maybe label as non-issue? (then change log entry is not required)
Because this change comes with Lucene 10.3, currently stock doc values don't have still either. We caught up with this change in Lucene on time.
@elasticmachine test this please |
@elasticmachine update branch |
@elasticmachine update branch |
This method allows consumers to quickly check if a DocIdSetIterator matches a
large run of documents; it was missing from our custom Codec DocValues implementations.