OrientDB
我正在使用上述查询创建边(如果不存在)或更新现有边(如果它已存在于<div class="div_img_part-2">
<span class="img_part_class-2"><img src="img/skin-care-bbeauty-tip1.png"></span>
<span class="text_part_class-2">
<span class="check-box">
<input type="checkbox" name="name"/>Skin Care</span>
</span>
<select class="selectpicker" >
<option>Salon</option>
<option>Mobile beautician</option>
<option>Both</option>
</select>
</div>
在#45:0 和#21:0之间创建边缘。
但是在Agent(具有簇45,46,47和48的顶点类)中,即在#45:0中,它没有显示任何外出边缘。
答案 0 :(得分:0)
UPDATE
命令就像普通文档更新一样,不需要保持边缘顶点“同步”。为此,您必须使用UPDATE EDGE
,但不支持UPSERT
。
关于https://github.com/orientechnologies/orientdb/issues/4436
,github上存在未解决的问题另请阅读此https://github.com/orientechnologies/orientdb/issues/1114