arangosh> db.example.save({ Hello : "world" }); { "_id" : "example/6586", "_key" : "6586", "_rev" : "_UWx8IVi---" } arangosh> db.example.replaceByExample({ Hello: "world" }, {Hello: "mars"}, false, 5); 1