Dear All,

I am writing traverser as follows. i want to stop the returnable evaluator
once my condition matching node found , rather evaluating until end of the
graph.

How i can ask returnable evaluator to stop the traverse and return the
nodes.

group.traverse(Order.BREADTH_FIRST,
                    StopEvaluator.END_OF_GRAPH, new
TopicHasViewPermissionEvaluator(group,user),
                    RelTypes.TOPIC,Direction.OUTGOING).iterator();


Thanks a lot
Emil Dombagolla,
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to