【问题标题】:Is it possible to index relationship properties是否可以索引关系属性 【发布时间】:2014-02-21 02:44:31 【问题描述】: 我知道您可以在节点属性上创建索引,但我找不到是否可以对关系属性执行相同操作。最新版本的neo4j(2.0.1)可以吗? 【问题讨论】: 标签: indexing neo4j 【解决方案1】: 请阅读有关自动索引的文档。您不能对关系属性执行架构索引,但可以使用旧索引。 参考:here 【讨论】: