iverase commented on code in PR #15263: URL: https://github.com/apache/lucene/pull/15263#discussion_r2394683989
########## lucene/CHANGES.txt: ########## @@ -7,7 +7,9 @@ http://s.apache.org/luceneversions Bug Fixes --------------------- -(No changes) +* GITHUB#15263: Fix the returned Impact returned from Lucene103PostingsReader when frequencies + are not indexed. It was returning a wrong frequency in that case affecting scoring which + might led to performance issues. (Ignacio Vera) Review Comment: done in https://github.com/apache/lucene/commit/25d6374b4981073547bc96173b1c27922f4ea0f3 -- 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]
