[ 
https://issues.apache.org/jira/browse/LUCENE-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doron Cohen updated LUCENE-903:
-------------------------------

    Attachment: lucene-903.patch

Thanks for the review Hoss!

I like with your changes to the patch. 
I modified further:
 - do a "deep" check in TestBoostingTermQuery.java
 - remove the call to checkExplanations from TestExplanations.qtest() because 
   that is also called in QueryUtils.checkQuery(). (otherwise it would be done 
twice.)

I am ok with original checkExplanations() remaining "shallow", since all core 
tests now call the "deep" version.

I intend to commit this shortly.


> FilteredQuery explanation inaccuracy with boost
> -----------------------------------------------
>
>                 Key: LUCENE-903
>                 URL: https://issues.apache.org/jira/browse/LUCENE-903
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.2
>            Reporter: Doron Cohen
>            Assignee: Doron Cohen
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: lucene-903.patch, lucene-903.patch, lucene-903.patch
>
>
> The value of explanation is different than the product of its part if boost > 
> 1.
> This is exposed after tightening the explanation check (part of LUCENE-446).

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