mikemccand / stargazers-migration-test

Testing Lucene's Jira -> GitHub issues migration
0 stars 0 forks source link

Early Termination Across Slices [LUCENE-8940] #937

Open mikemccand opened 5 years ago

mikemccand commented 5 years ago

This JIRA tracks efforts for global early termination when segments are sorted. The cases being chased are:

1) Sorted segments – hit count > numHits but less than threshold

2) Sorted segments and sort key is non score – use shared PQ

3) Sorted segments and sort key is score – propagate global minimum score


Legacy Jira details

LUCENE-8940 by Atri Sharma (@atris) on Jul 29 2019 Sub-tasks: