Nice, yeah that's what I was thinking too. So then did you bother with subreferences for node types or just keep your approach consistent by using indexes for nodes as well?
Also, iterating over the values of an index is a little more cumbersome than iterating over edges, namely because you have to call close() on the IndexHits object. I'd like to not force the users of my neo4j wrapper API to call close(), any advice? Thanks! Chris _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

