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

前端 未结 6 1589
谎友^
谎友^ 2020-12-24 01:27

I\'m looking for something similar to the MySQL ( SHOW INDEXES ). I was able to get a list of indexes using py2neo in Python

graphDB = neo4j.GraphDatabaseS         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 02:23

    What about the :schema command? (In the Neo4j shell it's just schema).

    Works like charm for me in Neo4j 2.0.1

提交回复
热议问题