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

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

Commit 55d9290433ea7f47fd722197b32811b26bf3ee8f in lucene-solr's branch 
refs/heads/branch_8x from Atri Sharma
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=55d9290 ]

LUCENE-8939: Introduce Shared Count Early Termination In Parallel Search (#823)

This commit introduces a strategy to early terminate for sorted
collections during parallel search when requested number of
hits have been collected but the total hits threshold has not
yet been reached.


> Shared Hit Count Early Termination
> ----------------------------------
>
>                 Key: LUCENE-8939
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8939
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Atri Sharma
>            Priority: Major
>          Time Spent: 12h 20m
>  Remaining Estimate: 0h
>
> When collecting hits across sorted segments, it should be possible to 
> terminate early across all slices when enough hits have been collected 
> globally i.e. hit count > numHits AND hit count < totalHitsThreshold



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to