Jim Ferenczi created LUCENE-8732:
------------------------------------

             Summary: Allow ConstantScoreQuery to skip counting hits
                 Key: LUCENE-8732
                 URL: https://issues.apache.org/jira/browse/LUCENE-8732
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Jim Ferenczi


We already have a ConstantScoreScorer that knows how to early terminate the 
collection but the ConstantScoreQuery uses a private scorer that doesn't take 
advantage of setMinCompetitiveScore. This issue is about reusing the 
ConstantScoreScorer in the ConstantScoreQuery in order to early terminate 
queries that don't need to compute the total number of hits.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to