bookmark

Neo4j - Is there a cypher query syntax to list (show) all indexes in DB? - Stack Overflow


Описание

In neo4j-shell you can

list legacy indices with index --indexes
list all label indices and constraints with schema
list indices and constraints for specific label with schema ls -l :YourLabel

In neo4j-browser you can

list all label indices and constraints with :schema
list indices and constraints for specific label with :schema ls -l :YourLabel

тэги

Пользователи данного ресурса

  • @jil

Комментарии и рецензии