Full-text Indexes in Neo4j
Full-text indexes are useful in applications that must parse iFull 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 iFull 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 iFull 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.
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register