-
Notifications
You must be signed in to change notification settings - Fork 62
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
RangeValue does not support long numeric type, eg: -7989522793807773965 #47
Comments
Are you referring to a RangeValue? |
Yes! |
RediSearch currently supports up to 48bit values |
Values.eg (or Values.between), only supports int numeric type , don't supports long numeric type? eg: -7989522793807773965 |
The RediSearch server side is currently limited to double. |
Thank you! This restriction has been limited to use, such as query time in milliseconds, and 19-bit integer numerical queries. There are many usage scenarios. |
Is time the only case where you need 64bit long? We consider of adding a primitive Time type |
I usually convert time to 13-bit milliseconds for storage. |
Now, I use java UUID.randomUUID().getLeastSignificantBits() to produce long numeric Id. |
@gkorland Can you add this feature in the next version? |
RangeValue does not support long numeric. When does it support?
eg:
The text was updated successfully, but these errors were encountered: