Originally we operated in some environments that had trouble dealing with big ints. So we were passing this data as a string. However, to get correct sorting behavior we needed to treat the content as a long. So we added a custom sort normalizer that did something like:
Code:
return Long.parseLong(value.toString());
Thank you for the time you spent trying to help us track this down.
Leave a comment: