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

Hoss Man commented on LUCENE-698:
---------------------------------

i think the test class and test case testFQ7 in particular are "correct" in the 
sense that they try to verify every conceivable permutation of stock query 
times has an explanation that matches it's score ... the problem may just be in 
the CheckHits.ExplanationAsserter class ... perhaps it should test if either 
the score or the explanation value are NaN before comparing them, and fail if 
only one is NaN or if neither is NaN but they are not equal)

(after all: if the score is NaN, then the explanation should be NaN as well)

> FilteredQuery ignores boost
> ---------------------------
>
>                 Key: LUCENE-698
>                 URL: https://issues.apache.org/jira/browse/LUCENE-698
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.0.0
>            Reporter: Yonik Seeley
>            Assignee: Michael Busch
>            Priority: Minor
>         Attachments: lucene-698.patch
>
>
> Filtered query ignores it's own boost.

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