[
https://issues.apache.org/jira/browse/LUCENENET-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786780#action_12786780
]
George Aroush commented on LUCENENET-318:
-----------------------------------------
Looks good. Commit away. Thanks for adding the diversion comment.
> TestDisjunctionMaxQuery.TestBooleanOptionalWithTiebreaker failure
> -----------------------------------------------------------------
>
> Key: LUCENENET-318
> URL: https://issues.apache.org/jira/browse/LUCENENET-318
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Michael Garski
> Priority: Trivial
> Attachments: LUCENENET-318.patch, QueryUtils.patch
>
>
> The failure is due to a floating point arithmetic difference. Altering the
> value of the constant SCORE_COMP_THRESH to only 7 significant digits (the
> accuracy of float in .NET) allows the test to pass.
> Interestingly, the test passes for me as-is when run in debugging mode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.