2

尝试使用从该线程收集的详细信息来实现 auto_indexing

使用索引检索节点并没有真正取得任何成功。

我的 neo4j.properties:

node_keys_indexable=标题,bucket_type,用户名
node_auto_indexing=true
关系自动索引=真
relationship_keys_indexable=因为

这就是我创建节点的方法。节点创建工作。

user = Neo.create_node({:class_name => "User", :username => "foobar1"})

这是我使用索引查找节点的方法:

start user=node:node_auto_index(username = 'foobar1') 返回用户

不返回任何东西。任何想法为什么?有什么方法可以检查索引的内容?

4

0 回答 0