Hi guys,
I'm transferring my data from 1.3 to 2.1 version using import and export 
functions in graphml format. When I import, my Edges lose their labels and 
are imported altogether as "_default", and with the "_label" property 
instead of the usual edges' label. Then, when I run the command in the 2.1 
version, in java, with GremlinPipeline or in Gremlins something like: 
g.V().out('name') 
I have no result. On the previous version, on the contrary, there was shown 
a valid result. To have the same result on the 2.1 version I have to enter 
this type of command:
g.V().out().has('_label', 'name').

Is there a way to import so that in the new version the Edges' labels are 
properly usable?

-- 

--- 
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.

Reply via email to