gpt4 book ai didi

database - 如何对 titan graph DB 中的顶点属性执行通配符搜索?

转载 作者:搜寻专家 更新时间:2023-10-30 19:41:31 24 4
gpt4 key购买 nike

我正在使用蓝图 API 查询泰坦图形数据库。我处于需要对顶点属性执行通配符搜索的情况。有没有办法用通配符查询一个顶点及其属性?类似于关系数据库中的“PropertyName like '%asdf%'”。

最佳答案

您可以在此处阅读有关如何进行基于字符串的搜索的信息:

https://github.com/thinkaurelius/titan/wiki/Full-Text-and-String-Search#string-search

在您的情况下,您可能需要使用基于 Text.REGEX 的搜索,因为您想要评估字符串的两边。您将使用 Blueprints API 和 Query API 执行此操作,类似于:

graph.query().has("name",Text.REGEX,".*asdf.*").vertices()

关于database - 如何对 titan graph DB 中的顶点属性执行通配符搜索?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20842260/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com