Hi all:

I have bidirectional relationships e.g. KNOWS in neo4j db.

When I try to find the path between the users, the paths returned are
duplicate

for e.g.
User A *KNOWS* User B.
And
User B *KNOWS* User A.

When trying to find the path (GraphAlgoFactory API) i see there are
duplicate paths.The direction is Direction.BOTH. How can I eliminate one of
the record  or does it needs to be handled in application logic to
eliminate duplicates ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to