jpountz commented on code in PR #15263: URL: https://github.com/apache/lucene/pull/15263#discussion_r2394374282
########## 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: nit: maybe replace "wrong" with "suboptimal" since it's correct to return impact scores that are much higher than they should, just suboptimal as it hurts dynamic pruning? -- 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]
