neo4j最新更新也使用REST API或WEB-ADMIN
搜索pattern.matches(property name)
和pattern.matches(property value)
的所有节点的最佳方法是什么?
例如,查找与属性匹配的所有节点:
value: .*My\sDesired.*
由于
答案 0 :(得分:1)
start n=node(*) where n.property =~ value return n
请参阅http://docs.neo4j.org/chunked/stable/query-where.html#where-regular-expressions