Re: Lucene index long overflow


inverseintegral42@...
 

A similar problem occurs when using the following traversal:

graph.traversal()
.V()
.hasLabel("test")
.has("prop", P.neq(-9223372036854775808L))
.count()
.next();

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