[ https://issues.apache.org/jira/browse/LUCENE-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441123#comment-17441123 ]
ASF subversion and git services commented on LUCENE-10208: ---------------------------------------------------------- Commit e912fdd5b632267a9088507a2a6bcbc75108f381 in lucene-solr's branch refs/heads/branch_8_11 from Adrien Grand [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=e912fdd ] LUCENE-10208: Remove unused import. > Minimum score can decrease in concurrent search > ----------------------------------------------- > > Key: LUCENE-10208 > URL: https://issues.apache.org/jira/browse/LUCENE-10208 > Project: Lucene - Core > Issue Type: Bug > Reporter: Jim Ferenczi > Priority: Minor > Fix For: 8.11, 9.0 > > Time Spent: 1h > Remaining Estimate: 0h > > TestLatLonPointDistanceFeatureQuery#testCompareSorting started to fail > sporadically after https://github.com/apache/lucene/pull/331. > The test change added in this PR exposes an existing bug in top docs > collector. > They re-set the minimum score multiple times per segment when a bulk scorer > is used. > In practice this is not a problem because the local minimum score cannot > decrease. > However when concurrent search is used, the global minimum score is updated > after the local one so that breaks the assertion. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org