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

Yonik Seeley commented on LUCENE-2617:
--------------------------------------

OK, this bug does manifest in 3.1 also - just not with term queries.  A phrase 
query of non-existing terms can tickle it:
http://localhost:8983/solr/select?q=solr+"zzz+zzz"&debugQuery=true

This does still work on Solr 1.4/lLucene 2.9.  Anyone know if null is actually 
ever returned from Weight.scorer() in 2.9?

> coord should still apply to missing terms/clauses
> -------------------------------------------------
>
>                 Key: LUCENE-2617
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2617
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Yonik Seeley
>         Attachments: LUCENE-2617.patch
>
>
> Missing terms in a boolean query "disappear" (i.e. they don't even affect the 
> coord factor).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to