Schema

Database schema indexes

Shows information about database schema indexes.

Usage: :schema <action> <options...>
Actions:
  • ls - list indexes
  • await - wait for an index to come online
Options:
  • -l Specifies which label selected operation is about.
  • -p Specifies which property selected operation is about.
  • -v Verbose output of failure descriptions etc.
Examples: :schema ls -l :Person
:schema await -l Person -p name
Related: :help CREATE INDEX ON
Reference: Neo4j Schema Indexes