> Thanks ;) > > Just one more question about this, what if you want to index a relationship > not by any property but only by > the nodes involved? > I've seen than once the relationship has been indexed, you can query the > index with start/end node parameters; but > how can I index it in the case where I only care about these nodes and not > any key-value pair? > > I think you'll have to add a dummy key/value to each relationship, like "exists"/"true" or whatever. The overhead for that is insignificant and once relationships are indexed with whatever key/value they can be queried with those additional start/end node.
-- Mattias Persson, [[email protected]] Hacker, Neo Technology www.neotechnology.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

