Originally posted on the gremlin list...

I'm not sure if I am doing something wrong or if my installation is screwed
up in some way

1. I have two nodes 6098 and 18, they are connected by one hop:


   - gremlin> g.v(6098).outE().inV().filter{it.id==18}.paths()
   - ==> [v[6098], e[20626][6098-FRIEND->18], v[18]]


2. When I try the directed path finding algo with a 4 degree loop:

g.v(6098).out().loop(1).{it.loops<=2 && !(it.object.id in [6098,18]).filter{
it.id==18}.paths

it returns no data and my gremlin session hangs up (from neo4j console)

3. if I increase loop to 5 or more neo4j becomes unresponsive and need sto
be restarted.

Any idea what's happening?

Thanks!
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to