Neo4j:设置全文索引和模糊搜索密码查询

时间:2014-08-27 16:08:38

标签: neo4j cypher

在Neo4j 2.1.1中,我试图在aliases属性上设置全文节点索引。 我的数据如下:

enter image description here

我设法建立了名为Aliases的索引(见下面的截图)。但是,像这样的密码查询

START n=node:Aliases('aliases:Distressed\\ Debt') RETURN n

返回0行。

我跟着the advice given here并重新创建了数据,甚至重新启动了服务器。

成功创建索引(通过POSTMAN): enter image description here

......它在Neo4j Webadmin中可见

enter image description here

neo4j.properties设置文件的内容:

keep_logical_logs=true node_auto_indexing=true node_keys_indexable=name,name_long,name_short,bbg,aliases relationship_auto_indexing=true

0 个答案:

没有答案