我在 Titan 0.3.2 中使用带有 has() 过滤器的 T.in 运算符时遇到问题
以下 Gremlin 查询...:
g.V("type", "articles").out("has_tag").has("name", T.in, ["foobar"])
...在 Titan 控制台中产生以下错误:
No such property: in for class: com.tinkerpop.gremlin.Tokens$T
不知何故与此 SO 问题有关:gremlin 的 has 子句中的多个属性值(相同的问题,但与 Neo4J 相关)。