Hey y'all, We ran into a fairly concerning EOF bug, introduced in v10.1. There was an optimization added that would desync the iterator approximations from the scorers. Consequently, scores would be incorrect and periodically, you would hit an EOF:
Long history and details here: https://github.com/apache/lucene/issues/15324 I have already backported it to the 10.3 branch: https://github.com/apache/lucene/commit/dadfd90b4401947f4d0387669dc94999fbb2c830 I propose a 10.3.2 bugfix release to be cut & processed this week to address the bug. Does anybody else have a bugfix they want to backport/add? Since it's a bugfix release, it's a nice opportunity for newer committers to get their release process reps in ;) Thanks! Ben Trent
