Re: [Neo4j] REST Traversal and prune evaluators

2011-12-05 Thread Mattias Persson
Currently there's no way to get a fast count of number of relationships, but this has been worked on so that you can get number of relationships per type/direction without actually looping through them. When it will go into the product I don't know yet. The best you can do in the meantime is to kee

[Neo4j] REST Traversal and prune evaluators

2011-12-02 Thread Krzysztof RaczyƄski
Hello folks, i've been trying to prune based on number of outgoing relationships, but so far i am stumped, since org.neo4j.graphdb.Node interface doesn't expose any way to count outgoing relationships. Traversal is for tree visualisation, and i want to avoid creating too much of a clutter, hence th