【发布时间】:2017-01-26 20:26:36
【问题描述】:
根据 this 以下查询:
g.V(ids).as("a").repeat(bothE().otherV().simplePath()).times(5).emit(hasId(within(ids))).as("b").filter(select(last,"a","b").by(id).where("a", lt("b"))).path().by().by(label)
在 datastax 图表中不起作用,因为 lt("b") 部分不能在 json 格式的 datastax id 上工作
{
'~label=person',
member_id=54666,
community_id=505443455
}
如何更改 lt("b) 部分以使查询正常工作?
请帮忙
【问题讨论】:
标签: datastax datastax-enterprise gremlin datastax-enterprise-graph datastax-search