Github user softwaredoug commented on the issue:
https://github.com/apache/lucene-solr/pull/49
Ok this needs another look at @dsmiley as I've addressed a bug where Long
comparisons failed
- Adds test that demonstrates bug comparing Longs
- Changed compare to take two Comparables instead of doubles
- Perform an integer comparison when it appears the two input values are
effectively integers
- Otherwise does a floating point comparison
Unfortunately, I think tihs interface can't take arbitrary value sources. I
feel like I need to enforce the safest comparison (integer vs floating pt) to
avoid bugs.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]