Module

Full-Text Search

In this module, you will learn how to create and query full-text indexes in Neo4j. You will start with the basics of index creation and simple queries, progress to advanced Lucene syntax, and finish by combining full-text search with graph traversals.

This module covers:

  • Why full-text indexes outperform property indexes for text search
  • Creating full-text indexes on single and multiple properties
  • Querying indexes with the db.index.fulltext.queryNodes procedure
  • Lucene query syntax including wildcards, fuzzy matching, phrase matching, and boolean operators
  • Combining full-text search results with graph traversals for richer output
Ready, let's go!