Re: Lucene index long overflow


inverseintegral42@...
 

Your example indeed seems to work fine. If you change the traversal as such:

g.V().has("age", P.neq(9223372036854775807L))

it should throw an exception. The neq predicate seems to be the problem here.

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.