[ https://issues.apache.org/jira/browse/LUCENE-8182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371832#comment-16371832 ]
Adrien Grand commented on LUCENE-8182: -------------------------------------- +1 Maybe also run QueryUtils.check(Random,Query,IndexSearcher) in the test? It makes sure that explanations are sane, that they give the same score as the Scorer, etc. > BoostingQuery applies the wrong boost to the query score > -------------------------------------------------------- > > Key: LUCENE-8182 > URL: https://issues.apache.org/jira/browse/LUCENE-8182 > Project: Lucene - Core > Issue Type: Bug > Affects Versions: 7.0, 7.1, 7.2 > Reporter: Jim Ferenczi > Priority: Major > Attachments: LUCENE-8182.patch, LUCENE-8182.patch, LUCENE-8182.patch > > > BoostingQuery applies the parent query boost instead of the boost set on the > query due to a name clash in the anonymous class created by the createWeight > method. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org