MarcusSorealheis commented on issue #12204: URL: https://github.com/apache/lucene/issues/12204#issuecomment-1500021735
Are users asking for `scoreMode`'s other than max? I'm not going to suggest they remodel their data from a repo they don't read. I'm really curious. If a document is returned as a top doc in any scored query, the reason it was returned is almost because it was the highest scoring document. In the case of a differing score mode this query, it was the biggest contributor to the relevance scoring document of the child docs. Isn't it most meaningful? I worry somewhat about investing even a little time into `ParentBlockJoinQuery` because I hope for one day where there is a new approach. However, `explain` is pretty important for debugging and it's on my mind. I will check back in tomorrow and possibly build a draft. -- 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