-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] hugegraph 使用tinkpop gremlin 的 相关查询predicate #1467
Comments
gremlin 新版增加的 |
请问下这个需要怎么写呢,我尝试了g.V().has("globaleName",textContains("te"))和g.V().has("globaleName",Text.textContains("te")) 都不行 |
可以参考 #1309, gremlin 写法更新一下, rest-api 里现在也支持了. |
|
看一下原 issue 内容, 你输错了方法名, 是 |
|
是的, 暂不支持, 你可以看一下这些 gremlin 语法再 tinkerpop 支持的版本 |
|
Note ( 特别注意 ) :
Environment ( 环境信息 - 必填 )
Your Question ( 问题描述 )
目前查询的时候想要使用startWith方法,但是直接报出不支持的情况
我看TraversalUtil 这个类里面是有做部分predicate的转换的,是否是目前只能使用转换的这些呢
xxx
Related information ( 补充相关信息 ) :
Provide related "Data & Schema" info (Click to expand)
Vertex/Edge example ( 问题点 / 边数据举例 )
// JSON of Vertex / Edge ⬇
Schema [VertexLabel, EdgeLabel, IndexLabel] ( 元数据结构 )
// JSON of GraphSchema ⬇
The text was updated successfully, but these errors were encountered: