Replies: 1 comment
-
This is intended behavior, but the wording in the reference documents is ambiguous. So, pair (v1, v2) != pair (v2, v1). You can also check in the source code that the uniqueness check works this way (line716): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per my understanding of janusgraph docs there can only be at most one edge of multiplicity SIMPLE between two vertices.
I'm trying to represent a 'friend' relationship here i.e. if A is a friend of B, B is also a friend of A (undirected relationship).
But in practice I've been able to create two edges between A and B
Please resolve this confusion.
In any case how do i enforce such a schema ?
Beta Was this translation helpful? Give feedback.
All reactions