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

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



Ahhhh ... yes, looking back at the comments in LUCENE-557 I remember now: I 
originally thought boosts of 0.0 were legal for all queries, and then 
discovered i was wrong, and removed a bunch of tests -- but i clearly missed 
this one because it wasn't failing.

we should go ahead and remove the test ... but we should probably also fix 
FilteredQuery so that a boost of 0 produces some other result then just a NaN 
score (either an exception, or a score of 0) since as you say: NaN scores are 
bad.

> 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