Re: keys are not indexed
Robert Dale <rob...@...>
Looks like you're running into a time limit on the server. You could adjust that, but it's probably not a good use case for a remote connection. You'll probably want to use a local (embedded) JanusGraph for this. Marc's suggestion is good. Along the same lines, you could do something like for (x in 0..9) g.V().has('mobile', textPrefix(x)), depending on the 'mobile' data type and index type. Robert Dale On Wed, Oct 4, 2017 at 7:10 AM, Ankur Goel <ankur...@...> wrote:
|
|