0
隨着Neo4j的最新更新,也使用在所有節點REST API或Web的管理使用Neo4j的,如何尋找那些匹配property.value正則表達式
什麼是搜索的最佳方式對於那些pattern.matches(property name)
和pattern.matches(property value)
所有節點?
例如找到一個匹配屬性的所有節點:
value: .*My\sDesired.*
感謝
隨着Neo4j的最新更新,也使用在所有節點REST API或Web的管理使用Neo4j的,如何尋找那些匹配property.value正則表達式
什麼是搜索的最佳方式對於那些pattern.matches(property name)
和pattern.matches(property value)
所有節點?
例如找到一個匹配屬性的所有節點:
value: .*My\sDesired.*
感謝
start n=node(*) where n.property =~ value return n
看到http://docs.neo4j.org/chunked/stable/query-where.html#where-regular-expressions