Hi Curtis, By default edges are sorted by their by default identity. It is more efficient for huge amount of edges. To enable ordering with Blueprints API you can use: vertexClass.createEdgeProperty(Direction.OUT, "EdgeClass").setOrdered(true);
Take a look on example: https://gist.github.com/enisher/11363396 Best regards, Artem Orobets *Orient Technologies the Company behind OrientDB* 2014-04-28 6:45 GMT+03:00 Curtis Stanford <[email protected]>: > As of version 1.7, when adding edges of the same class to a vertex (in > graph database) is there any order guaranteed (i.e. from earliest to latest > edges)? > > I was hoping I could assume that edges added later are after the earlier > ones when traversing the edges (using Java API) > > Curtis > > -- > > --- > 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. > -- --- 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.
