hossman commented on issue #15239: URL: https://github.com/apache/lucene/issues/15239#issuecomment-3348171026
Sure ... but is the bug in the code or in the docs? The "Collector" API/concept has evolved enough over the last few years -- especially with the interplay of concepts like `ScoreMode.COMPLETE` vs `Scorable.setMinCompetitiveScore(...)` -- that I didn't want to make any assumptions about what the "expected" behavior is in this kind of situation. My main goal is to point out that a change in behavior has occurred -- and ask the folks that best understand this code (and it's intent) what the _expected_ behavior should be -- and then code/docs/tests can be updated from there. /ping @jpountz @gf2121 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
