You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2015/03/03 18:45:05 UTC

[jira] [Created] (LUCENE-6330) BooleanScorer should not call score() when scores are not needed

Adrien Grand created LUCENE-6330:
------------------------------------

             Summary: BooleanScorer should not call score() when scores are not needed
                 Key: LUCENE-6330
                 URL: https://issues.apache.org/jira/browse/LUCENE-6330
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Minor
             Fix For: Trunk, 5.1


BooleanScorer (and maybe others?) still call score() when scores are not needed. While this does not make results wrong, it is sub-optimal since it still forces to decode norms while they are not needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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