neo4j find all nodes with matching properties

后端 未结 7 2033
走了就别回头了
走了就别回头了 2020-12-30 04:15

I have a relatively large set of nodes, and I want to find all pairs of nodes that have matching property values, but I don\'t know or care in advance what the property valu

7条回答
  •  -上瘾入骨i
    2020-12-30 04:36

    You can also use an index on that property. Then for a given value retrieve all the nodes. The advantage is that you can also query for approximations of the value.

提交回复
热议问题