我找不到在 neo4j.properties 中定义以下索引类型的语法。有人可以提供一些例子吗?
http://docs.neo4j.org/chunked/stable/indexing-create-advanced.html
另外,“精确”和“全文”之间的行为差异究竟是什么?
我找不到在 neo4j.properties 中定义以下索引类型的语法。有人可以提供一些例子吗?
http://docs.neo4j.org/chunked/stable/indexing-create-advanced.html
另外,“精确”和“全文”之间的行为差异究竟是什么?
在 neo4j.properties 中,您只需指定是否要为节点/关系建立自动索引。如果您需要为此更改默认(“精确”)配置,则必须在运行时通过 REST 进行: http: //docs.neo4j.org/chunked/stable/rest-api-configurable-auto-indexes .html
全文索引会将索引值拆分为单词,以便您可以单独查询每个单词。