Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Lucene.Net.Search.DisjunctionMaxScorer: x86 floating point precision issue (fixes #546) #557

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

NightOwl888
Copy link
Contributor

.NET Framework x86 requires an explicit cast to float to prevent it from losing precision. Fixes #546.

…res an explicit cast to float to prevent it from losing precision. Fixes apache#546.
@NightOwl888 NightOwl888 merged commit d6f9f3c into apache:master Nov 23, 2021
@NightOwl888 NightOwl888 added this to the 4.8.0-beta00016 milestone Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing Test: Lucene.Net.Search.TestSimpleExplanations::TestDMQ8()
1 participant