Why Full-Text Indexes
1.1 · Lesson

Why Full-Text Indexes

When you need to find 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. by an exact Full definition for property (opens in a new tab)A named value stored on a node or a relationship. value, a standard property index handles it efficiently:

This works because the index can look up the exact value directly. But what happens when the user types "matrix" in lowercase, or "the matrx" with a typo, or just "reloaded" hoping to find the sequel?