Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道您可以运行下面的 Cypher 来创建索引,但是如何查询已经存在的索引(或约束)?
CREATE INDEX ON :Person(name)
在 Cypher 中(还)不能查询现有的模式索引。还有其他几种方法:
neo4j-shell
:schema