我正在寻找类似于MySQL(SHOW INDEXES)的东西.我能够在Python中使用py2neo获取索引列表
graphDB = neo4j.GraphDatabaseService() indexes = graphDB.get_indexes(neo4j.Node) print(format(indexes))
但我想知道是否有办法在Cypher做类似的事情.
indexing neo4j cypher
cypher ×1
indexing ×1
neo4j ×1