Creating Multi-property Indexes
3.5 · Video Lesson

Creating Multi-property Indexes

Recall that a Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. key defines multiple Full definition for property (opens in a new tab)A named value stored on a node or a relationship. of a node that make it unique and require the properties to exist. Previously, you created a Node key for the name and url properties of the Person nodes. This ensured that these two values for a Person node would be unique and must exist in the graph.

A multi-property index (composite RANGE index) provides quick lookups for two or more properties of a node or Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node..