You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/21 14:15:00 UTC

[jira] [Commented] (LUCENE-8978) "Max Bottom" Based Early Termination For Concurrent Search

    [ https://issues.apache.org/jira/browse/LUCENE-8978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956139#comment-16956139 ] 

ASF subversion and git services commented on LUCENE-8978:
---------------------------------------------------------

Commit 1c23a3c14e78ab0840633bbfbbbad924bf7faefe in lucene-solr's branch refs/heads/branch_8x from jimczi
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=1c23a3c ]

LUCENE-8992: Share minimum score across segment in concurrent search

This is a follow up of LUCENE-8978 that introduces shared minimum score across segment
in concurrent search for top field collectors that sort by relevance first.


> "Max Bottom" Based Early Termination For Concurrent Search
> ----------------------------------------------------------
>
>                 Key: LUCENE-8978
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8978
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Atri Sharma
>            Assignee: Atri Sharma
>            Priority: Major
>          Time Spent: 8.5h
>  Remaining Estimate: 0h
>
> When running a search concurrently, collectors which have collected the number of hits requested locally i.e. their local priority queue is full can then globally publish their bottom hit's score, and other collectors can then use that score as the filter. If multiple collectors have full priority queues, the maximum of all bottom scores will be considered as the global bottom score.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org