Re: [PR] BlockJoinBulkScorer must check for parent deletions (not children) [lucene]

2024-12-15 Thread via GitHub
jpountz commented on PR #14067: URL: https://github.com/apache/lucene/pull/14067#issuecomment-2544039360 Block-joins require deletes to be consistent across parent and child documents. So I wouldn't call it a bug, the implementation should be free to check deletes on child documents or pare

[PR] BlockJoinBulkScorer must check for parent deletions (not children) [lucene]

2024-12-15 Thread via GitHub
jimczi opened a new pull request, #14067: URL: https://github.com/apache/lucene/pull/14067 This change ensures that BlockJoinBulkScorer verifies deletions at the parent level. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a