Create and Query a Full-Text Index
1.2 · Challenge

Create and Query a Full-Text Index

In this challenge, you will create a full-text index and use it to search for movies.

The movies database contains Movie Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. with title and tagline Full definition for property (opens in a new tab)A named value stored on a node or a relationship., and Person nodes connected by ACTED_IN and DIRECTED 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..