Re: addE doesn't create more than 1 edge
Amiya <amiyakr...@...>
Marc is correct about "It is not a bug: the addE() step only adds one edge per traverser". I think query by Mark will create a self link. Below query might work (not tested) g.V().hasLabel('Activity').as('a'). V().has('person', 'id', within('p1', 'p2')).addE('LINK').from('a')
On Tuesday, 15 December 2020 at 20:36:56 UTC+5:30 HadoopMarc wrote:
|
|