如何在 noe4j 子图上进行基于索引的搜索?

发布于 2024-12-16 15:42:09 字数 133 浏览 2 评论 0原文

有什么方法可以在 neo4j 中对子图进行基于索引的搜索吗?

在Cypher中,我们首先从索引中选择节点,然后与图关系或属性进行匹配,我想要这样的东西,首先我选择一个子图(基于关系),然后在索引中搜索该子图节点(原始索引的子索引) )。

Is there any way to do index based search on sub-graph in neo4j?

In Cypher we first select nodes from index and then match with the graph relationships or properties, I want something like first I select a sub-graph(based on relationships) and then search in index for that subgraph nodes(sub index of the original index).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不即不离 2024-12-23 15:42:09

没有办法做到这一点。索引无法将您的搜索限制到特定的子图。您最好在 John 查询的 where 子句中添加正则表达式。

There is no way to do this. The index has no way of limiting your search to a particular subgraph. You're probably better off putting a regular expression in your where clause for your John query.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文