4.1 · Video Lesson

Full-text Indexes in Neo4j

Full-text indexes are useful in applications that must parse Full definition for property (opens in a new tab)A named value stored on a node or a relationship. values for evaluating whether the property satisfies the criteria. Full-text indexes rely on Apache Lucene for their implementation which makes their parsing capabilities very powerful.

With a full-text index, you can use Lucene's full-text query language to express how the values will be matched in a query. A full-text index can be defined for multiple Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. and/or properties, or for multiple 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. types and/or properties.