Hello All I am traversing a Graph that has some common Vertices. When I execute traverse, I only see one instance of the common Vertix versus several. For example,
A -> B C -> B After traverse, I only see the following result: A C B (common and pointed to by A and C) I would like to see the duplicate Vertix in the result as follows: A B (Common to A and C) C B (Common to A and C) Is there a method to achieve this or Traverse always returns Distinct Vertices? Thank you Emin -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
