You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/08/24 03:47:16 UTC

[jira] Commented: (LUCENE-2617) coord should still apply to missing terms/clauses

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

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

For solr users, this is easy to see in the example data.

The following query has a coord of 1/2 for the solr document (since apple appears in a different doc).  Press CTRL-U to see the explain properly formatted:

http://localhost:8983/solr/select?q=solr%20apple&debugQuery=true

The following query has no coord since zzz does not appear in the example corpus:

http://localhost:8983/solr/select?q=solr%20zzz&debugQuery=true

> 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
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org