gsmiller opened a new pull request, #1020: URL: https://github.com/apache/lucene/pull/1020
### Description (or a Jira issue link if you have one) I'm coming back to work on LUCENE-10207, and one thing I found while working on that is that DocValuesRewriteMethod doesn't support `scoreSupplier`. Having support for this is necessary for LUCENE-10207 to avoid unnecessary work if a DV-rewritten query is used within an `IndexOrDocValuesQuery`. This change just adds the `scoreSupplier` support along with a small optimization around singleton doc values. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org