在Neo4j 2.1.1中,我试图在aliases
属性上设置全文节点索引。
我的数据如下:
我设法建立了名为Aliases
的索引(见下面的截图)。但是,像这样的密码查询
START n=node:Aliases('aliases:Distressed\\ Debt') RETURN n
返回0行。
我跟着the advice given here并重新创建了数据,甚至重新启动了服务器。
成功创建索引(通过POSTMAN):
......它在Neo4j Webadmin中可见
neo4j.properties
设置文件的内容:
keep_logical_logs=true
node_auto_indexing=true
node_keys_indexable=name,name_long,name_short,bbg,aliases
relationship_auto_indexing=true