[
https://issues.apache.org/jira/browse/LUCENE-8939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16923159#comment-16923159
]
ASF subversion and git services commented on LUCENE-8939:
---------------------------------------------------------
Commit 4d82665625a168747f31441a8478abf3778e5649 in lucene-solr's branch
refs/heads/master from Atri Sharma
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=4d82665 ]
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 10m
> 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: [email protected]
For additional commands, e-mail: [email protected]