I need to ensure that a combination of more than one property values in all nodes is unique. How to do that in Neo4J.
From Neo4J documentation available at http://docs.neo4j.org/chunked/milestone/transactions-unique-nodes.html, it's possible to ensure uniqueness of one property. But what about combination of 2 or more.