如何在orientDb中的两个类实例之间创建边缘。
我的Db中的类Xyz具有以下属性
#| RID |name
--+---------+------------
0| #99:6|abc
1| #99:7|xyz
orientdb> create edge E1 from #99:6 to #99:7 Error: com.orientechnologies.orient.core.exception.OCommandExecutionException:
执行命令时出错:OCommandSQL [text =创建边缘E1来自 #99:6到#99:7]错误:com.orientechnologies.orient.core.exception.OValidationException:The fie ld'OGraphEdge.out'已被声明为LINK类型 'OGraphVertex',但是'xyz'类的文档#99:6 orientdb>
答案 0 :(得分:0)
似乎记录#99:6是一个类没有扩展V(OGraphVertex)。