All Downloads are FREE. Search and download functionalities are using the official Maven repository.

browser.content.help.schema.html Maven / Gradle / Ivy

The newest version!

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy