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

Robert Muir commented on LUCENE-4224:
-------------------------------------

{quote}
Hmmm... I think so as well, since it iterates over the terms and per term emits 
doc ids. So it can never be in order.
{quote}

Right, we should also ensure we throw a UOE in its Weight.scorer() if 
scoreDocsInOrder == false.

Otherwise, if someone takes the Query from JoinUtil and tries to search also 
with a Filter, they get a UOE rather
than something sneakier.
                
> Simplify MultiValuedCase in TermsIncludingScoreQuery
> ----------------------------------------------------
>
>                 Key: LUCENE-4224
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4224
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-4224.patch
>
>
> While looking at LUCENE-4214, i was trying to wrap my head around what this 
> is doing... 
> I think the code specialization in the multivalued scorer doesn't buy us any 
> additional speed? At least according to my benchmarks?

--
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