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

Robert Muir commented on LUCENE-3505:
-------------------------------------

I think this is basically all noise :)

OR queries arent any faster: I didnt touch them since your last benchmark where 
they were the same :)
INTNRQ isnt any slower, I only touched conjunctions since your last benchmark 
where it was "faster": -19-33% 
                
> BooleanScorer2.freq() doesnt work unless you call score() first.
> ----------------------------------------------------------------
>
>                 Key: LUCENE-3505
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3505
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 4.0, 5.0, 3.6.2
>
>         Attachments: LUCENE-3505.patch, LUCENE-3505.patch, LUCENE-3505.patch, 
> LUCENE-3505.patch, LUCENE-3505.patch, LUCENE-3505.patch, LUCENE-3505.patch, 
> LUCENE-3505.patch
>
>
> its 0, the freq() is then calculated as a side effect of score()... we should 
> at least document this or throw UOE for freq() instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to