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

Robert Muir commented on LUCENE-4366:
-------------------------------------

{quote}
Don't call .score for prohibited hits.
{quote}

Right but this would be achieved by what I suggested above, you would actually 
call score() it just wouldnt do anything for prohibited scorers since it would 
be wrapped in CSQ.

{quote}
Don't call .score for a hit that was already prohibited due to a
previous clause (I sort prohibited clauses first for this
reason).
{quote}

My question is how much this would buy us over the above, I'm trying to see if 
we can narrow down the specialization :)

                
> Small speedups for BooleanScorer
> --------------------------------
>
>                 Key: LUCENE-4366
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4366
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>         Attachments: LUCENE-4366.patch, LUCENE-4366.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to