Hi everybody

when setting fromDepth and toDepth both at zero, like in the following code

Traversal.description.breadthFirst
  .evaluator(Evaluators.fromDepth(0))
  .evaluator(Evaluators.toDepth(0))

I'm expecting to get only the start node, but I don't. Am I missing
anything?

Thanks!

Cheers
Alex

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/zero-fromDepth-and-toDepth-tp3474825p3474825.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to