You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Jim Ferenczi (Jira)" <ji...@apache.org> on 2021/11/09 10:07:00 UTC

[jira] [Updated] (LUCENE-10208) Minimum score can decrease in concurrent search

     [ https://issues.apache.org/jira/browse/LUCENE-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ferenczi updated LUCENE-10208:
----------------------------------
    Fix Version/s: 8.11

> 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: 50m
>  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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org