diff --git a/Documentation/Examples/001_collectionAll.generated b/Documentation/Examples/001_collectionAll.generated
index c537a96639..07100e4ab3 100644
--- a/Documentation/Examples/001_collectionAll.generated
+++ b/Documentation/Examples/001_collectionAll.generated
@@ -1,63 +1,63 @@
arangosh> db.five.save({ name : "one" });
{
- "_id" : "five/105",
- "_key" : "105",
- "_rev" : "_WpTAjj6--_"
+ "_id" : "five/103",
+ "_key" : "103",
+ "_rev" : "_WtcBEg2--_"
}
arangosh> db.five.save({ name : "two" });
{
- "_id" : "five/109",
- "_key" : "109",
- "_rev" : "_WpTAjk---_"
+ "_id" : "five/107",
+ "_key" : "107",
+ "_rev" : "_WtcBEg6--_"
}
arangosh> db.five.save({ name : "three" });
{
- "_id" : "five/112",
- "_key" : "112",
- "_rev" : "_WpTAjk---B"
+ "_id" : "five/110",
+ "_key" : "110",
+ "_rev" : "_WtcBEg6--B"
}
arangosh> db.five.save({ name : "four" });
{
- "_id" : "five/115",
- "_key" : "115",
- "_rev" : "_WpTAjk---D"
+ "_id" : "five/113",
+ "_key" : "113",
+ "_rev" : "_WtcBEh---_"
}
arangosh> db.five.save({ name : "five" });
{
- "_id" : "five/118",
- "_key" : "118",
- "_rev" : "_WpTAjkC--_"
+ "_id" : "five/116",
+ "_key" : "116",
+ "_rev" : "_WtcBEh---B"
}
arangosh> db.five.all().toArray();
[
{
- "_key" : "109",
- "_id" : "five/109",
- "_rev" : "_WpTAjk---_",
+ "_key" : "107",
+ "_id" : "five/107",
+ "_rev" : "_WtcBEg6--_",
"name" : "two"
},
{
- "_key" : "112",
- "_id" : "five/112",
- "_rev" : "_WpTAjk---B",
- "name" : "three"
+ "_key" : "116",
+ "_id" : "five/116",
+ "_rev" : "_WtcBEh---B",
+ "name" : "five"
},
{
- "_key" : "105",
- "_id" : "five/105",
- "_rev" : "_WpTAjj6--_",
- "name" : "one"
- },
- {
- "_key" : "115",
- "_id" : "five/115",
- "_rev" : "_WpTAjk---D",
+ "_key" : "113",
+ "_id" : "five/113",
+ "_rev" : "_WtcBEh---_",
"name" : "four"
},
{
- "_key" : "118",
- "_id" : "five/118",
- "_rev" : "_WpTAjkC--_",
- "name" : "five"
+ "_key" : "103",
+ "_id" : "five/103",
+ "_rev" : "_WtcBEg2--_",
+ "name" : "one"
+ },
+ {
+ "_key" : "110",
+ "_id" : "five/110",
+ "_rev" : "_WtcBEg6--B",
+ "name" : "three"
}
]
diff --git a/Documentation/Examples/002_collectionAllNext.generated b/Documentation/Examples/002_collectionAllNext.generated
index 45d3f81355..66b48f495c 100644
--- a/Documentation/Examples/002_collectionAllNext.generated
+++ b/Documentation/Examples/002_collectionAllNext.generated
@@ -1,45 +1,45 @@
arangosh> db.five.save({ name : "one" });
{
- "_id" : "five/127",
- "_key" : "127",
- "_rev" : "_WpTAjsa--_"
+ "_id" : "five/125",
+ "_key" : "125",
+ "_rev" : "_WtcBEi---_"
}
arangosh> db.five.save({ name : "two" });
{
- "_id" : "five/131",
- "_key" : "131",
- "_rev" : "_WpTAjsa--B"
+ "_id" : "five/129",
+ "_key" : "129",
+ "_rev" : "_WtcBEi---B"
}
arangosh> db.five.save({ name : "three" });
{
- "_id" : "five/134",
- "_key" : "134",
- "_rev" : "_WpTAjse--_"
+ "_id" : "five/132",
+ "_key" : "132",
+ "_rev" : "_WtcBEi---D"
}
arangosh> db.five.save({ name : "four" });
{
- "_id" : "five/137",
- "_key" : "137",
- "_rev" : "_WpTAjse--B"
+ "_id" : "five/135",
+ "_key" : "135",
+ "_rev" : "_WtcBEi---F"
}
arangosh> db.five.save({ name : "five" });
{
- "_id" : "five/140",
- "_key" : "140",
- "_rev" : "_WpTAjsi--_"
+ "_id" : "five/138",
+ "_key" : "138",
+ "_rev" : "_WtcBEiC--_"
}
arangosh> db.five.all().limit(2).toArray();
[
{
- "_key" : "131",
- "_id" : "five/131",
- "_rev" : "_WpTAjsa--B",
- "name" : "two"
+ "_key" : "125",
+ "_id" : "five/125",
+ "_rev" : "_WtcBEi---_",
+ "name" : "one"
},
{
- "_key" : "134",
- "_id" : "five/134",
- "_rev" : "_WpTAjse--_",
+ "_key" : "132",
+ "_id" : "five/132",
+ "_rev" : "_WtcBEi---D",
"name" : "three"
}
]
diff --git a/Documentation/Examples/003_collectionByExample.generated b/Documentation/Examples/003_collectionByExample.generated
index 8316b00bfd..98666f6c7e 100644
--- a/Documentation/Examples/003_collectionByExample.generated
+++ b/Documentation/Examples/003_collectionByExample.generated
@@ -1,40 +1,40 @@
arangosh> db.users.save({ name: "Gerhard" });
{
- "_id" : "users/148",
- "_key" : "148",
- "_rev" : "_WpTAj06--_"
+ "_id" : "users/146",
+ "_key" : "146",
+ "_rev" : "_WtcBEii--_"
}
arangosh> db.users.save({ name: "Helmut" });
{
- "_id" : "users/152",
- "_key" : "152",
- "_rev" : "_WpTAj06--B"
+ "_id" : "users/150",
+ "_key" : "150",
+ "_rev" : "_WtcBEii--B"
}
arangosh> db.users.save({ name: "Angela" });
{
- "_id" : "users/155",
- "_key" : "155",
- "_rev" : "_WpTAj1---_"
+ "_id" : "users/153",
+ "_key" : "153",
+ "_rev" : "_WtcBEii--D"
}
arangosh> db.users.all().toArray();
[
{
- "_key" : "155",
- "_id" : "users/155",
- "_rev" : "_WpTAj1---_",
- "name" : "Angela"
- },
- {
- "_key" : "152",
- "_id" : "users/152",
- "_rev" : "_WpTAj06--B",
+ "_key" : "150",
+ "_id" : "users/150",
+ "_rev" : "_WtcBEii--B",
"name" : "Helmut"
},
{
- "_key" : "148",
- "_id" : "users/148",
- "_rev" : "_WpTAj06--_",
+ "_key" : "146",
+ "_id" : "users/146",
+ "_rev" : "_WtcBEii--_",
"name" : "Gerhard"
+ },
+ {
+ "_key" : "153",
+ "_id" : "users/153",
+ "_rev" : "_WtcBEii--D",
+ "name" : "Angela"
}
]
arangosh> db.users.byExample({ "_id" : "users/20" }).toArray();
@@ -42,9 +42,9 @@ arangosh> db.users.byExample({ "_id" : "name" : "Gerhard" }).toArray();
[
{
- "_key" : "148",
- "_id" : "users/148",
- "_rev" : "_WpTAj06--_",
+ "_key" : "146",
+ "_id" : "users/146",
+ "_rev" : "_WtcBEii--_",
"name" : "Gerhard"
}
]
diff --git a/Documentation/Examples/004_collectionByExampleNext.generated b/Documentation/Examples/004_collectionByExampleNext.generated
index 6c76593614..2d853ff90a 100644
--- a/Documentation/Examples/004_collectionByExampleNext.generated
+++ b/Documentation/Examples/004_collectionByExampleNext.generated
@@ -1,26 +1,26 @@
arangosh> db.users.save({ name: "Gerhard" });
{
- "_id" : "users/169",
- "_key" : "169",
- "_rev" : "_WpTAj8K--_"
+ "_id" : "users/164",
+ "_key" : "164",
+ "_rev" : "_WtcBEjK--_"
}
arangosh> db.users.save({ name: "Helmut" });
{
- "_id" : "users/173",
- "_key" : "173",
- "_rev" : "_WpTAj8K--B"
+ "_id" : "users/168",
+ "_key" : "168",
+ "_rev" : "_WtcBEjK--B"
}
arangosh> db.users.save({ name: "Angela" });
{
- "_id" : "users/176",
- "_key" : "176",
- "_rev" : "_WpTAj8O--_"
+ "_id" : "users/171",
+ "_key" : "171",
+ "_rev" : "_WtcBEjK--D"
}
arangosh> var a = db.users.byExample( {"name" : "Angela" } );
arangosh> while (a.hasNext()) print(a.next());
{
- "_key" : "176",
- "_id" : "users/176",
- "_rev" : "_WpTAj8O--_",
+ "_key" : "171",
+ "_id" : "users/171",
+ "_rev" : "_WtcBEjK--D",
"name" : "Angela"
}
diff --git a/Documentation/Examples/005_collectionRange.generated b/Documentation/Examples/005_collectionRange.generated
index ebef075f0e..6c5f4a2b97 100644
--- a/Documentation/Examples/005_collectionRange.generated
+++ b/Documentation/Examples/005_collectionRange.generated
@@ -4,7 +4,7 @@ arangosh> db.old.ensureIndex({ type: "fields" : [
"age"
],
- "id" : "old/185",
+ "id" : "old/179",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,34 +13,34 @@ arangosh> db.old.ensureIndex({ type: age: 15 });
{
- "_id" : "old/188",
- "_key" : "188",
- "_rev" : "_WpTAkIK--_"
+ "_id" : "old/182",
+ "_key" : "182",
+ "_rev" : "_WtcBEj6--_"
}
arangosh> db.old.save({ age: 25 });
{
- "_id" : "old/192",
- "_key" : "192",
- "_rev" : "_WpTAkIO--_"
+ "_id" : "old/186",
+ "_key" : "186",
+ "_rev" : "_WtcBEj6--B"
}
arangosh> db.old.save({ age: 30 });
{
- "_id" : "old/195",
- "_key" : "195",
- "_rev" : "_WpTAkIO--B"
+ "_id" : "old/189",
+ "_key" : "189",
+ "_rev" : "_WtcBEj6--D"
}
arangosh> db.old.range("age", 10, 30).toArray();
[
{
- "_key" : "188",
- "_id" : "old/188",
- "_rev" : "_WpTAkIK--_",
+ "_key" : "182",
+ "_id" : "old/182",
+ "_rev" : "_WtcBEj6--_",
"age" : 15
},
{
- "_key" : "192",
- "_id" : "old/192",
- "_rev" : "_WpTAkIO--_",
+ "_key" : "186",
+ "_id" : "old/186",
+ "_rev" : "_WtcBEj6--B",
"age" : 25
}
]
diff --git a/Documentation/Examples/006_collectionClosedRange.generated b/Documentation/Examples/006_collectionClosedRange.generated
index 474bf016e7..bb0cead13e 100644
--- a/Documentation/Examples/006_collectionClosedRange.generated
+++ b/Documentation/Examples/006_collectionClosedRange.generated
@@ -4,7 +4,7 @@ arangosh> db.old.ensureIndex({ type: "fields" : [
"age"
],
- "id" : "old/204",
+ "id" : "old/199",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,40 +13,40 @@ arangosh> db.old.ensureIndex({ type: age: 15 });
{
- "_id" : "old/207",
- "_key" : "207",
- "_rev" : "_WpTAkVK--_"
+ "_id" : "old/202",
+ "_key" : "202",
+ "_rev" : "_WtcBEk2--_"
}
arangosh> db.old.save({ age: 25 });
{
- "_id" : "old/211",
- "_key" : "211",
- "_rev" : "_WpTAkVK--B"
+ "_id" : "old/206",
+ "_key" : "206",
+ "_rev" : "_WtcBEk2--B"
}
arangosh> db.old.save({ age: 30 });
{
- "_id" : "old/214",
- "_key" : "214",
- "_rev" : "_WpTAkVO--_"
+ "_id" : "old/209",
+ "_key" : "209",
+ "_rev" : "_WtcBEk6--_"
}
arangosh> db.old.closedRange("age", 10, 30).toArray();
[
{
- "_key" : "207",
- "_id" : "old/207",
- "_rev" : "_WpTAkVK--_",
+ "_key" : "202",
+ "_id" : "old/202",
+ "_rev" : "_WtcBEk2--_",
"age" : 15
},
{
- "_key" : "211",
- "_id" : "old/211",
- "_rev" : "_WpTAkVK--B",
+ "_key" : "206",
+ "_id" : "old/206",
+ "_rev" : "_WtcBEk2--B",
"age" : 25
},
{
- "_key" : "214",
- "_id" : "old/214",
- "_rev" : "_WpTAkVO--_",
+ "_key" : "209",
+ "_id" : "old/209",
+ "_rev" : "_WtcBEk6--_",
"age" : 30
}
]
diff --git a/Documentation/Examples/007_collectionNear.generated b/Documentation/Examples/007_collectionNear.generated
index dde48359e2..7afcfc3961 100644
--- a/Documentation/Examples/007_collectionNear.generated
+++ b/Documentation/Examples/007_collectionNear.generated
@@ -5,7 +5,7 @@ arangosh> db.geo.ensureIndex({ type: "loc"
],
"geoJson" : false,
- "id" : "geo/223",
+ "id" : "geo/218",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -22,9 +22,9 @@ arangosh> for (v
arangosh> db.geo.near(0, 0).limit(2).toArray();
[
{
- "_key" : "1280",
- "_id" : "geo/1280",
- "_rev" : "_WpTAkkq--H",
+ "_key" : "1275",
+ "_id" : "geo/1275",
+ "_rev" : "_WtcBEoi--H",
"name" : "Name/0/0",
"loc" : [
0,
@@ -32,9 +32,9 @@ arangosh> db.geo.near(0, "_key" : "1169",
- "_id" : "geo/1169",
- "_rev" : "_WpTAkka--B",
+ "_key" : "1164",
+ "_id" : "geo/1164",
+ "_rev" : "_WtcBEoS--B",
"name" : "Name/-10/0",
"loc" : [
-10,
diff --git a/Documentation/Examples/008_collectionNearDistance.generated b/Documentation/Examples/008_collectionNearDistance.generated
index 94c5572af4..0d99efeb07 100644
--- a/Documentation/Examples/008_collectionNearDistance.generated
+++ b/Documentation/Examples/008_collectionNearDistance.generated
@@ -5,7 +5,7 @@ arangosh> db.geo.ensureIndex({ type: "loc"
],
"geoJson" : false,
- "id" : "geo/2344",
+ "id" : "geo/2339",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -23,9 +23,9 @@ arangosh> db.geo.near(0, "distance" : 0,
- "_id" : "geo/3401",
- "_key" : "3401",
- "_rev" : "_WpTAk5G--J",
+ "_id" : "geo/3396",
+ "_key" : "3396",
+ "_rev" : "_WtcBEuq--H",
"loc" : [
0,
0
@@ -34,9 +34,9 @@ arangosh> db.geo.near(0, "distance" : 1111949.2664455874,
- "_id" : "geo/3290",
- "_key" : "3290",
- "_rev" : "_WpTAk4y--D",
+ "_id" : "geo/3285",
+ "_key" : "3285",
+ "_rev" : "_WtcBEuW--L",
"loc" : [
-10,
0
diff --git a/Documentation/Examples/009_collectionWithin.generated b/Documentation/Examples/009_collectionWithin.generated
index 850ee2faf6..dea17deb90 100644
--- a/Documentation/Examples/009_collectionWithin.generated
+++ b/Documentation/Examples/009_collectionWithin.generated
@@ -5,9 +5,9 @@ arangosh> db.geo.within(0, "distance" : 0,
- "_id" : "geo/5522",
- "_key" : "5522",
- "_rev" : "_WpTAlIO--N",
+ "_id" : "geo/5517",
+ "_key" : "5517",
+ "_rev" : "_WtcBE1m--J",
"loc" : [
0,
0
@@ -16,9 +16,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5411",
- "_key" : "5411",
- "_rev" : "_WpTAlI---B",
+ "_id" : "geo/5406",
+ "_key" : "5406",
+ "_rev" : "_WtcBE1S--H",
"loc" : [
-10,
0
@@ -27,9 +27,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5525",
- "_key" : "5525",
- "_rev" : "_WpTAlIS--_",
+ "_id" : "geo/5520",
+ "_key" : "5520",
+ "_rev" : "_WtcBE1q--_",
"loc" : [
0,
10
@@ -38,9 +38,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5633",
- "_key" : "5633",
- "_rev" : "_WpTAlIm--B",
+ "_id" : "geo/5628",
+ "_key" : "5628",
+ "_rev" : "_WtcBE2---D",
"loc" : [
10,
0
@@ -49,9 +49,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5519",
- "_key" : "5519",
- "_rev" : "_WpTAlIO--L",
+ "_id" : "geo/5514",
+ "_key" : "5514",
+ "_rev" : "_WtcBE1m--H",
"loc" : [
0,
-10
@@ -60,9 +60,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5414",
- "_key" : "5414",
- "_rev" : "_WpTAlI---D",
+ "_id" : "geo/5409",
+ "_key" : "5409",
+ "_rev" : "_WtcBE1S--J",
"loc" : [
-10,
10
@@ -71,9 +71,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5636",
- "_key" : "5636",
- "_rev" : "_WpTAlIm--D",
+ "_id" : "geo/5631",
+ "_key" : "5631",
+ "_rev" : "_WtcBE2---F",
"loc" : [
10,
10
@@ -82,9 +82,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5408",
- "_key" : "5408",
- "_rev" : "_WpTAlI---_",
+ "_id" : "geo/5403",
+ "_key" : "5403",
+ "_rev" : "_WtcBE1S--F",
"loc" : [
-10,
-10
@@ -93,9 +93,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5630",
- "_key" : "5630",
- "_rev" : "_WpTAlIm--_",
+ "_id" : "geo/5625",
+ "_key" : "5625",
+ "_rev" : "_WtcBE2---B",
"loc" : [
10,
-10
diff --git a/Documentation/Examples/011_documentsCollectionReplaceByExample.generated b/Documentation/Examples/011_documentsCollectionReplaceByExample.generated
index 646d486288..e548d806f4 100644
--- a/Documentation/Examples/011_documentsCollectionReplaceByExample.generated
+++ b/Documentation/Examples/011_documentsCollectionReplaceByExample.generated
@@ -1,8 +1,8 @@
arangosh> db.example.save({ Hello : "world" });
{
- "_id" : "example/6599",
- "_key" : "6599",
- "_rev" : "_WpTAlY2--_"
+ "_id" : "example/6594",
+ "_key" : "6594",
+ "_rev" : "_WtcBE6G--_"
}
arangosh> db.example.replaceByExample({ Hello: "world" }, {Hello: "mars"}, false, 5);
1
diff --git a/Documentation/Examples/012_documentsCollectionUpdateByExample.generated b/Documentation/Examples/012_documentsCollectionUpdateByExample.generated
index e1ed58a59b..ae9b1b8d80 100644
--- a/Documentation/Examples/012_documentsCollectionUpdateByExample.generated
+++ b/Documentation/Examples/012_documentsCollectionUpdateByExample.generated
@@ -1,17 +1,17 @@
arangosh> db.example.save({ Hello : "world", foo : "bar" });
{
- "_id" : "example/6612",
- "_key" : "6612",
- "_rev" : "_WpTAlf---_"
+ "_id" : "example/6607",
+ "_key" : "6607",
+ "_rev" : "_WtcBE6m--_"
}
arangosh> db.example.updateByExample({ Hello: "world" }, { Hello: "foo", World: "bar" }, false);
1
arangosh> db.example.byExample({ Hello: "foo" }).toArray()
[
{
- "_key" : "6612",
- "_id" : "example/6612",
- "_rev" : "_WpTAlfG--_",
+ "_key" : "6607",
+ "_id" : "example/6607",
+ "_rev" : "_WtcBE6q--_",
"Hello" : "foo",
"foo" : "bar",
"World" : "bar"
diff --git a/Documentation/Examples/01_workWithAQL_all.generated b/Documentation/Examples/01_workWithAQL_all.generated
index 0e69e6d57d..4a656ea23d 100644
--- a/Documentation/Examples/01_workWithAQL_all.generated
+++ b/Documentation/Examples/01_workWithAQL_all.generated
@@ -1,10 +1,10 @@
arangosh> db._create("mycollection")
-[ArangoCollection 6623, "mycollection" (type document, status loaded)]
+[ArangoCollection 6617, "mycollection" (type document, status loaded)]
arangosh> db.mycollection.save({ _key: "testKey", Hello : "World" })
{
"_id" : "mycollection/testKey",
"_key" : "testKey",
- "_rev" : "_WpTAlne--_"
+ "_rev" : "_WtcBE7G--_"
}
arangosh> db._query('FOR my IN mycollection RETURN my._key').toArray()
[
diff --git a/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated b/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated
index 4566fb3216..6bbce22a8c 100644
--- a/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated
+++ b/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated
@@ -5,7 +5,7 @@ arangosh> db._query(aql`FOR doc IN "_key" : "testKey",
"_id" : "mycollection/testKey",
- "_rev" : "_WpTAlne--_",
+ "_rev" : "_WtcBE7G--_",
"Hello" : "World"
}
]
diff --git a/Documentation/Examples/03_workWithAQL_getExtra.generated b/Documentation/Examples/03_workWithAQL_getExtra.generated
index 55047db530..e2f3fb201d 100644
--- a/Documentation/Examples/03_workWithAQL_getExtra.generated
+++ b/Documentation/Examples/03_workWithAQL_getExtra.generated
@@ -10,7 +10,7 @@ arangosh> db._query(`FOR i IN 1..100
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00046539306640625
+ "executionTime" : 0.0005345344543457031
},
"warnings" : [ ]
}
diff --git a/Documentation/Examples/06_workWithAQL_statements12.generated b/Documentation/Examples/06_workWithAQL_statements12.generated
index 0592939d11..c6308896c9 100644
--- a/Documentation/Examples/06_workWithAQL_statements12.generated
+++ b/Documentation/Examples/06_workWithAQL_statements12.generated
@@ -8,17 +8,17 @@ arangosh> c.getExtra();
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00013136863708496094
+ "executionTime" : 0.00008606910705566406
},
"profile" : {
- "initializing" : 0.000001430511474609375,
- "parsing" : 0.000024557113647460938,
- "optimizing ast" : 0.0000030994415283203125,
- "loading collections" : 0.00000286102294921875,
- "instantiating plan" : 0.000015974044799804688,
- "optimizing plan" : 0.00003647804260253906,
- "executing" : 0.00002765655517578125,
- "finalizing" : 0.00001049041748046875
+ "initializing" : 0.0000011920928955078125,
+ "parsing" : 0.000014543533325195312,
+ "optimizing ast" : 0.000001430511474609375,
+ "loading collections" : 0.0000016689300537109375,
+ "instantiating plan" : 0.000010251998901367188,
+ "optimizing plan" : 0.000029802322387695312,
+ "executing" : 0.00001621246337890625,
+ "finalizing" : 0.000006198883056640625
},
"warnings" : [ ]
}
diff --git a/Documentation/Examples/06_workWithAQL_statementsExtra.generated b/Documentation/Examples/06_workWithAQL_statementsExtra.generated
index 98a41159ee..b5ca4d27f2 100644
--- a/Documentation/Examples/06_workWithAQL_statementsExtra.generated
+++ b/Documentation/Examples/06_workWithAQL_statementsExtra.generated
@@ -15,7 +15,7 @@ arangosh> db._query(`
"filtered" : 0,
"httpRequests" : 0,
"fullCount" : 0,
- "executionTime" : 0.0006883144378662109
+ "executionTime" : 0.0005192756652832031
},
"warnings" : [ ]
}
@@ -35,7 +35,7 @@ arangosh> db._query({
"filtered" : 0,
"httpRequests" : 0,
"fullCount" : 0,
- "executionTime" : 0.0004711151123046875
+ "executionTime" : 0.0005781650543212891
},
"warnings" : [ ]
}
diff --git a/Documentation/Examples/AQLEXP_01_axplainer.generated b/Documentation/Examples/AQLEXP_01_axplainer.generated
index a54a40acf3..6838c0fd7c 100644
--- a/Documentation/Examples/AQLEXP_01_axplainer.generated
+++ b/Documentation/Examples/AQLEXP_01_axplainer.generated
@@ -1,5 +1,5 @@
arangosh> db._create("test");
-[ArangoCollection 6988, "test" (type document, status loaded)]
+[ArangoCollection 6982, "test" (type document, status loaded)]
arangosh> for (i = 0; i < 100; ++i) { db.test.save({ value: i }); }
arangosh> db.test.ensureIndex({ type: "skiplist", fields: [ "value" ] });
{
@@ -7,7 +7,7 @@ arangosh> db.test.ensureIndex({ type: "skiplist", fields: [ "value" ] });
"fields" : [
"value"
],
- "id" : "test/7293",
+ "id" : "test/7287",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
diff --git a/Documentation/Examples/AQLEXP_01_explainCreate.generated b/Documentation/Examples/AQLEXP_01_explainCreate.generated
index 5c82f8bda7..e00d9e661f 100644
--- a/Documentation/Examples/AQLEXP_01_explainCreate.generated
+++ b/Documentation/Examples/AQLEXP_01_explainCreate.generated
@@ -28,7 +28,7 @@ arangosh> stmt.explain();
},
"indexes" : [
{
- "id" : "7293",
+ "id" : "7287",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_05_explainAllPlans.generated b/Documentation/Examples/AQLEXP_05_explainAllPlans.generated
index 60a70835df..bafb0f7f38 100644
--- a/Documentation/Examples/AQLEXP_05_explainAllPlans.generated
+++ b/Documentation/Examples/AQLEXP_05_explainAllPlans.generated
@@ -27,7 +27,7 @@ arangosh> stmt.explain({ allPlans: "indexes" : [
{
- "id" : "7293",
+ "id" : "7287",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated b/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated
index 511e74e14e..ee986ea209 100644
--- a/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated
+++ b/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated
@@ -26,7 +26,7 @@ arangosh> stmt.explain({ optimizer: { "indexes" : [
{
- "id" : "7293",
+ "id" : "7287",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated b/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated
index 02f021ba75..80a2f7fb4b 100644
--- a/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated
+++ b/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated
@@ -26,7 +26,7 @@ arangosh> stmt.explain({ maxNumberOfPlans: "indexes" : [
{
- "id" : "7293",
+ "id" : "7287",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_11_explainjs.generated b/Documentation/Examples/AQLEXP_11_explainjs.generated
index c6af862777..9e3e4e2750 100644
--- a/Documentation/Examples/AQLEXP_11_explainjs.generated
+++ b/Documentation/Examples/AQLEXP_11_explainjs.generated
@@ -8,9 +8,9 @@ Execution plan:
1 SingletonNode 1 * ROOT
2 CalculationNode 1 - LET #5 = 1 .. 10 /* range */ /* simple expression */
3 EnumerateListNode 10 - FOR x IN #5 /* list iteration */
- 4 CalculationNode 10 - LET then = DATE_NOW() /* simple expression */
+ 4 CalculationNode 10 - LET then = DATE_NOW() /* v8 expression */
6 EnumerateListNode 100 - FOR y IN #5 /* list iteration */
- 7 CalculationNode 100 - LET now = DATE_NOW() /* simple expression */
+ 7 CalculationNode 100 - LET now = DATE_NOW() /* v8 expression */
8 CalculationNode 100 - LET nowstr = CONCAT(now, x, y, then) /* simple expression */
9 ReturnNode 100 - RETURN nowstr
@@ -32,7 +32,7 @@ Execution plan:
Id NodeType Est. Comment
1 SingletonNode 1 * ROOT
3 CalculationNode 1 - LET #4 = 1 .. 10 /* range */ /* simple expression */
- 2 CalculationNode 1 - LET now = DATE_NOW() /* simple expression */
+ 2 CalculationNode 1 - LET now = DATE_NOW() /* v8 expression */
4 EnumerateListNode 10 - FOR x IN #4 /* list iteration */
6 EnumerateListNode 100 - FOR y IN #4 /* list iteration */
7 CalculationNode 100 - LET nowstr = CONCAT(now, x, y, now) /* simple expression */
diff --git a/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated b/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated
index 878cf10da1..1b1a769bf3 100644
--- a/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated
+++ b/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated
@@ -10,7 +10,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WpTAmPy--B",
+ "_rev" : "_WtcBFEu--B",
"population" : 1000000,
"isCapital" : false,
"loc" : [
@@ -21,7 +21,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Hamburg",
"_id" : "germanCity/Hamburg",
- "_rev" : "_WpTAmPy--D",
+ "_rev" : "_WtcBFEu--D",
"population" : 1000000,
"isCapital" : false,
"loc" : [
diff --git a/Documentation/Examples/COMBINING_GRAPH_02_combine.generated b/Documentation/Examples/COMBINING_GRAPH_02_combine.generated
index bc5fbbcee0..946eab2dda 100644
--- a/Documentation/Examples/COMBINING_GRAPH_02_combine.generated
+++ b/Documentation/Examples/COMBINING_GRAPH_02_combine.generated
@@ -14,7 +14,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WpTAmP2--_",
+ "_rev" : "_WtcBFEy---",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -28,7 +28,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WpTAmP2--B",
+ "_rev" : "_WtcBFEy--A",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -42,7 +42,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WpTAmP2--B",
+ "_rev" : "_WtcBFEy--A",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -56,7 +56,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WpTAmP2--_",
+ "_rev" : "_WtcBFEy---",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -70,7 +70,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WpTAmPy--B",
+ "_rev" : "_WtcBFEu--B",
"population" : 1000000,
"isCapital" : false,
"loc" : [
diff --git a/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated b/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated
index 76a0379b09..be4e32de9b 100644
--- a/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated
+++ b/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated
@@ -15,7 +15,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WpTAmP2--_",
+ "_rev" : "_WtcBFEy---",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -26,7 +26,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WpTAmP2--B",
+ "_rev" : "_WtcBFEy--A",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -42,7 +42,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WpTAmP2--B",
+ "_rev" : "_WtcBFEy--A",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -53,7 +53,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WpTAmP2--_",
+ "_rev" : "_WtcBFEy---",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -64,7 +64,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WpTAmPy--B",
+ "_rev" : "_WtcBFEu--B",
"population" : 1000000,
"isCapital" : false,
"loc" : [
diff --git a/Documentation/Examples/CollectionUnload.generated b/Documentation/Examples/CollectionUnload.generated
index b4eb8e85a9..f281a6344d 100644
--- a/Documentation/Examples/CollectionUnload.generated
+++ b/Documentation/Examples/CollectionUnload.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 7432, "example" (type document, status loaded)]
+[ArangoCollection 7427, "example" (type document, status loaded)]
arangosh> col.unload();
arangosh> col;
-[ArangoCollection 7432, "example" (type document, status unloaded)]
+[ArangoCollection 7427, "example" (type document, status unloaded)]
diff --git a/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated b/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated
index 11cb945c03..353bb428df 100644
--- a/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated
+++ b/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated
@@ -1,31 +1,31 @@
arangosh> db._create("vertex");
-[ArangoCollection 7436, "vertex" (type document, status loaded)]
+[ArangoCollection 7431, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7439, "relation" (type edge, status loaded)]
+[ArangoCollection 7434, "relation" (type edge, status loaded)]
arangosh> v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7443",
- "_key" : "7443",
- "_rev" : "_WpTAm8O--_"
+ "_id" : "vertex/7438",
+ "_key" : "7438",
+ "_rev" : "_WtcBFIK--_"
}
arangosh> v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7447",
- "_key" : "7447",
- "_rev" : "_WpTAm8O--B"
+ "_id" : "vertex/7442",
+ "_key" : "7442",
+ "_rev" : "_WtcBFIO--_"
}
arangosh> e1 = db.relation.insert(v1, v2, { label : "knows" });
{
- "_id" : "relation/7450",
- "_key" : "7450",
- "_rev" : "_WpTAm8S--_"
+ "_id" : "relation/7445",
+ "_key" : "7445",
+ "_rev" : "_WtcBFIO--B"
}
arangosh> db._document(e1);
{
- "_key" : "7450",
- "_id" : "relation/7450",
- "_from" : "vertex/7443",
- "_to" : "vertex/7447",
- "_rev" : "_WpTAm8S--_",
+ "_key" : "7445",
+ "_id" : "relation/7445",
+ "_from" : "vertex/7438",
+ "_to" : "vertex/7442",
+ "_rev" : "_WtcBFIO--B",
"label" : "knows"
}
diff --git a/Documentation/Examples/EDGCOL_02_Relation.generated b/Documentation/Examples/EDGCOL_02_Relation.generated
index 4bb7f94f6d..69109ac44a 100644
--- a/Documentation/Examples/EDGCOL_02_Relation.generated
+++ b/Documentation/Examples/EDGCOL_02_Relation.generated
@@ -1,34 +1,34 @@
arangosh> db._create("vertex");
-[ArangoCollection 7456, "vertex" (type document, status loaded)]
+[ArangoCollection 7451, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7459, "relation" (type edge, status loaded)]
+[ArangoCollection 7454, "relation" (type edge, status loaded)]
arangosh> var myGraph = {};
arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7463",
- "_key" : "7463",
- "_rev" : "_WpTAnJy--_"
+ "_id" : "vertex/7458",
+ "_key" : "7458",
+ "_rev" : "_WtcBFJC--_"
}
arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7467",
- "_key" : "7467",
- "_rev" : "_WpTAnJ2--_"
+ "_id" : "vertex/7462",
+ "_key" : "7462",
+ "_rev" : "_WtcBFJC--B"
}
arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2,
........> { label : "knows"});
{
- "_id" : "relation/7470",
- "_key" : "7470",
- "_rev" : "_WpTAnJ2--B"
+ "_id" : "relation/7465",
+ "_key" : "7465",
+ "_rev" : "_WtcBFJG--_"
}
arangosh> db._document(myGraph.e1);
{
- "_key" : "7470",
- "_id" : "relation/7470",
- "_from" : "vertex/7463",
- "_to" : "vertex/7467",
- "_rev" : "_WpTAnJ2--B",
+ "_key" : "7465",
+ "_id" : "relation/7465",
+ "_from" : "vertex/7458",
+ "_to" : "vertex/7462",
+ "_rev" : "_WtcBFJG--_",
"label" : "knows"
}
arangosh> db.relation.edges(myGraph.e1._id);
diff --git a/Documentation/Examples/EDGCOL_02_inEdges.generated b/Documentation/Examples/EDGCOL_02_inEdges.generated
index 387545aa81..bf72fa0876 100644
--- a/Documentation/Examples/EDGCOL_02_inEdges.generated
+++ b/Documentation/Examples/EDGCOL_02_inEdges.generated
@@ -1,33 +1,33 @@
arangosh> db._create("vertex");
-[ArangoCollection 7477, "vertex" (type document, status loaded)]
+[ArangoCollection 7472, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7480, "relation" (type edge, status loaded)]
+[ArangoCollection 7475, "relation" (type edge, status loaded)]
arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7484",
- "_key" : "7484",
- "_rev" : "_WpTAnZ---_"
+ "_id" : "vertex/7479",
+ "_key" : "7479",
+ "_rev" : "_WtcBFK---_"
}
arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7488",
- "_key" : "7488",
- "_rev" : "_WpTAnZ---B"
+ "_id" : "vertex/7483",
+ "_key" : "7483",
+ "_rev" : "_WtcBFK---B"
}
arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2,
........> { label : "knows"});
{
- "_id" : "relation/7491",
- "_key" : "7491",
- "_rev" : "_WpTAnZ---D"
+ "_id" : "relation/7486",
+ "_key" : "7486",
+ "_rev" : "_WtcBFK---D"
}
arangosh> db._document(myGraph.e1);
{
- "_key" : "7491",
- "_id" : "relation/7491",
- "_from" : "vertex/7484",
- "_to" : "vertex/7488",
- "_rev" : "_WpTAnZ---D",
+ "_key" : "7486",
+ "_id" : "relation/7486",
+ "_from" : "vertex/7479",
+ "_to" : "vertex/7483",
+ "_rev" : "_WtcBFK---D",
"label" : "knows"
}
arangosh> db.relation.inEdges(myGraph.v1._id);
@@ -35,11 +35,11 @@ arangosh> db.relation.inEdges(myGraph.v1._id);
arangosh> db.relation.inEdges(myGraph.v2._id);
[
{
- "_key" : "7491",
- "_id" : "relation/7491",
- "_from" : "vertex/7484",
- "_to" : "vertex/7488",
- "_rev" : "_WpTAnZ---D",
+ "_key" : "7486",
+ "_id" : "relation/7486",
+ "_from" : "vertex/7479",
+ "_to" : "vertex/7483",
+ "_rev" : "_WtcBFK---D",
"label" : "knows"
}
]
diff --git a/Documentation/Examples/EDGCOL_02_outEdges.generated b/Documentation/Examples/EDGCOL_02_outEdges.generated
index 6fed4781c2..0ab0291d89 100644
--- a/Documentation/Examples/EDGCOL_02_outEdges.generated
+++ b/Documentation/Examples/EDGCOL_02_outEdges.generated
@@ -1,43 +1,43 @@
arangosh> db._create("vertex");
-[ArangoCollection 7499, "vertex" (type document, status loaded)]
+[ArangoCollection 7494, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7502, "relation" (type edge, status loaded)]
+[ArangoCollection 7497, "relation" (type edge, status loaded)]
arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7506",
- "_key" : "7506",
- "_rev" : "_WpTAnmm--_"
+ "_id" : "vertex/7501",
+ "_key" : "7501",
+ "_rev" : "_WtcBFK6--_"
}
arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7510",
- "_key" : "7510",
- "_rev" : "_WpTAnmm--B"
+ "_id" : "vertex/7505",
+ "_key" : "7505",
+ "_rev" : "_WtcBFK6--B"
}
arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2,
........> { label : "knows"});
{
- "_id" : "relation/7513",
- "_key" : "7513",
- "_rev" : "_WpTAnmq--_"
+ "_id" : "relation/7508",
+ "_key" : "7508",
+ "_rev" : "_WtcBFK6--D"
}
arangosh> db._document(myGraph.e1);
{
- "_key" : "7513",
- "_id" : "relation/7513",
- "_from" : "vertex/7506",
- "_to" : "vertex/7510",
- "_rev" : "_WpTAnmq--_",
+ "_key" : "7508",
+ "_id" : "relation/7508",
+ "_from" : "vertex/7501",
+ "_to" : "vertex/7505",
+ "_rev" : "_WtcBFK6--D",
"label" : "knows"
}
arangosh> db.relation.outEdges(myGraph.v1._id);
[
{
- "_key" : "7513",
- "_id" : "relation/7513",
- "_from" : "vertex/7506",
- "_to" : "vertex/7510",
- "_rev" : "_WpTAnmq--_",
+ "_key" : "7508",
+ "_id" : "relation/7508",
+ "_from" : "vertex/7501",
+ "_to" : "vertex/7505",
+ "_rev" : "_WtcBFK6--D",
"label" : "knows"
}
]
diff --git a/Documentation/Examples/GRAPHSP_01_create_graph.generated b/Documentation/Examples/GRAPHSP_01_create_graph.generated
index 10f433a9e8..a40a7582bd 100644
--- a/Documentation/Examples/GRAPHSP_01_create_graph.generated
+++ b/Documentation/Examples/GRAPHSP_01_create_graph.generated
@@ -5,170 +5,170 @@ arangosh> db.circles.toArray();
{
"_key" : "I",
"_id" : "circles/I",
- "_rev" : "_WpTAn1S--_",
+ "_rev" : "_WtcBFMG--D",
"label" : "9"
},
{
"_key" : "G",
"_id" : "circles/G",
- "_rev" : "_WpTAn1O--H",
+ "_rev" : "_WtcBFMG--_",
"label" : "7"
},
{
"_key" : "F",
"_id" : "circles/F",
- "_rev" : "_WpTAn1O--F",
+ "_rev" : "_WtcBFMC--J",
"label" : "6"
},
{
"_key" : "A",
"_id" : "circles/A",
- "_rev" : "_WpTAn1K--B",
+ "_rev" : "_WtcBFMC--_",
"label" : "1"
},
{
"_key" : "E",
"_id" : "circles/E",
- "_rev" : "_WpTAn1O--D",
+ "_rev" : "_WtcBFMC--H",
"label" : "5"
},
{
"_key" : "C",
"_id" : "circles/C",
- "_rev" : "_WpTAn1O--_",
+ "_rev" : "_WtcBFMC--D",
"label" : "3"
},
{
"_key" : "D",
"_id" : "circles/D",
- "_rev" : "_WpTAn1O--B",
+ "_rev" : "_WtcBFMC--F",
"label" : "4"
},
{
"_key" : "J",
"_id" : "circles/J",
- "_rev" : "_WpTAn1S--B",
+ "_rev" : "_WtcBFMG--F",
"label" : "10"
},
{
"_key" : "B",
"_id" : "circles/B",
- "_rev" : "_WpTAn1K--D",
+ "_rev" : "_WtcBFMC--B",
"label" : "2"
},
{
"_key" : "H",
"_id" : "circles/H",
- "_rev" : "_WpTAn1O--J",
+ "_rev" : "_WtcBFMG--B",
"label" : "8"
},
{
"_key" : "K",
"_id" : "circles/K",
- "_rev" : "_WpTAn1S--D",
+ "_rev" : "_WtcBFMG--H",
"label" : "11"
}
]
arangosh> db.edges.toArray();
[
{
- "_key" : "7585",
- "_id" : "edges/7585",
- "_from" : "circles/G",
- "_to" : "circles/J",
- "_rev" : "_WpTAn1W--F",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_zip"
- },
- {
- "_key" : "7576",
- "_id" : "edges/7576",
- "_from" : "circles/A",
- "_to" : "circles/G",
- "_rev" : "_WpTAn1W--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_foo"
- },
- {
- "_key" : "7579",
- "_id" : "edges/7579",
- "_from" : "circles/G",
- "_to" : "circles/H",
- "_rev" : "_WpTAn1W--B",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_blob"
- },
- {
- "_key" : "7570",
- "_id" : "edges/7570",
- "_from" : "circles/B",
- "_to" : "circles/E",
- "_rev" : "_WpTAn1S--L",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blub"
- },
- {
- "_key" : "7564",
- "_id" : "edges/7564",
- "_from" : "circles/B",
- "_to" : "circles/C",
- "_rev" : "_WpTAn1S--H",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blarg"
- },
- {
- "_key" : "7567",
- "_id" : "edges/7567",
+ "_key" : "7562",
+ "_id" : "edges/7562",
"_from" : "circles/C",
"_to" : "circles/D",
- "_rev" : "_WpTAn1S--J",
+ "_rev" : "_WtcBFMK--_",
"theFalse" : false,
"theTruth" : true,
"label" : "left_blorg"
},
{
- "_key" : "7582",
- "_id" : "edges/7582",
+ "_key" : "7568",
+ "_id" : "edges/7568",
+ "_from" : "circles/E",
+ "_to" : "circles/F",
+ "_rev" : "_WtcBFMK--D",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_schubi"
+ },
+ {
+ "_key" : "7577",
+ "_id" : "edges/7577",
"_from" : "circles/H",
"_to" : "circles/I",
- "_rev" : "_WpTAn1W--D",
+ "_rev" : "_WtcBFMK--J",
"theFalse" : false,
"theTruth" : true,
"label" : "right_blub"
},
{
- "_key" : "7588",
- "_id" : "edges/7588",
- "_from" : "circles/J",
- "_to" : "circles/K",
- "_rev" : "_WpTAn1W--H",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_zup"
- },
- {
- "_key" : "7560",
- "_id" : "edges/7560",
+ "_key" : "7555",
+ "_id" : "edges/7555",
"_from" : "circles/A",
"_to" : "circles/B",
- "_rev" : "_WpTAn1S--F",
+ "_rev" : "_WtcBFMG--J",
"theFalse" : false,
"theTruth" : true,
"label" : "left_bar"
},
{
- "_key" : "7573",
- "_id" : "edges/7573",
- "_from" : "circles/E",
- "_to" : "circles/F",
- "_rev" : "_WpTAn1S--N",
+ "_key" : "7559",
+ "_id" : "edges/7559",
+ "_from" : "circles/B",
+ "_to" : "circles/C",
+ "_rev" : "_WtcBFMG--L",
"theFalse" : false,
"theTruth" : true,
- "label" : "left_schubi"
+ "label" : "left_blarg"
+ },
+ {
+ "_key" : "7565",
+ "_id" : "edges/7565",
+ "_from" : "circles/B",
+ "_to" : "circles/E",
+ "_rev" : "_WtcBFMK--B",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blub"
+ },
+ {
+ "_key" : "7583",
+ "_id" : "edges/7583",
+ "_from" : "circles/J",
+ "_to" : "circles/K",
+ "_rev" : "_WtcBFMO--_",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_zup"
+ },
+ {
+ "_key" : "7571",
+ "_id" : "edges/7571",
+ "_from" : "circles/A",
+ "_to" : "circles/G",
+ "_rev" : "_WtcBFMK--F",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_foo"
+ },
+ {
+ "_key" : "7580",
+ "_id" : "edges/7580",
+ "_from" : "circles/G",
+ "_to" : "circles/J",
+ "_rev" : "_WtcBFMK--L",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_zip"
+ },
+ {
+ "_key" : "7574",
+ "_id" : "edges/7574",
+ "_from" : "circles/G",
+ "_to" : "circles/H",
+ "_rev" : "_WtcBFMK--H",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_blob"
}
]
diff --git a/Documentation/Examples/GRAPHSP_02_A_to_D.generated b/Documentation/Examples/GRAPHSP_02_A_to_D.generated
index 606c8f0fd1..2d50deed65 100644
--- a/Documentation/Examples/GRAPHSP_02_A_to_D.generated
+++ b/Documentation/Examples/GRAPHSP_02_A_to_D.generated
@@ -6,15 +6,15 @@ arangosh> db._query("FOR v, e IN OUTBOUND SHORTEST_
],
[
"B",
- "7560"
+ "7555"
],
[
"C",
- "7564"
+ "7559"
],
[
"D",
- "7567"
+ "7562"
]
]
[object ArangoQueryCursor, count: 4, cached: false, hasMore: false]
@@ -26,15 +26,15 @@ arangosh> db._query("FOR v, e IN OUTBOUND SHORTEST_
],
[
"B",
- "7560"
+ "7555"
],
[
"C",
- "7564"
+ "7559"
],
[
"D",
- "7567"
+ "7562"
]
]
[object ArangoQueryCursor, count: 4, cached: false, hasMore: false]
diff --git a/Documentation/Examples/GRAPHSP_03_A_to_D.generated b/Documentation/Examples/GRAPHSP_03_A_to_D.generated
index ad1ce1e9ed..b6ae8790f5 100644
--- a/Documentation/Examples/GRAPHSP_03_A_to_D.generated
+++ b/Documentation/Examples/GRAPHSP_03_A_to_D.generated
@@ -6,15 +6,15 @@ arangosh> db._query("FOR a IN circles FILTER a._key
],
[
"B",
- "7560"
+ "7555"
],
[
"C",
- "7564"
+ "7559"
],
[
"D",
- "7567"
+ "7562"
]
]
[object ArangoQueryCursor, count: 4, cached: false, hasMore: false]
@@ -26,15 +26,15 @@ arangosh> db._query("FOR a IN circles FILTER a._key
],
[
"B",
- "7560"
+ "7555"
],
[
"C",
- "7564"
+ "7559"
],
[
"D",
- "7567"
+ "7562"
]
]
[object ArangoQueryCursor, count: 4, cached: false, hasMore: false]
diff --git a/Documentation/Examples/GRAPHTRAV_01_create_graph.generated b/Documentation/Examples/GRAPHTRAV_01_create_graph.generated
index 3adff19c2b..0b7b7b9349 100644
--- a/Documentation/Examples/GRAPHTRAV_01_create_graph.generated
+++ b/Documentation/Examples/GRAPHTRAV_01_create_graph.generated
@@ -5,170 +5,170 @@ arangosh> db.circles.toArray();
{
"_key" : "I",
"_id" : "circles/I",
- "_rev" : "_WpTAoD2--B",
+ "_rev" : "_WtcBFOK--G",
"label" : "9"
},
{
"_key" : "G",
"_id" : "circles/G",
- "_rev" : "_WpTAoDy--F",
+ "_rev" : "_WtcBFOK--C",
"label" : "7"
},
{
"_key" : "F",
"_id" : "circles/F",
- "_rev" : "_WpTAoDy--D",
+ "_rev" : "_WtcBFOK--A",
"label" : "6"
},
{
"_key" : "A",
"_id" : "circles/A",
- "_rev" : "_WpTAoDq--B",
+ "_rev" : "_WtcBFOG--_",
"label" : "1"
},
{
"_key" : "E",
"_id" : "circles/E",
- "_rev" : "_WpTAoDy--B",
+ "_rev" : "_WtcBFOK---",
"label" : "5"
},
{
"_key" : "C",
"_id" : "circles/C",
- "_rev" : "_WpTAoDu--B",
+ "_rev" : "_WtcBFOG--D",
"label" : "3"
},
{
"_key" : "D",
"_id" : "circles/D",
- "_rev" : "_WpTAoDy--_",
+ "_rev" : "_WtcBFOG--F",
"label" : "4"
},
{
"_key" : "J",
"_id" : "circles/J",
- "_rev" : "_WpTAoD2--D",
+ "_rev" : "_WtcBFOK--I",
"label" : "10"
},
{
"_key" : "B",
"_id" : "circles/B",
- "_rev" : "_WpTAoDu--_",
+ "_rev" : "_WtcBFOG--B",
"label" : "2"
},
{
"_key" : "H",
"_id" : "circles/H",
- "_rev" : "_WpTAoD2--_",
+ "_rev" : "_WtcBFOK--E",
"label" : "8"
},
{
"_key" : "K",
"_id" : "circles/K",
- "_rev" : "_WpTAoD6--_",
+ "_rev" : "_WtcBFOK--K",
"label" : "11"
}
]
arangosh> db.edges.toArray();
[
{
- "_key" : "7675",
- "_id" : "edges/7675",
+ "_key" : "7670",
+ "_id" : "edges/7670",
"_from" : "circles/H",
"_to" : "circles/I",
- "_rev" : "_WpTAoEC--_",
+ "_rev" : "_WtcBFOO--H",
"theFalse" : false,
"theTruth" : true,
"label" : "right_blub"
},
{
- "_key" : "7657",
- "_id" : "edges/7657",
+ "_key" : "7658",
+ "_id" : "edges/7658",
"_from" : "circles/B",
- "_to" : "circles/C",
- "_rev" : "_WpTAoD6--D",
+ "_to" : "circles/E",
+ "_rev" : "_WtcBFOO--_",
"theFalse" : false,
"theTruth" : true,
- "label" : "left_blarg"
+ "label" : "left_blub"
},
{
- "_key" : "7672",
- "_id" : "edges/7672",
- "_from" : "circles/G",
- "_to" : "circles/H",
- "_rev" : "_WpTAoE---F",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_blob"
- },
- {
- "_key" : "7669",
- "_id" : "edges/7669",
- "_from" : "circles/A",
- "_to" : "circles/G",
- "_rev" : "_WpTAoE---D",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_foo"
- },
- {
- "_key" : "7653",
- "_id" : "edges/7653",
- "_from" : "circles/A",
- "_to" : "circles/B",
- "_rev" : "_WpTAoD6--B",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_bar"
- },
- {
- "_key" : "7660",
- "_id" : "edges/7660",
- "_from" : "circles/C",
- "_to" : "circles/D",
- "_rev" : "_WpTAoD6--F",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blorg"
- },
- {
- "_key" : "7678",
- "_id" : "edges/7678",
+ "_key" : "7673",
+ "_id" : "edges/7673",
"_from" : "circles/G",
"_to" : "circles/J",
- "_rev" : "_WpTAoEC--B",
+ "_rev" : "_WtcBFOO--J",
"theFalse" : false,
"theTruth" : true,
"label" : "right_zip"
},
{
- "_key" : "7681",
- "_id" : "edges/7681",
+ "_key" : "7667",
+ "_id" : "edges/7667",
+ "_from" : "circles/G",
+ "_to" : "circles/H",
+ "_rev" : "_WtcBFOO--F",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_blob"
+ },
+ {
+ "_key" : "7676",
+ "_id" : "edges/7676",
"_from" : "circles/J",
"_to" : "circles/K",
- "_rev" : "_WpTAoEC--D",
+ "_rev" : "_WtcBFOO--L",
"theFalse" : false,
"theTruth" : true,
"label" : "right_zup"
},
{
- "_key" : "7666",
- "_id" : "edges/7666",
+ "_key" : "7652",
+ "_id" : "edges/7652",
+ "_from" : "circles/B",
+ "_to" : "circles/C",
+ "_rev" : "_WtcBFOK--O",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blarg"
+ },
+ {
+ "_key" : "7661",
+ "_id" : "edges/7661",
"_from" : "circles/E",
"_to" : "circles/F",
- "_rev" : "_WpTAoE---B",
+ "_rev" : "_WtcBFOO--B",
"theFalse" : false,
"theTruth" : true,
"label" : "left_schubi"
},
{
- "_key" : "7663",
- "_id" : "edges/7663",
- "_from" : "circles/B",
- "_to" : "circles/E",
- "_rev" : "_WpTAoE---_",
+ "_key" : "7648",
+ "_id" : "edges/7648",
+ "_from" : "circles/A",
+ "_to" : "circles/B",
+ "_rev" : "_WtcBFOK--M",
"theFalse" : false,
"theTruth" : true,
- "label" : "left_blub"
+ "label" : "left_bar"
+ },
+ {
+ "_key" : "7655",
+ "_id" : "edges/7655",
+ "_from" : "circles/C",
+ "_to" : "circles/D",
+ "_rev" : "_WtcBFOK--Q",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blorg"
+ },
+ {
+ "_key" : "7664",
+ "_id" : "edges/7664",
+ "_from" : "circles/A",
+ "_to" : "circles/G",
+ "_rev" : "_WtcBFOO--D",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_foo"
}
]
diff --git a/Documentation/Examples/GRAPHTRAV_99_drop_graph.generated b/Documentation/Examples/GRAPHTRAV_99_drop_graph.generated
index 1826232030..fd7a21f419 100644
--- a/Documentation/Examples/GRAPHTRAV_99_drop_graph.generated
+++ b/Documentation/Examples/GRAPHTRAV_99_drop_graph.generated
@@ -1,3 +1,2 @@
arangosh> var examples = require("@arangodb/graph-examples/example-graph.js");
arangosh> examples.dropGraph("traversalGraph");
-true
diff --git a/Documentation/Examples/HTML_01_routingCreateHtml.generated b/Documentation/Examples/HTML_01_routingCreateHtml.generated
index 69a754f6e7..cdfe97fd25 100644
--- a/Documentation/Examples/HTML_01_routingCreateHtml.generated
+++ b/Documentation/Examples/HTML_01_routingCreateHtml.generated
@@ -8,7 +8,7 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/7727",
- "_key" : "7727",
- "_rev" : "_WpTAoGC--_"
+ "_id" : "_routing/7894",
+ "_key" : "7894",
+ "_rev" : "_WtcBFVO--_"
}
diff --git a/Documentation/Examples/HTML_04_routingCreateMultiPath.generated b/Documentation/Examples/HTML_04_routingCreateMultiPath.generated
index af054ea256..d9d5077bb9 100644
--- a/Documentation/Examples/HTML_04_routingCreateMultiPath.generated
+++ b/Documentation/Examples/HTML_04_routingCreateMultiPath.generated
@@ -2,32 +2,32 @@ arangosh> db._routing.save({
........> url: { match: "/hello/world" },
........> content: { contentType: "text/plain", body: "Match No 1"} });
{
- "_id" : "_routing/7741",
- "_key" : "7741",
- "_rev" : "_WpTAoHy--_"
+ "_id" : "_routing/7908",
+ "_key" : "7908",
+ "_rev" : "_WtcBFX---_"
}
arangosh> db._routing.save({
........> url: { match: "/hello/:name", constraint: { name: "/[a-z]+/" } },
........> content: { contentType: "text/plain", body: "Match No 2"} });
{
- "_id" : "_routing/7745",
- "_key" : "7745",
- "_rev" : "_WpTAoHy--B"
+ "_id" : "_routing/7912",
+ "_key" : "7912",
+ "_rev" : "_WtcBFX---B"
}
arangosh> db._routing.save({
........> url: { match: "/:something/world" },
........> content: { contentType: "text/plain", body: "Match No 3"} });
{
- "_id" : "_routing/7748",
- "_key" : "7748",
- "_rev" : "_WpTAoHy--D"
+ "_id" : "_routing/7915",
+ "_key" : "7915",
+ "_rev" : "_WtcBFX---D"
}
arangosh> db._routing.save({
........> url: { match: "/hi/*" },
........> content: { contentType: "text/plain", body: "Match No 4"} });
{
- "_id" : "_routing/7751",
- "_key" : "7751",
- "_rev" : "_WpTAoH2--_"
+ "_id" : "_routing/7918",
+ "_key" : "7918",
+ "_rev" : "_WtcBFX---F"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/HttpGharialAddEdge.generated b/Documentation/Examples/HttpGharialAddEdge.generated
index c8f9eb16a4..1afced9491 100644
--- a/Documentation/Examples/HttpGharialAddEdge.generated
+++ b/Documentation/Examples/HttpGharialAddEdge.generated
@@ -9,14 +9,14 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAoO6--_
+etag: _WtcBFdi--_
{
"error" : false,
"edge" : {
- "_id" : "relation/7818",
- "_key" : "7818",
- "_rev" : "_WpTAoO6--_"
+ "_id" : "relation/7985",
+ "_key" : "7985",
+ "_rev" : "_WtcBFdi--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialAddEdgeCol.generated b/Documentation/Examples/HttpGharialAddEdgeCol.generated
index b7e696b9c9..d9bfd93727 100644
--- a/Documentation/Examples/HttpGharialAddEdgeCol.generated
+++ b/Documentation/Examples/HttpGharialAddEdgeCol.generated
@@ -14,7 +14,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAocm--_
+etag: _WtcBFge--_
{
"error" : false,
@@ -49,7 +49,7 @@ etag: _WpTAocm--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WpTAocm--_"
+ "_rev" : "_WtcBFge--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialAddVertex.generated b/Documentation/Examples/HttpGharialAddVertex.generated
index ca1f5f1b6c..279839f5d0 100644
--- a/Documentation/Examples/HttpGharialAddVertex.generated
+++ b/Documentation/Examples/HttpGharialAddVertex.generated
@@ -7,14 +7,14 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAovm--_
+etag: _WtcBFmS--_
{
"error" : false,
"vertex" : {
- "_id" : "male/7973",
- "_key" : "7973",
- "_rev" : "_WpTAovm--_"
+ "_id" : "male/8140",
+ "_key" : "8140",
+ "_rev" : "_WtcBFmS--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialAddVertexCol.generated b/Documentation/Examples/HttpGharialAddVertexCol.generated
index abc76136db..2619e8eeb3 100644
--- a/Documentation/Examples/HttpGharialAddVertexCol.generated
+++ b/Documentation/Examples/HttpGharialAddVertexCol.generated
@@ -7,7 +7,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAo2q--_
+etag: _WtcBFq---_
{
"error" : false,
@@ -34,7 +34,7 @@ etag: _WpTAo2q--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WpTAo2q--_"
+ "_rev" : "_WtcBFq---_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialCreate.generated b/Documentation/Examples/HttpGharialCreate.generated
index 416650e4c5..04ccb50a82 100644
--- a/Documentation/Examples/HttpGharialCreate.generated
+++ b/Documentation/Examples/HttpGharialCreate.generated
@@ -18,7 +18,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTApRC--_
+etag: _WtcBFuG--_
{
"error" : false,
@@ -41,7 +41,7 @@ etag: _WpTApRC--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/myGraph",
- "_rev" : "_WpTApRC--_"
+ "_rev" : "_WtcBFuG--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialCreate2.generated b/Documentation/Examples/HttpGharialCreate2.generated
index 0f7c39e3c7..4e85d3e9f9 100644
--- a/Documentation/Examples/HttpGharialCreate2.generated
+++ b/Documentation/Examples/HttpGharialCreate2.generated
@@ -23,7 +23,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTApkS--_
+etag: _WtcBFxe--_
{
"error" : false,
@@ -41,12 +41,12 @@ etag: _WpTApkS--_
}
],
"orphanCollections" : [ ],
- "isSmart" : false,
- "numberOfShards" : 0,
+ "isSmart" : true,
+ "numberOfShards" : 9,
"replicationFactor" : 1,
- "smartGraphAttribute" : "",
+ "smartGraphAttribute" : "region",
"_id" : "_graphs/myGraph",
- "_rev" : "_WpTApkS--_"
+ "_rev" : "_WtcBFxe--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialDeleteEdge.generated b/Documentation/Examples/HttpGharialDeleteEdge.generated
index a8e40184dc..bfe1f3ab34 100644
--- a/Documentation/Examples/HttpGharialDeleteEdge.generated
+++ b/Documentation/Examples/HttpGharialDeleteEdge.generated
@@ -1,4 +1,4 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/relation/8171
+shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/relation/8336
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated b/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
index 7caa863e66..492337c820 100644
--- a/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
+++ b/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
@@ -3,7 +3,7 @@ shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/re
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAqx6--_
+etag: _WtcBG-O--_
{
"error" : false,
@@ -19,7 +19,7 @@ etag: _WpTAqx6--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WpTAqx6--_"
+ "_rev" : "_WtcBG-O--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialGetEdge.generated b/Documentation/Examples/HttpGharialGetEdge.generated
index 92f23cba04..2873f3b32b 100644
--- a/Documentation/Examples/HttpGharialGetEdge.generated
+++ b/Documentation/Examples/HttpGharialGetEdge.generated
@@ -1,20 +1,20 @@
-shell> curl --dump - http://localhost:8529/_api/gharial/social/edge/relation/8447
+shell> curl --dump - http://localhost:8529/_api/gharial/social/edge/relation/8616
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTArEy--B
+etag: _WtcBGCK--J
{
"error" : false,
"edge" : {
- "_key" : "8447",
- "_id" : "relation/8447",
- "_from" : "female/alice",
- "_to" : "male/charly",
- "_rev" : "_WpTArEy--B",
+ "_key" : "8616",
+ "_id" : "relation/8616",
+ "_from" : "male/bob",
+ "_to" : "female/diana",
+ "_rev" : "_WtcBGCK--J",
"type" : "friend",
- "vertex" : "alice"
+ "vertex" : "bob"
},
"code" : 200
}
diff --git a/Documentation/Examples/HttpGharialGetGraph.generated b/Documentation/Examples/HttpGharialGetGraph.generated
index 271a6c5943..4f3c1b2203 100644
--- a/Documentation/Examples/HttpGharialGetGraph.generated
+++ b/Documentation/Examples/HttpGharialGetGraph.generated
@@ -3,7 +3,7 @@ shell> curl --dump - http://localhost:8529/_api/gharial/myGraph
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTArZC--_
+etag: _WtcBGFy--_
{
"error" : false,
@@ -26,7 +26,7 @@ etag: _WpTArZC--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/myGraph",
- "_rev" : "_WpTArZC--_"
+ "_rev" : "_WtcBGFy--_"
},
"code" : 200
}
diff --git a/Documentation/Examples/HttpGharialGetVertex.generated b/Documentation/Examples/HttpGharialGetVertex.generated
index 036ae41b39..d917ab173d 100644
--- a/Documentation/Examples/HttpGharialGetVertex.generated
+++ b/Documentation/Examples/HttpGharialGetVertex.generated
@@ -3,14 +3,14 @@ shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex/female/ali
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTArtS--_
+etag: _WtcBGJe--B
{
"error" : false,
"vertex" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTArtS--_",
+ "_rev" : "_WtcBGJe--B",
"name" : "Alice"
},
"code" : 200
diff --git a/Documentation/Examples/HttpGharialList.generated b/Documentation/Examples/HttpGharialList.generated
index dc89b34419..62d9aa3a73 100644
--- a/Documentation/Examples/HttpGharialList.generated
+++ b/Documentation/Examples/HttpGharialList.generated
@@ -10,7 +10,7 @@ x-content-type-options: nosniff
{
"_key" : "routeplanner",
"_id" : "_graphs/routeplanner",
- "_rev" : "_WpTAsKq--_",
+ "_rev" : "_WtcBGPu--_",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{
@@ -49,7 +49,7 @@ x-content-type-options: nosniff
{
"_key" : "social",
"_id" : "_graphs/social",
- "_rev" : "_WpTAr7K--_",
+ "_rev" : "_WtcBGNO--_",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{
diff --git a/Documentation/Examples/HttpGharialModifyVertex.generated b/Documentation/Examples/HttpGharialModifyVertex.generated
index 8112150bfc..bded57c297 100644
--- a/Documentation/Examples/HttpGharialModifyVertex.generated
+++ b/Documentation/Examples/HttpGharialModifyVertex.generated
@@ -7,15 +7,15 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAtcu--_
+etag: _WtcBGfG--_
{
"error" : false,
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
- "_rev" : "_WpTAtcu--_",
- "_oldRev" : "_WpTAtci--_"
+ "_rev" : "_WtcBGfG--_",
+ "_oldRev" : "_WtcBGey--B"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialPatchEdge.generated b/Documentation/Examples/HttpGharialPatchEdge.generated
index fba9d98a0d..c83e9a473a 100644
--- a/Documentation/Examples/HttpGharialPatchEdge.generated
+++ b/Documentation/Examples/HttpGharialPatchEdge.generated
@@ -1,4 +1,4 @@
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/9015 <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/9168 <<EOF
{
"since" : "01.01.2001"
}
@@ -7,15 +7,15 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAtw2--_
+etag: _WtcBGja--_
{
"error" : false,
"edge" : {
- "_id" : "relation/9015",
- "_key" : "9015",
- "_rev" : "_WpTAtw2--_",
- "_oldRev" : "_WpTAtwq--B"
+ "_id" : "relation/9168",
+ "_key" : "9168",
+ "_rev" : "_WtcBGja--_",
+ "_oldRev" : "_WtcBGjO--D"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialPutEdge.generated b/Documentation/Examples/HttpGharialPutEdge.generated
index 6e12356252..c8ee0dc146 100644
--- a/Documentation/Examples/HttpGharialPutEdge.generated
+++ b/Documentation/Examples/HttpGharialPutEdge.generated
@@ -1,4 +1,4 @@
-shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/9083 <<EOF
+shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/9246 <<EOF
{
"type" : "divorced",
"_from" : "female/alice",
@@ -9,15 +9,15 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAuDG--_
+etag: _WtcBGoW--_
{
"error" : false,
"edge" : {
- "_id" : "relation/9083",
- "_key" : "9083",
- "_rev" : "_WpTAuDG--_",
- "_oldRev" : "_WpTAuC6--B"
+ "_id" : "relation/9246",
+ "_key" : "9246",
+ "_rev" : "_WtcBGoW--_",
+ "_oldRev" : "_WtcBGoK--F"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialRemoveVertexCollection.generated b/Documentation/Examples/HttpGharialRemoveVertexCollection.generated
index 32178069a3..dafc1e515b 100644
--- a/Documentation/Examples/HttpGharialRemoveVertexCollection.generated
+++ b/Documentation/Examples/HttpGharialRemoveVertexCollection.generated
@@ -3,7 +3,7 @@ shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/vertex/
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAuZe--_
+etag: _WtcBGs2--_
{
"error" : false,
@@ -28,7 +28,7 @@ etag: _WpTAuZe--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WpTAuZe--_"
+ "_rev" : "_WtcBGs2--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialReplaceEdgeCol.generated b/Documentation/Examples/HttpGharialReplaceEdgeCol.generated
index f2da31c75f..4aa56017a4 100644
--- a/Documentation/Examples/HttpGharialReplaceEdgeCol.generated
+++ b/Documentation/Examples/HttpGharialReplaceEdgeCol.generated
@@ -17,7 +17,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAvFK--_
+etag: _WtcBG2K--_
{
"error" : false,
@@ -44,7 +44,7 @@ etag: _WpTAvFK--_
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WpTAvFK--_"
+ "_rev" : "_WtcBG2K--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/HttpGharialReplaceVertex.generated b/Documentation/Examples/HttpGharialReplaceVertex.generated
index a74a06d983..df153c235b 100644
--- a/Documentation/Examples/HttpGharialReplaceVertex.generated
+++ b/Documentation/Examples/HttpGharialReplaceVertex.generated
@@ -8,15 +8,15 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: _WpTAvai--_
+etag: _WtcBG7e--_
{
"error" : false,
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
- "_rev" : "_WpTAvai--_",
- "_oldRev" : "_WpTAvaK--_"
+ "_rev" : "_WtcBG7e--_",
+ "_oldRev" : "_WtcBG7G--_"
},
"code" : 202
}
diff --git a/Documentation/Examples/IndexHandle.generated b/Documentation/Examples/IndexHandle.generated
index e50a5a0136..78c149b0eb 100644
--- a/Documentation/Examples/IndexHandle.generated
+++ b/Documentation/Examples/IndexHandle.generated
@@ -5,7 +5,7 @@ arangosh> db.example.ensureIndex({ type: "a",
"b"
],
- "id" : "example/9406",
+ "id" : "example/9569",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -16,7 +16,7 @@ arangosh> var indexInfo = db.example.getInd
arangosh> indexInfo;
[
"example/0",
- "example/9406"
+ "example/9569"
]
arangosh> db._index(indexInfo[0])
{
@@ -37,7 +37,7 @@ arangosh> db._index(indexInfo[1])
"a",
"b"
],
- "id" : "example/9406",
+ "id" : "example/9569",
"sparse" : false,
"type" : "skiplist",
"unique" : false,
diff --git a/Documentation/Examples/IndexVerify.generated b/Documentation/Examples/IndexVerify.generated
index 4f4915b47e..e940e79af5 100644
--- a/Documentation/Examples/IndexVerify.generated
+++ b/Documentation/Examples/IndexVerify.generated
@@ -6,7 +6,7 @@ arangosh> db.example.ensureIndex({ type: "a",
"b"
],
- "id" : "example/9416",
+ "id" : "example/9579",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
diff --git a/Documentation/Examples/JSF_job_cancel.generated b/Documentation/Examples/JSF_job_cancel.generated
index c6cedbb9c2..d57c2e1c9a 100644
--- a/Documentation/Examples/JSF_job_cancel.generated
+++ b/Documentation/Examples/JSF_job_cancel.generated
@@ -6,7 +6,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857405
+x-arango-async-id: 152457098625910
content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_api/job/pending
@@ -16,9 +16,9 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
- "152345945857405"
+ "152457098625910"
]
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152345945857405/cancel
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152457098625910/cancel
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
@@ -34,5 +34,5 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
- "152345945857405"
+ "152457098625910"
]
diff --git a/Documentation/Examples/JSF_job_delete_01.generated b/Documentation/Examples/JSF_job_delete_01.generated
index 678dcd6b91..163cd34bf8 100644
--- a/Documentation/Examples/JSF_job_delete_01.generated
+++ b/Documentation/Examples/JSF_job_delete_01.generated
@@ -2,7 +2,7 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857414
+x-arango-async-id: 152457098625919
content-type: text/plain; charset=utf-8
shell> curl -X DELETE --dump - http://localhost:8529/_api/job/all
diff --git a/Documentation/Examples/JSF_job_delete_02.generated b/Documentation/Examples/JSF_job_delete_02.generated
index 4a4b7c49e8..6d91efdc34 100644
--- a/Documentation/Examples/JSF_job_delete_02.generated
+++ b/Documentation/Examples/JSF_job_delete_02.generated
@@ -2,7 +2,7 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857419
+x-arango-async-id: 152457098625924
content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_admin/time
@@ -12,11 +12,11 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "time" : 1523459475.4500413,
+ "time" : 1524570989.597087,
"error" : false,
"code" : 200
}
-shell> curl -X DELETE --dump - http://localhost:8529/_api/job/expired?stamp=1523459475.4500413
+shell> curl -X DELETE --dump - http://localhost:8529/_api/job/expired?stamp=1524570989.597087
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/JSF_job_delete_03.generated b/Documentation/Examples/JSF_job_delete_03.generated
index 20c7cd5a16..e2d39407bd 100644
--- a/Documentation/Examples/JSF_job_delete_03.generated
+++ b/Documentation/Examples/JSF_job_delete_03.generated
@@ -2,10 +2,10 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857428
+x-arango-async-id: 152457098625933
content-type: text/plain; charset=utf-8
-shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152345945857428
+shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152457098625933
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/JSF_job_fetch_result_03.generated b/Documentation/Examples/JSF_job_fetch_result_03.generated
index bc918e2c93..64a17690c3 100644
--- a/Documentation/Examples/JSF_job_fetch_result_03.generated
+++ b/Documentation/Examples/JSF_job_fetch_result_03.generated
@@ -2,18 +2,18 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857442
+x-arango-async-id: 152457098625947
content-type: text/plain; charset=utf-8
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152345945857442
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152457098625947
HTTP/1.1 200 OK
x-content-type-options: nosniff
-x-arango-async-id: 152345945857442
+x-arango-async-id: 152457098625947
content-type: application/json; charset=utf-8
{
"server" : "arango",
"version" : "3.3.7",
- "license" : "community"
+ "license" : "enterprise"
}
diff --git a/Documentation/Examples/JSF_job_fetch_result_04.generated b/Documentation/Examples/JSF_job_fetch_result_04.generated
index caae73abbc..b383beb41e 100644
--- a/Documentation/Examples/JSF_job_fetch_result_04.generated
+++ b/Documentation/Examples/JSF_job_fetch_result_04.generated
@@ -6,14 +6,14 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857447
+x-arango-async-id: 152457098625952
content-type: text/plain; charset=utf-8
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152345945857447
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152457098625952
HTTP/1.1 400 Bad Request
x-content-type-options: nosniff
-x-arango-async-id: 152345945857447
+x-arango-async-id: 152457098625952
content-type: application/json; charset=utf-8
{
diff --git a/Documentation/Examples/JSF_job_getByType_01.generated b/Documentation/Examples/JSF_job_getByType_01.generated
index aa00afb85c..b7c8403e29 100644
--- a/Documentation/Examples/JSF_job_getByType_01.generated
+++ b/Documentation/Examples/JSF_job_getByType_01.generated
@@ -2,7 +2,7 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857452
+x-arango-async-id: 152457098625957
content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_api/job/done
@@ -12,5 +12,5 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
- "152345945857452"
+ "152457098625957"
]
diff --git a/Documentation/Examples/JSF_job_getByType_02.generated b/Documentation/Examples/JSF_job_getByType_02.generated
index 2e3b184e9c..40b63e85fe 100644
--- a/Documentation/Examples/JSF_job_getByType_02.generated
+++ b/Documentation/Examples/JSF_job_getByType_02.generated
@@ -2,7 +2,7 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857457
+x-arango-async-id: 152457098625962
content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_api/job/pending
diff --git a/Documentation/Examples/JSF_job_getByType_03.generated b/Documentation/Examples/JSF_job_getByType_03.generated
index 3a71feacbc..57b1f025f2 100644
--- a/Documentation/Examples/JSF_job_getByType_03.generated
+++ b/Documentation/Examples/JSF_job_getByType_03.generated
@@ -11,7 +11,7 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857462
+x-arango-async-id: 152457098625967
content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_api/job/pending
@@ -21,9 +21,9 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
- "152345945857462"
+ "152457098625967"
]
-shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152345945857462
+shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152457098625967
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/JSF_job_getStatusById_01.generated b/Documentation/Examples/JSF_job_getStatusById_01.generated
index c917c5f58c..c5c08ed9ae 100644
--- a/Documentation/Examples/JSF_job_getStatusById_01.generated
+++ b/Documentation/Examples/JSF_job_getStatusById_01.generated
@@ -2,18 +2,18 @@ shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:85
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857469
+x-arango-async-id: 152457098625974
content-type: text/plain; charset=utf-8
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152345945857469
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152457098625974
HTTP/1.1 200 OK
x-content-type-options: nosniff
-x-arango-async-id: 152345945857469
+x-arango-async-id: 152457098625974
content-type: application/json; charset=utf-8
{
"server" : "arango",
"version" : "3.3.7",
- "license" : "community"
+ "license" : "enterprise"
}
diff --git a/Documentation/Examples/JSF_job_getStatusById_02.generated b/Documentation/Examples/JSF_job_getStatusById_02.generated
index ae598eaa9e..33610a0067 100644
--- a/Documentation/Examples/JSF_job_getStatusById_02.generated
+++ b/Documentation/Examples/JSF_job_getStatusById_02.generated
@@ -11,10 +11,10 @@ EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
-x-arango-async-id: 152345945857474
+x-arango-async-id: 152457098625979
content-type: text/plain; charset=utf-8
-shell> curl --dump - http://localhost:8529/_api/job/152345945857474
+shell> curl --dump - http://localhost:8529/_api/job/152457098625979
HTTP/1.1 204 No Content
content-type: text/plain; charset=utf-8
diff --git a/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated b/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated
index 3a0d524755..3a321f085b 100644
--- a/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated
+++ b/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated
@@ -6,8 +6,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9423",
- "_key" : "9423",
- "_rev" : "_WpTAw-u--_"
+ "_id" : "_routing/9586",
+ "_key" : "9586",
+ "_rev" : "_WtcBHBC--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated b/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated
index 0f27dc27c1..02eeaf9fa0 100644
--- a/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated
+++ b/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated
@@ -6,8 +6,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9438",
- "_key" : "9438",
- "_rev" : "_WpTAwV---_"
+ "_id" : "_routing/9601",
+ "_key" : "9601",
+ "_rev" : "_WtcBHWa--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated b/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated
index 5984c9a0bd..3da7d8450c 100644
--- a/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated
+++ b/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated
@@ -5,7 +5,7 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9452",
- "_key" : "9452",
- "_rev" : "_WpTAwWe--_"
+ "_id" : "_routing/9615",
+ "_key" : "9615",
+ "_rev" : "_WtcBHXe--B"
}
diff --git a/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated b/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated
index 7d2a354554..d80632fa11 100644
--- a/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated
+++ b/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated
@@ -8,12 +8,12 @@ arangosh> arango.GET("/hello/echo")
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
diff --git a/Documentation/Examples/JSON_09_routingCreateEchoController.generated b/Documentation/Examples/JSON_09_routingCreateEchoController.generated
index eb7decdc5e..b7f1bf991b 100644
--- a/Documentation/Examples/JSON_09_routingCreateEchoController.generated
+++ b/Documentation/Examples/JSON_09_routingCreateEchoController.generated
@@ -5,7 +5,7 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9466",
- "_key" : "9466",
- "_rev" : "_WpTAwXu--_"
+ "_id" : "_routing/9629",
+ "_key" : "9629",
+ "_rev" : "_WtcBHYi--B"
}
diff --git a/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated b/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated
index 7d2a354554..d80632fa11 100644
--- a/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated
+++ b/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated
@@ -8,12 +8,12 @@ arangosh> arango.GET("/hello/echo")
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
diff --git a/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated b/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated
index c6dc155a78..6c26170a81 100644
--- a/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated
+++ b/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated
@@ -5,7 +5,7 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9480",
- "_key" : "9480",
- "_rev" : "_WpTAwYy--_"
+ "_id" : "_routing/9643",
+ "_key" : "9643",
+ "_rev" : "_WtcBHZi--_"
}
diff --git a/Documentation/Examples/JSON_13_routingCreateEchoAction.generated b/Documentation/Examples/JSON_13_routingCreateEchoAction.generated
index abd91f6eeb..c4e63df185 100644
--- a/Documentation/Examples/JSON_13_routingCreateEchoAction.generated
+++ b/Documentation/Examples/JSON_13_routingCreateEchoAction.generated
@@ -5,7 +5,7 @@ arangosh> db._routing.save({
........> }
........> })
{
- "_id" : "_routing/9494",
- "_key" : "9494",
- "_rev" : "_WpTAwaG--_"
+ "_id" : "_routing/9657",
+ "_key" : "9657",
+ "_rev" : "_WtcBHaa--_"
}
diff --git a/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated b/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated
index e9d88386e2..66a1836022 100644
--- a/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated
+++ b/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated
@@ -8,7 +8,7 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9504",
- "_key" : "9504",
- "_rev" : "_WpTAwb---_"
+ "_id" : "_routing/9667",
+ "_key" : "9667",
+ "_rev" : "_WtcBHba---"
}
diff --git a/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated b/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated
index 7107926ea1..66c95c0e56 100644
--- a/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated
+++ b/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated
@@ -8,12 +8,12 @@ arangosh> arango.GET("/echo")
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
diff --git a/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated b/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated
index da3b8be529..4a5731773c 100644
--- a/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated
+++ b/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated
@@ -8,7 +8,7 @@ arangosh> db._modules.save({
........> "};"
........> });
{
- "_id" : "_modules/9518",
- "_key" : "9518",
- "_rev" : "_WpTAwb6--_"
+ "_id" : "_modules/9681",
+ "_key" : "9681",
+ "_rev" : "_WtcBHce--_"
}
diff --git a/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated b/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated
index 15da473a4f..57c7099342 100644
--- a/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated
+++ b/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated
@@ -5,8 +5,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9522",
- "_key" : "9522",
- "_rev" : "_WpTAwc---_"
+ "_id" : "_routing/9685",
+ "_key" : "9685",
+ "_rev" : "_WtcBHci--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_06a_routingRedirect.generated b/Documentation/Examples/MOD_06a_routingRedirect.generated
index dcd7427083..fe7b7bd111 100644
--- a/Documentation/Examples/MOD_06a_routingRedirect.generated
+++ b/Documentation/Examples/MOD_06a_routingRedirect.generated
@@ -9,8 +9,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9543",
- "_key" : "9543",
- "_rev" : "_WpTAwd---_"
+ "_id" : "_routing/9706",
+ "_key" : "9706",
+ "_rev" : "_WtcBHde--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_06b_routingCurlRedirect.generated b/Documentation/Examples/MOD_06b_routingCurlRedirect.generated
index c42e03a550..deb24457e0 100644
--- a/Documentation/Examples/MOD_06b_routingCurlRedirect.generated
+++ b/Documentation/Examples/MOD_06b_routingCurlRedirect.generated
@@ -1,8 +1,8 @@
shell> curl --dump - http://localhost:8529/redirectMe
HTTP/1.1 301 Moved Permanently
-content-type: text/html
x-content-type-options: nosniff
+content-type: text/html
location: /somewhere.else/
"<html><head><title>Moved</title></head><body><h1>Moved</h1><p>This page has moved to <a href=\"/somewhere.else/\">/somewhere.else/</a>.</p></body></html>"
diff --git a/Documentation/Examples/MOD_07a_routingMulti.generated b/Documentation/Examples/MOD_07a_routingMulti.generated
index 81ab96eeff..b66d3e15a7 100644
--- a/Documentation/Examples/MOD_07a_routingMulti.generated
+++ b/Documentation/Examples/MOD_07a_routingMulti.generated
@@ -15,8 +15,8 @@ arangosh> db._routing.save({
........> ]
........> });
{
- "_id" : "_routing/9557",
- "_key" : "9557",
- "_rev" : "_WpTAweC--_"
+ "_id" : "_routing/9720",
+ "_key" : "9720",
+ "_rev" : "_WtcBHe2--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_07c_routingMulti.generated b/Documentation/Examples/MOD_07c_routingMulti.generated
index 914d5179df..6f7896776a 100644
--- a/Documentation/Examples/MOD_07c_routingMulti.generated
+++ b/Documentation/Examples/MOD_07c_routingMulti.generated
@@ -16,8 +16,8 @@ arangosh> db._routing.save({
........> ]
........> });
{
- "_id" : "_routing/9571",
- "_key" : "9571",
- "_rev" : "_WpTAwe2--_"
+ "_id" : "_routing/9734",
+ "_key" : "9734",
+ "_rev" : "_WtcBHfu--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated b/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated
index 00181c9a45..ff25c1a099 100644
--- a/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated
+++ b/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated
@@ -9,7 +9,7 @@ arangosh> db._modules.save({
........> "};"
........> });
{
- "_id" : "_modules/9585",
- "_key" : "9585",
- "_rev" : "_WpTAwg---_"
+ "_id" : "_modules/9748",
+ "_key" : "9748",
+ "_rev" : "_WtcBHhS--_"
}
diff --git a/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated b/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated
index 930861a4f0..2629bb3f02 100644
--- a/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated
+++ b/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated
@@ -11,7 +11,7 @@ arangosh> db._routing.save({
........> ]
........> });
{
- "_id" : "_routing/9589",
- "_key" : "9589",
- "_rev" : "_WpTAwgC--_"
+ "_id" : "_routing/9752",
+ "_key" : "9752",
+ "_rev" : "_WtcBHha--_"
}
diff --git a/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated b/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated
index 9b309e91ac..95ff3fdc78 100644
--- a/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated
+++ b/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated
@@ -5,9 +5,9 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9593",
- "_key" : "9593",
- "_rev" : "_WpTAwgC--B"
+ "_id" : "_routing/9756",
+ "_key" : "9756",
+ "_rev" : "_WtcBHhe--_"
}
arangosh> db._routing.save({
........> url: "/subdirectory/ourtest/2",
@@ -16,9 +16,9 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9596",
- "_key" : "9596",
- "_rev" : "_WpTAwgG--_"
+ "_id" : "_routing/9759",
+ "_key" : "9759",
+ "_rev" : "_WtcBHhe--B"
}
arangosh> db._routing.save({
........> url: "/subdirectory/ourtest/3",
@@ -27,8 +27,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9599",
- "_key" : "9599",
- "_rev" : "_WpTAwgG--B"
+ "_id" : "_routing/9762",
+ "_key" : "9762",
+ "_rev" : "_WtcBHhe--D"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated b/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated
index 34fd39e501..6e158f03c0 100644
--- a/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated
+++ b/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated
@@ -13,12 +13,12 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
@@ -55,12 +55,12 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
@@ -97,12 +97,12 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
diff --git a/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated b/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated
index 087a920843..3a12b1dca6 100644
--- a/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated
+++ b/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated
@@ -8,8 +8,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/9634",
- "_key" : "9634",
- "_rev" : "_WpTAwhS--_"
+ "_id" : "_routing/9797",
+ "_key" : "9797",
+ "_rev" : "_WtcBHj---_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated b/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated
index 30938fb795..b16879d602 100644
--- a/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated
+++ b/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated
@@ -13,12 +13,12 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
@@ -57,12 +57,12 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
@@ -103,12 +103,12 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 24485
+ "port" : 19080
},
"client" : {
"address" : "127.0.0.1",
- "port" : 58504,
- "id" : "152345945855085"
+ "port" : 39260,
+ "id" : "152457098622605"
},
"internals" : {
},
diff --git a/Documentation/Examples/QUERY_02_listQueries.generated b/Documentation/Examples/QUERY_02_listQueries.generated
index ab01503d5a..aa24e87f7d 100644
--- a/Documentation/Examples/QUERY_02_listQueries.generated
+++ b/Documentation/Examples/QUERY_02_listQueries.generated
@@ -8,7 +8,7 @@ arangosh> tasks.register({
{
"id" : "mytask-1",
"name" : "this is a sample task to spawn a slow aql query",
- "created" : 1523459476.0458703,
+ "created" : 1524570990.1812372,
"type" : "timed",
"offset" : 0,
"command" : "(function (params) { require('@arangodb').db._query('FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong'); } )(params);",
@@ -18,12 +18,12 @@ arangosh> tasks.register({
arangosh> queries.current();
[
{
- "id" : "258",
+ "id" : "261",
"query" : "FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong",
"bindVars" : {
},
- "started" : "2018-04-11T15:11:16Z",
- "runTime" : 1.0297198295593262,
+ "started" : "2018-04-24T11:56:30Z",
+ "runTime" : 1.0308616161346436,
"state" : "executing"
}
]
diff --git a/Documentation/Examples/RestAdminStatistics1.generated b/Documentation/Examples/RestAdminStatistics1.generated
index fc824d6579..0c19e9b6a2 100644
--- a/Documentation/Examples/RestAdminStatistics1.generated
+++ b/Documentation/Examples/RestAdminStatistics1.generated
@@ -5,17 +5,17 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "time" : 1523459477.0926483,
+ "time" : 1524570991.2238872,
"enabled" : true,
"system" : {
- "minorPageFaults" : 75312,
- "majorPageFaults" : 301,
- "userTime" : 2.34,
- "systemTime" : 0.61,
- "numberOfThreads" : 48,
- "residentSize" : 426283008,
- "residentSizePercent" : 0.02553000774930044,
- "virtualSize" : 3198951424
+ "minorPageFaults" : 75346,
+ "majorPageFaults" : 3,
+ "userTime" : 2.25,
+ "systemTime" : 0.45,
+ "numberOfThreads" : 47,
+ "residentSize" : 430641152,
+ "residentSizePercent" : 0.02579101615921709,
+ "virtualSize" : 3244896256
},
"client" : {
"httpConnections" : 1,
@@ -30,23 +30,23 @@ x-content-type-options: nosniff
]
},
"totalTime" : {
- "sum" : 12.710941791534424,
- "count" : 4068,
+ "sum" : 2.490778923034668,
+ "count" : 4168,
"counts" : [
- 3834,
- 142,
+ 4085,
81,
- 10,
+ 1,
+ 0,
1,
0,
0
]
},
"requestTime" : {
- "sum" : 0.030755043029785156,
- "count" : 4068,
+ "sum" : 0.03073740005493164,
+ "count" : 4168,
"counts" : [
- 4067,
+ 4167,
1,
0,
0,
@@ -56,7 +56,7 @@ x-content-type-options: nosniff
]
},
"queueTime" : {
- "sum" : 0.0002491474151611328,
+ "sum" : 0.00021719932556152344,
"count" : 9,
"counts" : [
9,
@@ -69,36 +69,36 @@ x-content-type-options: nosniff
]
},
"ioTime" : {
- "sum" : 12.679937601089478,
- "count" : 4068,
+ "sum" : 2.459824323654175,
+ "count" : 4168,
"counts" : [
- 3835,
- 141,
- 81,
- 10,
+ 4086,
+ 80,
+ 1,
+ 0,
1,
0,
0
]
},
"bytesSent" : {
- "sum" : 1824459,
- "count" : 4068,
+ "sum" : 1871286,
+ "count" : 4168,
"counts" : [
- 310,
- 3404,
- 335,
+ 317,
+ 3490,
+ 342,
19,
0,
0
]
},
"bytesReceived" : {
- "sum" : 877945,
- "count" : 4068,
+ "sum" : 900031,
+ "count" : 4168,
"counts" : [
- 3754,
- 314,
+ 3832,
+ 336,
0,
0,
0,
@@ -107,19 +107,19 @@ x-content-type-options: nosniff
}
},
"http" : {
- "requestsTotal" : 4068,
+ "requestsTotal" : 4168,
"requestsAsync" : 9,
- "requestsGet" : 1046,
+ "requestsGet" : 1088,
"requestsHead" : 0,
- "requestsPost" : 2801,
- "requestsPut" : 70,
+ "requestsPost" : 2851,
+ "requestsPut" : 72,
"requestsPatch" : 3,
- "requestsDelete" : 148,
+ "requestsDelete" : 154,
"requestsOptions" : 0,
"requestsOther" : 0
},
"server" : {
- "uptime" : 18.46900200843811,
+ "uptime" : 4.969686269760132,
"physicalMemory" : 16697331712,
"v8Context" : {
"available" : 4,
@@ -129,10 +129,10 @@ x-content-type-options: nosniff
"max" : 16
},
"threads" : {
- "running" : 8,
+ "running" : 6,
"working" : 4,
"blocked" : 0,
- "queued" : 4
+ "queued" : 2
}
},
"error" : false,
diff --git a/Documentation/Examples/RestBatchMultipartHeader.generated b/Documentation/Examples/RestBatchMultipartHeader.generated
index 8fe43c7cfe..79923c97c3 100644
--- a/Documentation/Examples/RestBatchMultipartHeader.generated
+++ b/Documentation/Examples/RestBatchMultipartHeader.generated
@@ -39,4 +39,4 @@ x-content-type-options: nosniff
content-type: multipart/form-data; boundary=SomeBoundaryValue
x-arango-errors: 1
-"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId1\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 59\r\n\r\n{\"server\":\"arango\",\"version\":\"3.3.7\",\"license\":\"community\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId2\r\n\r\nHTTP/1.1 404 Not Found\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 79\r\n\r\n{\"error\":true,\"errorMessage\":\"collection not found\",\"code\":404,\"errorNum\":1203}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: someId\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 324\r\n\r\n{\"code\":200,\"error\":false,\"status\":3,\"statusString\":\"loaded\",\"name\":\"products\",\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0},\"type\":2,\"indexBuckets\":8,\"globallyUniqueId\":\"h434E894C5AEC/9675\",\"doCompact\":true,\"waitForSync\":false,\"id\":\"9675\",\"isSystem\":false,\"journalSize\":33554432,\"isVolatile\":false}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: nextId\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nLocation: /_api/collection/products/figures\r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 831\r\n\r\n{\"code\":200,\"error\":false,\"statusString\":\"loaded\",\"name\":\"products\",\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0},\"journalSize\":33554432,\"isVolatile\":false,\"isSystem\":false,\"status\":3,\"count\":0,\"figures\":{\"indexes\":{\"count\":1,\"size\":32128},\"documentReferences\":0,\"waitingFor\":\"-\",\"alive\":{\"count\":0,\"size\":0},\"dead\":{\"count\":0,\"size\":0,\"deletion\":0},\"compactionStatus\":{\"message\":\"compaction not yet started\",\"time\":\"2018-04-11T15:11:17Z\",\"count\":0,\"filesCombined\":0,\"bytesRead\":0,\"bytesWritten\":0},\"datafiles\":{\"count\":0,\"fileSize\":0},\"journals\":{\"count\":0,\"fileSize\":0},\"compactors\":{\"count\":0,\"fileSize\":0},\"revisions\":{\"count\":0,\"size\":48192},\"lastTick\":0,\"uncollectedLogfileEntries\":0},\"doCompact\":true,\"globallyUniqueId\":\"h434E894C5AEC/9675\",\"type\":2,\"indexBuckets\":8,\"waitForSync\":false,\"id\":\"9675\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: otherId\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 38\r\n\r\n{\"code\":200,\"error\":false,\"id\":\"9675\"}\r\n--SomeBoundaryValue--"
+"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId1\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 60\r\n\r\n{\"server\":\"arango\",\"version\":\"3.3.7\",\"license\":\"enterprise\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId2\r\n\r\nHTTP/1.1 404 Not Found\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 79\r\n\r\n{\"error\":true,\"errorMessage\":\"collection not found\",\"code\":404,\"errorNum\":1203}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: someId\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 324\r\n\r\n{\"code\":200,\"error\":false,\"status\":3,\"statusString\":\"loaded\",\"name\":\"products\",\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0},\"type\":2,\"indexBuckets\":8,\"globallyUniqueId\":\"hD27925D8CC31/9838\",\"doCompact\":true,\"waitForSync\":false,\"id\":\"9838\",\"isSystem\":false,\"journalSize\":33554432,\"isVolatile\":false}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: nextId\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nLocation: /_api/collection/products/figures\r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 831\r\n\r\n{\"code\":200,\"error\":false,\"statusString\":\"loaded\",\"name\":\"products\",\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0},\"journalSize\":33554432,\"isVolatile\":false,\"isSystem\":false,\"status\":3,\"count\":0,\"figures\":{\"indexes\":{\"count\":1,\"size\":32128},\"documentReferences\":0,\"waitingFor\":\"-\",\"alive\":{\"count\":0,\"size\":0},\"dead\":{\"count\":0,\"size\":0,\"deletion\":0},\"compactionStatus\":{\"message\":\"compaction not yet started\",\"time\":\"2018-04-24T11:56:31Z\",\"count\":0,\"filesCombined\":0,\"bytesRead\":0,\"bytesWritten\":0},\"datafiles\":{\"count\":0,\"fileSize\":0},\"journals\":{\"count\":0,\"fileSize\":0},\"compactors\":{\"count\":0,\"fileSize\":0},\"revisions\":{\"count\":0,\"size\":48192},\"lastTick\":0,\"uncollectedLogfileEntries\":0},\"doCompact\":true,\"globallyUniqueId\":\"hD27925D8CC31/9838\",\"type\":2,\"indexBuckets\":8,\"waitForSync\":false,\"id\":\"9838\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: otherId\r\n\r\nHTTP/1.1 200 OK\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 38\r\n\r\n{\"code\":200,\"error\":false,\"id\":\"9838\"}\r\n--SomeBoundaryValue--"
diff --git a/Documentation/Examples/RestCollectionCreateCollection.generated b/Documentation/Examples/RestCollectionCreateCollection.generated
index 7eaa19fef6..b1ad0ac9b6 100644
--- a/Documentation/Examples/RestCollectionCreateCollection.generated
+++ b/Documentation/Examples/RestCollectionCreateCollection.generated
@@ -21,10 +21,10 @@ x-content-type-options: nosniff
},
"type" : 2,
"indexBuckets" : 8,
- "globallyUniqueId" : "h434E894C5AEC/9681",
+ "globallyUniqueId" : "hD27925D8CC31/9844",
"doCompact" : true,
"waitForSync" : false,
- "id" : "9681",
+ "id" : "9844",
"isSystem" : false,
"journalSize" : 33554432,
"isVolatile" : false
@@ -53,10 +53,10 @@ x-content-type-options: nosniff
},
"type" : 3,
"indexBuckets" : 8,
- "globallyUniqueId" : "h434E894C5AEC/9684",
+ "globallyUniqueId" : "hD27925D8CC31/9847",
"doCompact" : true,
"waitForSync" : false,
- "id" : "9684",
+ "id" : "9847",
"isSystem" : false,
"journalSize" : 33554432,
"isVolatile" : false
diff --git a/Documentation/Examples/RestCollectionCreateKeyopt.generated b/Documentation/Examples/RestCollectionCreateKeyopt.generated
index ac9d9f3f39..ea1842a0f4 100644
--- a/Documentation/Examples/RestCollectionCreateKeyopt.generated
+++ b/Documentation/Examples/RestCollectionCreateKeyopt.generated
@@ -28,10 +28,10 @@ x-content-type-options: nosniff
},
"type" : 2,
"indexBuckets" : 8,
- "globallyUniqueId" : "h434E894C5AEC/9689",
+ "globallyUniqueId" : "hD27925D8CC31/9852",
"doCompact" : true,
"waitForSync" : false,
- "id" : "9689",
+ "id" : "9852",
"isSystem" : false,
"journalSize" : 33554432,
"isVolatile" : false
diff --git a/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated b/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
index 3e4ce213b1..a763756e2f 100644
--- a/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
+++ b/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
@@ -1,4 +1,4 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/collection/9693
+shell> curl -X DELETE --dump - http://localhost:8529/_api/collection/9856
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"code" : 200,
"error" : false,
- "id" : "9693"
+ "id" : "9856"
}
diff --git a/Documentation/Examples/RestCollectionDeleteCollectionName.generated b/Documentation/Examples/RestCollectionDeleteCollectionName.generated
index 3a95973e15..32bf278819 100644
--- a/Documentation/Examples/RestCollectionDeleteCollectionName.generated
+++ b/Documentation/Examples/RestCollectionDeleteCollectionName.generated
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"code" : 200,
"error" : false,
- "id" : "9697"
+ "id" : "9860"
}
diff --git a/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated b/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated
index ebac552250..d6d77e5fc5 100644
--- a/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated
+++ b/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"code" : 200,
"error" : false,
- "id" : "9701"
+ "id" : "9864"
}
diff --git a/Documentation/Examples/RestCollectionGetAllCollections.generated b/Documentation/Examples/RestCollectionGetAllCollections.generated
index 0427f0de0a..49c0ae2d49 100644
--- a/Documentation/Examples/RestCollectionGetAllCollections.generated
+++ b/Documentation/Examples/RestCollectionGetAllCollections.generated
@@ -32,6 +32,14 @@ x-content-type-options: nosniff
"isSystem" : true,
"globallyUniqueId" : "_queues"
},
+ {
+ "id" : "96",
+ "name" : "animals",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : false,
+ "globallyUniqueId" : "hD27925D8CC31/96"
+ },
{
"id" : "26",
"name" : "_aqlfunctions",
@@ -40,14 +48,6 @@ x-content-type-options: nosniff
"isSystem" : true,
"globallyUniqueId" : "_aqlfunctions"
},
- {
- "id" : "2",
- "name" : "_graphs",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_graphs"
- },
{
"id" : "60",
"name" : "_appbundles",
@@ -56,6 +56,14 @@ x-content-type-options: nosniff
"isSystem" : true,
"globallyUniqueId" : "_appbundles"
},
+ {
+ "id" : "2",
+ "name" : "_graphs",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_graphs"
+ },
{
"id" : "13",
"name" : "_routing",
@@ -72,14 +80,6 @@ x-content-type-options: nosniff
"isSystem" : true,
"globallyUniqueId" : "_jobs"
},
- {
- "id" : "98",
- "name" : "animals",
- "status" : 3,
- "type" : 2,
- "isSystem" : false,
- "globallyUniqueId" : "h434E894C5AEC/98"
- },
{
"id" : "43",
"name" : "_frontend",
@@ -121,12 +121,12 @@ x-content-type-options: nosniff
"globallyUniqueId" : "_apps"
},
{
- "id" : "92",
+ "id" : "90",
"name" : "demo",
"status" : 3,
"type" : 2,
"isSystem" : false,
- "globallyUniqueId" : "h434E894C5AEC/92"
+ "globallyUniqueId" : "hD27925D8CC31/90"
}
]
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionChecksum.generated b/Documentation/Examples/RestCollectionGetCollectionChecksum.generated
index b15547b256..15d62c979f 100644
--- a/Documentation/Examples/RestCollectionGetCollectionChecksum.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionChecksum.generated
@@ -8,12 +8,12 @@ location: /_api/collection/products/checksum
{
"code" : 200,
"error" : false,
- "globallyUniqueId" : "h434E894C5AEC/9705",
+ "globallyUniqueId" : "hD27925D8CC31/9868",
"isSystem" : false,
- "revision" : "_WpTAyLG--_",
+ "revision" : "_WtcBIr2--_",
"type" : 2,
- "checksum" : "11230557350547643399",
- "id" : "9705",
+ "checksum" : "12403436753945533393",
+ "id" : "9868",
"name" : "products",
"status" : 3
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated b/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
index c6a96bb6a0..cd315dfeef 100644
--- a/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
@@ -8,12 +8,12 @@ location: /_api/collection/products/checksum
{
"code" : 200,
"error" : false,
- "globallyUniqueId" : "h434E894C5AEC/9714",
+ "globallyUniqueId" : "hD27925D8CC31/9877",
"isSystem" : false,
- "revision" : "_WpTAyOm--_",
+ "revision" : "_WtcBIsW--_",
"type" : 2,
- "checksum" : "3405676642512483838",
- "id" : "9714",
+ "checksum" : "3005934938509971167",
+ "id" : "9877",
"name" : "products",
"status" : 3
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionCount.generated b/Documentation/Examples/RestCollectionGetCollectionCount.generated
index b39ea0dfe0..645514b2c0 100644
--- a/Documentation/Examples/RestCollectionGetCollectionCount.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionCount.generated
@@ -13,17 +13,17 @@ location: /_api/collection/products/count
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 10025
+ "lastValue" : 10188
},
"journalSize" : 33554432,
"isVolatile" : false,
"status" : 3,
"count" : 100,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/9723",
+ "globallyUniqueId" : "hD27925D8CC31/9886",
"type" : 2,
"indexBuckets" : 8,
"waitForSync" : true,
- "id" : "9723",
+ "id" : "9886",
"isSystem" : false
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionFigures.generated b/Documentation/Examples/RestCollectionGetCollectionFigures.generated
index e508b776d3..19d53c8f3c 100644
--- a/Documentation/Examples/RestCollectionGetCollectionFigures.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionFigures.generated
@@ -13,7 +13,7 @@ location: /_api/collection/products/figures
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 10034
+ "lastValue" : 10197
},
"journalSize" : 33554432,
"isVolatile" : false,
@@ -25,11 +25,11 @@ location: /_api/collection/products/figures
"count" : 1,
"size" : 32128
},
- "documentReferences" : 1,
- "waitingFor" : "document-reference",
+ "documentReferences" : 0,
+ "waitingFor" : "-",
"alive" : {
- "count" : 0,
- "size" : 0
+ "count" : 1,
+ "size" : 72
},
"dead" : {
"count" : 0,
@@ -37,8 +37,8 @@ location: /_api/collection/products/figures
"deletion" : 0
},
"compactionStatus" : {
- "message" : "compaction not yet started",
- "time" : "2018-04-11T15:11:18Z",
+ "message" : "skipped compaction because collection has no datafiles",
+ "time" : "2018-04-24T11:56:32Z",
"count" : 0,
"filesCombined" : 0,
"bytesRead" : 0,
@@ -60,13 +60,13 @@ location: /_api/collection/products/figures
"count" : 1,
"size" : 48192
},
- "lastTick" : 10036,
- "uncollectedLogfileEntries" : 1
+ "lastTick" : 10199,
+ "uncollectedLogfileEntries" : 0
},
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/10030",
+ "globallyUniqueId" : "hD27925D8CC31/10193",
"type" : 2,
"indexBuckets" : 8,
"waitForSync" : false,
- "id" : "10030"
+ "id" : "10193"
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated b/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
index a0435b82ea..916d06e4a4 100644
--- a/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
@@ -1,9 +1,9 @@
-shell> curl --dump - http://localhost:8529/_api/collection/10052/properties
+shell> curl --dump - http://localhost:8529/_api/collection/10215/properties
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-location: /_api/collection/10052/properties
+location: /_api/collection/10215/properties
{
"code" : 200,
@@ -18,10 +18,10 @@ location: /_api/collection/"type" : 2,
"indexBuckets" : 8,
- "globallyUniqueId" : "h434E894C5AEC/10052",
+ "globallyUniqueId" : "hD27925D8CC31/10215",
"doCompact" : true,
"waitForSync" : true,
- "id" : "10052",
+ "id" : "10215",
"isSystem" : false,
"journalSize" : 33554432,
"isVolatile" : false
diff --git a/Documentation/Examples/RestCollectionGetCollectionName.generated b/Documentation/Examples/RestCollectionGetCollectionName.generated
index 34ec6d7f4d..00c0ac3026 100644
--- a/Documentation/Examples/RestCollectionGetCollectionName.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionName.generated
@@ -18,10 +18,10 @@ location: /_api/collection/products/properties
},
"type" : 2,
"indexBuckets" : 8,
- "globallyUniqueId" : "h434E894C5AEC/10057",
+ "globallyUniqueId" : "hD27925D8CC31/10220",
"doCompact" : true,
"waitForSync" : true,
- "id" : "10057",
+ "id" : "10220",
"isSystem" : false,
"journalSize" : 33554432,
"isVolatile" : false
diff --git a/Documentation/Examples/RestCollectionGetCollectionRevision.generated b/Documentation/Examples/RestCollectionGetCollectionRevision.generated
index 1dab6130cb..ec0dbc9bd0 100644
--- a/Documentation/Examples/RestCollectionGetCollectionRevision.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionRevision.generated
@@ -12,7 +12,7 @@ location: /_api/collection/products/revision
"isVolatile" : false,
"isSystem" : false,
"waitForSync" : false,
- "id" : "10062",
+ "id" : "10225",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
@@ -23,7 +23,7 @@ location: /_api/collection/products/revision
"type" : 2,
"statusString" : "loaded",
"name" : "products",
- "globallyUniqueId" : "h434E894C5AEC/10062",
+ "globallyUniqueId" : "hD27925D8CC31/10225",
"doCompact" : true,
"status" : 3
}
diff --git a/Documentation/Examples/RestCollectionIdentifierLoad.generated b/Documentation/Examples/RestCollectionIdentifierLoad.generated
index 7ed170345c..443b96359f 100644
--- a/Documentation/Examples/RestCollectionIdentifierLoad.generated
+++ b/Documentation/Examples/RestCollectionIdentifierLoad.generated
@@ -9,10 +9,10 @@ location: /_api/collection/products/load
"code" : 200,
"error" : false,
"type" : 2,
- "globallyUniqueId" : "h434E894C5AEC/10068",
+ "globallyUniqueId" : "hD27925D8CC31/10231",
"count" : 0,
"status" : 3,
- "id" : "10068",
+ "id" : "10231",
"isSystem" : false,
"name" : "products"
}
diff --git a/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated b/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
index 4d305b3829..9bf38cc6aa 100644
--- a/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
+++ b/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
@@ -22,10 +22,10 @@ location: /_api/collection/products/properties
},
"type" : 2,
"indexBuckets" : 8,
- "globallyUniqueId" : "h434E894C5AEC/10079",
+ "globallyUniqueId" : "hD27925D8CC31/10242",
"doCompact" : true,
"waitForSync" : true,
- "id" : "10079",
+ "id" : "10242",
"isSystem" : false,
"journalSize" : 33554432,
"isVolatile" : false
diff --git a/Documentation/Examples/RestCollectionIdentifierRename.generated b/Documentation/Examples/RestCollectionIdentifierRename.generated
index d489942623..feb113597f 100644
--- a/Documentation/Examples/RestCollectionIdentifierRename.generated
+++ b/Documentation/Examples/RestCollectionIdentifierRename.generated
@@ -15,7 +15,7 @@ location: /_api/collection/products1/rename
"status" : 3,
"name" : "newname",
"type" : 2,
- "globallyUniqueId" : "h434E894C5AEC/10086",
+ "globallyUniqueId" : "hD27925D8CC31/10249",
"isSystem" : false,
- "id" : "10086"
+ "id" : "10249"
}
diff --git a/Documentation/Examples/RestCollectionIdentifierTruncate.generated b/Documentation/Examples/RestCollectionIdentifierTruncate.generated
index 9c643006f4..f36737cbfe 100644
--- a/Documentation/Examples/RestCollectionIdentifierTruncate.generated
+++ b/Documentation/Examples/RestCollectionIdentifierTruncate.generated
@@ -11,7 +11,7 @@ location: /_api/collection/products/truncate
"status" : 3,
"name" : "products",
"type" : 2,
- "globallyUniqueId" : "h434E894C5AEC/10092",
+ "globallyUniqueId" : "hD27925D8CC31/10255",
"isSystem" : false,
- "id" : "10092"
+ "id" : "10255"
}
diff --git a/Documentation/Examples/RestCollectionIdentifierUnload.generated b/Documentation/Examples/RestCollectionIdentifierUnload.generated
index f4567bcd90..f9cb4d0e74 100644
--- a/Documentation/Examples/RestCollectionIdentifierUnload.generated
+++ b/Documentation/Examples/RestCollectionIdentifierUnload.generated
@@ -11,7 +11,7 @@ location: /_api/collection/products/unload
"status" : 4,
"name" : "products",
"type" : 2,
- "globallyUniqueId" : "h434E894C5AEC/10097",
+ "globallyUniqueId" : "hD27925D8CC31/10260",
"isSystem" : false,
- "id" : "10097"
+ "id" : "10260"
}
diff --git a/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated b/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
index b0df1a7909..fd1114ecd4 100644
--- a/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
+++ b/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
@@ -15,20 +15,20 @@ x-content-type-options: nosniff
"code" : 201,
"result" : [
{
- "_key" : "10130",
- "_id" : "products/10130",
- "_rev" : "_WpTA0jS--_",
- "hello1" : "world1"
+ "_key" : "10299",
+ "_id" : "products/10299",
+ "_rev" : "_WtcBKr6--D",
+ "hello3" : "world1"
},
{
- "_key" : "10140",
- "_id" : "products/10140",
- "_rev" : "_WpTA0jW--B",
+ "_key" : "10302",
+ "_id" : "products/10302",
+ "_rev" : "_WtcBKr6--F",
"hello4" : "world1"
}
],
"hasMore" : true,
- "id" : "10146",
+ "id" : "10308",
"count" : 5,
"extra" : {
"stats" : {
@@ -38,7 +38,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0001614093780517578
+ "executionTime" : 0.0001456737518310547
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated b/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
index 87c80a1d78..d9eaabc6ef 100644
--- a/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
+++ b/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
@@ -13,16 +13,16 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "10156",
- "_id" : "products/10156",
- "_rev" : "_WpTA0lW--B",
- "hello2" : "world1"
+ "_key" : "10314",
+ "_id" : "products/10314",
+ "_rev" : "_WtcBKse--_",
+ "hello1" : "world1"
},
{
- "_key" : "10152",
- "_id" : "products/10152",
- "_rev" : "_WpTA0lW--_",
- "hello1" : "world1"
+ "_key" : "10318",
+ "_id" : "products/10318",
+ "_rev" : "_WtcBKse--B",
+ "hello2" : "world1"
}
],
"hasMore" : false,
@@ -36,7 +36,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00011587142944335938
+ "executionTime" : 0.00011897087097167969
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorCreateCursorOption.generated b/Documentation/Examples/RestCursorCreateCursorOption.generated
index 23b425958b..ab8bc1b6b9 100644
--- a/Documentation/Examples/RestCursorCreateCursorOption.generated
+++ b/Documentation/Examples/RestCursorCreateCursorOption.generated
@@ -37,7 +37,7 @@ x-content-type-options: nosniff
"filtered" : 500,
"httpRequests" : 0,
"fullCount" : 500,
- "executionTime" : 0.0005505084991455078
+ "executionTime" : 0.0002949237823486328
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorDelete.generated b/Documentation/Examples/RestCursorDelete.generated
index 0a27e976bb..762c2f26a1 100644
--- a/Documentation/Examples/RestCursorDelete.generated
+++ b/Documentation/Examples/RestCursorDelete.generated
@@ -15,20 +15,20 @@ x-content-type-options: nosniff
"code" : 201,
"result" : [
{
- "_key" : "10175",
- "_id" : "products/10175",
- "_rev" : "_WpTA0pO--D",
- "hello4" : "world1"
+ "_key" : "10340",
+ "_id" : "products/10340",
+ "_rev" : "_WtcBKtS--B",
+ "hello5" : "world1"
},
{
- "_key" : "10165",
- "_id" : "products/10165",
- "_rev" : "_WpTA0pK--_",
- "hello1" : "world1"
+ "_key" : "10334",
+ "_id" : "products/10334",
+ "_rev" : "_WtcBKtO--D",
+ "hello3" : "world1"
}
],
"hasMore" : true,
- "id" : "10181",
+ "id" : "10343",
"count" : 5,
"extra" : {
"stats" : {
@@ -38,11 +38,11 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0001609325408935547
+ "executionTime" : 0.00011992454528808594
},
"warnings" : [ ]
},
"cached" : false
}
-shell> curl -X DELETE --dump - http://localhost:8529/_api/cursor/10181
+shell> curl -X DELETE --dump - http://localhost:8529/_api/cursor/10343
diff --git a/Documentation/Examples/RestCursorDeleteIgnore.generated b/Documentation/Examples/RestCursorDeleteIgnore.generated
index 1f781053c6..7420ab628e 100644
--- a/Documentation/Examples/RestCursorDeleteIgnore.generated
+++ b/Documentation/Examples/RestCursorDeleteIgnore.generated
@@ -20,7 +20,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00009179115295410156
+ "executionTime" : 0.000125885009765625
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorDeleteQuery.generated b/Documentation/Examples/RestCursorDeleteQuery.generated
index 05a470b13a..88a9bcf809 100644
--- a/Documentation/Examples/RestCursorDeleteQuery.generated
+++ b/Documentation/Examples/RestCursorDeleteQuery.generated
@@ -20,7 +20,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00016880035400390625
+ "executionTime" : 0.00014352798461914062
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorForLimitReturnCont.generated b/Documentation/Examples/RestCursorForLimitReturnCont.generated
index 7c09c0c7b4..5f8bf7a24a 100644
--- a/Documentation/Examples/RestCursorForLimitReturnCont.generated
+++ b/Documentation/Examples/RestCursorForLimitReturnCont.generated
@@ -6,7 +6,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor
}
EOF
-shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/10245
+shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/10398
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
@@ -17,20 +17,20 @@ x-content-type-options: nosniff
"code" : 200,
"result" : [
{
- "_key" : "10233",
- "_id" : "products/10233",
- "_rev" : "_WpTA07C--_",
- "hello2" : "world1"
+ "_key" : "10395",
+ "_id" : "products/10395",
+ "_rev" : "_WtcBKvO--H",
+ "hello5" : "world1"
},
{
- "_key" : "10242",
- "_id" : "products/10242",
- "_rev" : "_WpTA07C--F",
- "hello5" : "world1"
+ "_key" : "10386",
+ "_id" : "products/10386",
+ "_rev" : "_WtcBKvO--B",
+ "hello2" : "world1"
}
],
"hasMore" : true,
- "id" : "10245",
+ "id" : "10398",
"count" : 5,
"extra" : {
"stats" : {
@@ -40,7 +40,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00015616416931152344
+ "executionTime" : 0.000133514404296875
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorOptimizerRules.generated b/Documentation/Examples/RestCursorOptimizerRules.generated
index 3504b659bc..806e807414 100644
--- a/Documentation/Examples/RestCursorOptimizerRules.generated
+++ b/Documentation/Examples/RestCursorOptimizerRules.generated
@@ -42,7 +42,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00012373924255371094
+ "executionTime" : 0.0001342296600341797
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestDatabaseGetInfo.generated b/Documentation/Examples/RestDatabaseGetInfo.generated
index 2fe91499c4..0169abaa67 100644
--- a/Documentation/Examples/RestDatabaseGetInfo.generated
+++ b/Documentation/Examples/RestDatabaseGetInfo.generated
@@ -10,7 +10,7 @@ x-content-type-options: nosniff
"result" : {
"name" : "_system",
"id" : "1",
- "path" : "/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/databases/database-1",
+ "path" : "/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/databases/database-1",
"isSystem" : true
}
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
index c263b857c8..63bf8ab146 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
@@ -1,13 +1,13 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10375
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10527
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA13G--_"
-location: /_db/_system/_api/document/products/10375
+etag: "_WtcBK7m--_"
+location: /_db/_system/_api/document/products/10527
{
- "_id" : "products/10375",
- "_key" : "10375",
- "_rev" : "_WpTA13G--_"
+ "_id" : "products/10527",
+ "_key" : "10527",
+ "_rev" : "_WtcBK7m--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
index eb5eab1fb0..43602b72a7 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
@@ -1,16 +1,16 @@
-shell> curl -X DELETE --header 'If-Match: "_WpTA166--B"' --dump - http://localhost:8529/_api/document/products/10385
+shell> curl -X DELETE --header 'If-Match: "_WtcBK8O--B"' --dump - http://localhost:8529/_api/document/products/10537
HTTP/1.1 412 Precondition Failed
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA166--_"
+etag: "_WtcBK8O--_"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
- "_id" : "products/10385",
- "_key" : "10385",
- "_rev" : "_WpTA166--_"
+ "_id" : "products/10537",
+ "_key" : "10537",
+ "_rev" : "_WtcBK8O--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated
index d840fb944c..7a4fb647f6 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated
@@ -1,16 +1,16 @@
-shell> curl -X DELETE --header 'If-Match: "_WpTA2-C--B"' --dump - http://localhost:8529/_api/document/products/10397
+shell> curl -X DELETE --header 'If-Match: "_WtcBK8u--_"' --dump - http://localhost:8529/_api/document/products/10549
HTTP/1.1 412 Precondition Failed
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2-C--_"
+etag: "_WtcBK8q--_"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
- "_id" : "products/10397",
- "_key" : "10397",
- "_rev" : "_WpTA2-C--_"
+ "_id" : "products/10549",
+ "_key" : "10549",
+ "_rev" : "_WtcBK8q--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentMulti.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentMulti.generated
index 21272c5ce9..a580b841b1 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentMulti.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentMulti.generated
@@ -1,13 +1,13 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10409
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10561
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2AS--_"
-location: /_db/_system/_api/document/products/10409
+etag: "_WtcBK9K--_"
+location: /_db/_system/_api/document/products/10561
{
- "_id" : "products/10409",
- "_key" : "10409",
- "_rev" : "_WpTA2AS--_"
+ "_id" : "products/10561",
+ "_key" : "10561",
+ "_rev" : "_WtcBK9K--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
index 816c212be5..ac21998d0c 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
@@ -1,4 +1,4 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10419
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10571
HTTP/1.1 404 Not Found
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandleMulti.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandleMulti.generated
index 0eaa5e9f00..40acb57293 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandleMulti.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandleMulti.generated
@@ -1,4 +1,4 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10430
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/10582
HTTP/1.1 404 Not Found
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/RestDocumentHandlerPatchDocument.generated b/Documentation/Examples/RestDocumentHandlerPatchDocument.generated
index 5811f6c0ee..e1d4cf64cf 100644
--- a/Documentation/Examples/RestDocumentHandlerPatchDocument.generated
+++ b/Documentation/Examples/RestDocumentHandlerPatchDocument.generated
@@ -1,4 +1,4 @@
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10441 <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10593 <<EOF
{
"hello" : "world"
}
@@ -7,16 +7,16 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2EW--B"
-location: /_db/_system/_api/document/products/10441
+etag: "_WtcBL-6--B"
+location: /_db/_system/_api/document/products/10593
{
- "_id" : "products/10441",
- "_key" : "10441",
- "_rev" : "_WpTA2EW--B",
- "_oldRev" : "_WpTA2EW--_"
+ "_id" : "products/10593",
+ "_key" : "10593",
+ "_rev" : "_WtcBL-6--B",
+ "_oldRev" : "_WtcBL-6--_"
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10441 <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10593 <<EOF
{
"numbers" : {
"one" : 1,
@@ -30,26 +30,26 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2Ea--_"
-location: /_db/_system/_api/document/products/10441
+etag: "_WtcBL_---_"
+location: /_db/_system/_api/document/products/10593
{
- "_id" : "products/10441",
- "_key" : "10441",
- "_rev" : "_WpTA2Ea--_",
- "_oldRev" : "_WpTA2EW--B"
+ "_id" : "products/10593",
+ "_key" : "10593",
+ "_rev" : "_WtcBL_---_",
+ "_oldRev" : "_WtcBL-6--B"
}
-shell> curl --dump - http://localhost:8529/_api/document/products/10441
+shell> curl --dump - http://localhost:8529/_api/document/products/10593
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2Ea--_"
+etag: "_WtcBL_---_"
{
- "_key" : "10441",
- "_id" : "products/10441",
- "_rev" : "_WpTA2Ea--_",
+ "_key" : "10593",
+ "_id" : "products/10593",
+ "_rev" : "_WtcBL_---_",
"one" : "world",
"hello" : "world",
"numbers" : {
@@ -59,7 +59,7 @@ etag: "_WpTA2Ea--_"
"empty" : null
}
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10441?keepNull=false <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10593?keepNull=false <<EOF
{
"hello" : null,
"numbers" : {
@@ -71,26 +71,26 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2Ei--_"
-location: /_db/_system/_api/document/products/10441
+etag: "_WtcBL_G--_"
+location: /_db/_system/_api/document/products/10593
{
- "_id" : "products/10441",
- "_key" : "10441",
- "_rev" : "_WpTA2Ei--_",
- "_oldRev" : "_WpTA2Ea--_"
+ "_id" : "products/10593",
+ "_key" : "10593",
+ "_rev" : "_WtcBL_G--_",
+ "_oldRev" : "_WtcBL_---_"
}
-shell> curl --dump - http://localhost:8529/_api/document/products/10441
+shell> curl --dump - http://localhost:8529/_api/document/products/10593
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2Ei--_"
+etag: "_WtcBL_G--_"
{
- "_key" : "10441",
- "_id" : "products/10441",
- "_rev" : "_WpTA2Ei--_",
+ "_key" : "10593",
+ "_id" : "products/10593",
+ "_rev" : "_WtcBL_G--_",
"one" : "world",
"numbers" : {
"empty" : null,
diff --git a/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated b/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
index 25877a4cc7..a9a804fc70 100644
--- a/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
+++ b/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
@@ -1,21 +1,21 @@
-shell> curl --dump - http://localhost:8529/_api/document/products/10457
+shell> curl --dump - http://localhost:8529/_api/document/products/10609
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2H---_"
+etag: "_WtcBL_q--_"
{
- "_key" : "10457",
- "_id" : "products/10457",
- "_rev" : "_WpTA2H---_",
+ "_key" : "10609",
+ "_id" : "products/10609",
+ "_rev" : "_WtcBL_q--_",
"inhabitants" : {
"china" : 1366980000,
"india" : 1263590000,
"usa" : 319220000
}
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10457?mergeObjects=true <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10609?mergeObjects=true <<EOF
{
"inhabitants" : {
"indonesia" : 252164800,
@@ -24,17 +24,17 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/docume
}
EOF
-shell> curl --dump - http://localhost:8529/_api/document/products/10457
+shell> curl --dump - http://localhost:8529/_api/document/products/10609
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2HC--_"
+etag: "_WtcBL_u--_"
{
- "_key" : "10457",
- "_id" : "products/10457",
- "_rev" : "_WpTA2HC--_",
+ "_key" : "10609",
+ "_id" : "products/10609",
+ "_rev" : "_WtcBL_u--_",
"inhabitants" : {
"china" : 1366980000,
"india" : 1263590000,
@@ -43,7 +43,7 @@ etag: "_WpTA2HC--_"
"brazil" : 203553000
}
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10457?mergeObjects=false <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/10609?mergeObjects=false <<EOF
{
"inhabitants" : {
"pakistan" : 188346000
@@ -54,26 +54,26 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2HK--_"
-location: /_db/_system/_api/document/products/10457
+etag: "_WtcBL_2--_"
+location: /_db/_system/_api/document/products/10609
{
- "_id" : "products/10457",
- "_key" : "10457",
- "_rev" : "_WpTA2HK--_",
- "_oldRev" : "_WpTA2HC--_"
+ "_id" : "products/10609",
+ "_key" : "10609",
+ "_rev" : "_WtcBL_2--_",
+ "_oldRev" : "_WtcBL_u--_"
}
-shell> curl --dump - http://localhost:8529/_api/document/products/10457
+shell> curl --dump - http://localhost:8529/_api/document/products/10609
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2HK--_"
+etag: "_WtcBL_2--_"
{
- "_key" : "10457",
- "_id" : "products/10457",
- "_rev" : "_WpTA2HK--_",
+ "_key" : "10609",
+ "_id" : "products/10609",
+ "_rev" : "_WtcBL_2--_",
"inhabitants" : {
"pakistan" : 188346000
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostAccept1.generated b/Documentation/Examples/RestDocumentHandlerPostAccept1.generated
index cc2c7dc48b..05bfaa4cfc 100644
--- a/Documentation/Examples/RestDocumentHandlerPostAccept1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostAccept1.generated
@@ -5,11 +5,11 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2Jq--_"
-location: /_db/_system/_api/document/products/10472
+etag: "_WtcBLAW--_"
+location: /_db/_system/_api/document/products/10624
{
- "_id" : "products/10472",
- "_key" : "10472",
- "_rev" : "_WpTA2Jq--_"
+ "_id" : "products/10624",
+ "_key" : "10624",
+ "_rev" : "_WtcBLAW--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostCreate1.generated b/Documentation/Examples/RestDocumentHandlerPostCreate1.generated
index 86de4fdfdf..ae821feed0 100644
--- a/Documentation/Examples/RestDocumentHandlerPostCreate1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostCreate1.generated
@@ -5,11 +5,11 @@ EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2PG--_"
-location: /_db/_system/_api/document/products/10484
+etag: "_WtcBLBO--_"
+location: /_db/_system/_api/document/products/10636
{
- "_id" : "products/10484",
- "_key" : "10484",
- "_rev" : "_WpTA2PG--_"
+ "_id" : "products/10636",
+ "_key" : "10636",
+ "_rev" : "_WtcBLBO--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostMulti1.generated b/Documentation/Examples/RestDocumentHandlerPostMulti1.generated
index 9aa5c282f2..147621badc 100644
--- a/Documentation/Examples/RestDocumentHandlerPostMulti1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostMulti1.generated
@@ -8,18 +8,18 @@ x-content-type-options: nosniff
[
{
- "_id" : "products/10492",
- "_key" : "10492",
- "_rev" : "_WpTA2Ta--_"
+ "_id" : "products/10644",
+ "_key" : "10644",
+ "_rev" : "_WtcBLCe--_"
},
{
- "_id" : "products/10496",
- "_key" : "10496",
- "_rev" : "_WpTA2Ta--B"
+ "_id" : "products/10648",
+ "_key" : "10648",
+ "_rev" : "_WtcBLCe--B"
},
{
- "_id" : "products/10498",
- "_key" : "10498",
- "_rev" : "_WpTA2Ta--D"
+ "_id" : "products/10650",
+ "_key" : "10650",
+ "_rev" : "_WtcBLCe--D"
}
]
diff --git a/Documentation/Examples/RestDocumentHandlerPostMulti2.generated b/Documentation/Examples/RestDocumentHandlerPostMulti2.generated
index c06aa8218e..a1ab076402 100644
--- a/Documentation/Examples/RestDocumentHandlerPostMulti2.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostMulti2.generated
@@ -5,17 +5,17 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2Vy--_"
-location: /_db/_system/_api/document/products/10506
+etag: "_WtcBLD---_"
+location: /_db/_system/_api/document/products/10658
{
- "_id" : "products/10506",
- "_key" : "10506",
- "_rev" : "_WpTA2Vy--_",
+ "_id" : "products/10658",
+ "_key" : "10658",
+ "_rev" : "_WtcBLD---_",
"new" : {
- "_key" : "10506",
- "_id" : "products/10506",
- "_rev" : "_WpTA2Vy--_",
+ "_key" : "10658",
+ "_id" : "products/10658",
+ "_rev" : "_WtcBLD---_",
"Hello" : "World"
}
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostWait1.generated b/Documentation/Examples/RestDocumentHandlerPostWait1.generated
index ae0ead24b8..d6beb14a05 100644
--- a/Documentation/Examples/RestDocumentHandlerPostWait1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostWait1.generated
@@ -5,11 +5,11 @@ EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2Yi--_"
-location: /_db/_system/_api/document/products/10514
+etag: "_WtcBLE---_"
+location: /_db/_system/_api/document/products/10666
{
- "_id" : "products/10514",
- "_key" : "10514",
- "_rev" : "_WpTA2Yi--_"
+ "_id" : "products/10666",
+ "_key" : "10666",
+ "_rev" : "_WtcBLE---_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocument.generated b/Documentation/Examples/RestDocumentHandlerReadDocument.generated
index 9239c38670..1a5ed55b87 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocument.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocument.generated
@@ -1,13 +1,13 @@
-shell> curl --dump - http://localhost:8529/_api/document/products/10522
+shell> curl --dump - http://localhost:8529/_api/document/products/10674
HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2a2--_"
+etag: "_WtcBLFK--_"
{
- "_key" : "10522",
- "_id" : "products/10522",
- "_rev" : "_WpTA2a2--_",
+ "_key" : "10674",
+ "_id" : "products/10674",
+ "_rev" : "_WtcBLFK--_",
"hello" : "world"
}
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
index 807d6963e3..4e08d2bc22 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
@@ -11,9 +11,9 @@ x-content-type-options: nosniff
{
"result" : [
- "products/10535",
- "products/10531",
- "products/10538"
+ "products/10690",
+ "products/10683",
+ "products/10687"
],
"hasMore" : false,
"cached" : false,
@@ -25,7 +25,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00020837783813476562
+ "executionTime" : 0.0001678466796875
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
index 709c01e69d..d36c51c7c1 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
@@ -10,9 +10,9 @@ x-content-type-options: nosniff
{
"result" : [
- "/_db/_system/_api/document/products/10550",
- "/_db/_system/_api/document/products/10546",
- "/_db/_system/_api/document/products/10553"
+ "/_db/_system/_api/document/products/10702",
+ "/_db/_system/_api/document/products/10705",
+ "/_db/_system/_api/document/products/10698"
],
"hasMore" : false,
"cached" : false,
@@ -24,7 +24,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00019359588623046875
+ "executionTime" : 0.00021886825561523438
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
index 4cba374ca3..f524222526 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
@@ -1,2 +1,2 @@
-shell> curl -X HEAD --dump - http://localhost:8529/_api/document/products/10561
+shell> curl -X HEAD --dump - http://localhost:8529/_api/document/products/10713
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
index 57e2f3a632..14575ec5a9 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
@@ -1,2 +1,2 @@
-shell> curl --header 'If-None-Match: "_WpTA2ly--_"' --dump - http://localhost:8529/_api/document/products/10570
+shell> curl --header 'If-None-Match: "_WtcBLJi---"' --dump - http://localhost:8529/_api/document/products/10722
diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
index 12ab1b1c84..f52000df94 100644
--- a/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
+++ b/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
@@ -1,16 +1,16 @@
-shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/10579 <<EOF
+shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/10731 <<EOF
{"Hello": "you"}
EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-etag: "_WpTA2n2--_"
-location: /_db/_system/_api/document/products/10579
+etag: "_WtcBLKu--_"
+location: /_db/_system/_api/document/products/10731
{
- "_id" : "products/10579",
- "_key" : "10579",
- "_rev" : "_WpTA2n2--_",
- "_oldRev" : "_WpTA2ny--_"
+ "_id" : "products/10731",
+ "_key" : "10731",
+ "_rev" : "_WtcBLKu--_",
+ "_oldRev" : "_WtcBLKq--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
index 90311f1c04..defffa67aa 100644
--- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
+++ b/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
@@ -1,18 +1,18 @@
-shell> curl -X PUT --header 'If-Match: "_WpTA2pm--B"' --data-binary @- --dump - http://localhost:8529/_api/document/products/10589 <<EOF
+shell> curl -X PUT --header 'If-Match: "_WtcBLLO--_"' --data-binary @- --dump - http://localhost:8529/_api/document/products/10741 <<EOF
{"other":"content"}
EOF
HTTP/1.1 412 Precondition Failed
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
-etag: "_WpTA2pm--_"
+etag: "_WtcBLLK--_"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
- "_id" : "products/10589",
- "_key" : "10589",
- "_rev" : "_WpTA2pm--_"
+ "_id" : "products/10741",
+ "_key" : "10741",
+ "_rev" : "_WtcBLLK--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
index 4ef91eb9f5..e8721727fb 100644
--- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
+++ b/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
@@ -1,4 +1,4 @@
-shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/10601 <<EOF
+shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/10753 <<EOF
{}
EOF
diff --git a/Documentation/Examples/RestEdgesReadEdgesAny.generated b/Documentation/Examples/RestEdgesReadEdgesAny.generated
index fda9b64c0f..bda76221d6 100644
--- a/Documentation/Examples/RestEdgesReadEdgesAny.generated
+++ b/Documentation/Examples/RestEdgesReadEdgesAny.generated
@@ -11,7 +11,7 @@ x-content-type-options: nosniff
"_id" : "edges/6",
"_from" : "vertices/2",
"_to" : "vertices/1",
- "_rev" : "_WpTA2t2--B",
+ "_rev" : "_WtcBLNO--D",
"$label" : "v2 -> v1"
},
{
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"_id" : "edges/7",
"_from" : "vertices/4",
"_to" : "vertices/1",
- "_rev" : "_WpTA2t2--D",
+ "_rev" : "_WtcBLNO--F",
"$label" : "v4 -> v1"
},
{
@@ -27,7 +27,7 @@ x-content-type-options: nosniff
"_id" : "edges/5",
"_from" : "vertices/1",
"_to" : "vertices/3",
- "_rev" : "_WpTA2t2--_",
+ "_rev" : "_WtcBLNO--B",
"$label" : "v1 -> v3"
}
],
diff --git a/Documentation/Examples/RestEdgesReadEdgesIn.generated b/Documentation/Examples/RestEdgesReadEdgesIn.generated
index 11ccc7cc66..a94cb8abf0 100644
--- a/Documentation/Examples/RestEdgesReadEdgesIn.generated
+++ b/Documentation/Examples/RestEdgesReadEdgesIn.generated
@@ -11,7 +11,7 @@ x-content-type-options: nosniff
"_id" : "edges/6",
"_from" : "vertices/2",
"_to" : "vertices/1",
- "_rev" : "_WpTA2y---B",
+ "_rev" : "_WtcBLPm--B",
"$label" : "v2 -> v1"
},
{
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"_id" : "edges/7",
"_from" : "vertices/4",
"_to" : "vertices/1",
- "_rev" : "_WpTA2y---D",
+ "_rev" : "_WtcBLPm--D",
"$label" : "v4 -> v1"
}
],
diff --git a/Documentation/Examples/RestEdgesReadEdgesOut.generated b/Documentation/Examples/RestEdgesReadEdgesOut.generated
index 95047e0970..5fce68952f 100644
--- a/Documentation/Examples/RestEdgesReadEdgesOut.generated
+++ b/Documentation/Examples/RestEdgesReadEdgesOut.generated
@@ -11,7 +11,7 @@ x-content-type-options: nosniff
"_id" : "edges/5",
"_from" : "vertices/1",
"_to" : "vertices/3",
- "_rev" : "_WpTA212--_",
+ "_rev" : "_WtcBLRu--B",
"$label" : "v1 -> v3"
}
],
diff --git a/Documentation/Examples/RestEndpointGet.generated b/Documentation/Examples/RestEndpointGet.generated
index a149a79da5..2aa1576ef1 100644
--- a/Documentation/Examples/RestEndpointGet.generated
+++ b/Documentation/Examples/RestEndpointGet.generated
@@ -6,6 +6,6 @@ x-content-type-options: nosniff
[
{
- "endpoint" : "http://127.0.0.1:24485"
+ "endpoint" : "http://127.0.0.1:19080"
}
]
diff --git a/Documentation/Examples/RestExplainAllPlans.generated b/Documentation/Examples/RestExplainAllPlans.generated
index c0aa946add..5a0701f5f5 100644
--- a/Documentation/Examples/RestExplainAllPlans.generated
+++ b/Documentation/Examples/RestExplainAllPlans.generated
@@ -39,7 +39,7 @@ x-content-type-options: nosniff
},
"indexes" : [
{
- "id" : "10687",
+ "id" : "10839",
"type" : "hash",
"fields" : [
"id"
diff --git a/Documentation/Examples/RestExplainOptimizerRules.generated b/Documentation/Examples/RestExplainOptimizerRules.generated
index 8ec3f9c350..e6fb7a2cf2 100644
--- a/Documentation/Examples/RestExplainOptimizerRules.generated
+++ b/Documentation/Examples/RestExplainOptimizerRules.generated
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
},
"indexes" : [
{
- "id" : "10704",
+ "id" : "10856",
"type" : "skiplist",
"fields" : [
"id"
diff --git a/Documentation/Examples/RestExplainOptions.generated b/Documentation/Examples/RestExplainOptions.generated
index c18819921c..ba90066094 100644
--- a/Documentation/Examples/RestExplainOptions.generated
+++ b/Documentation/Examples/RestExplainOptions.generated
@@ -47,7 +47,7 @@ x-content-type-options: nosniff
},
"indexes" : [
{
- "id" : "10743",
+ "id" : "10895",
"type" : "skiplist",
"fields" : [
"id"
diff --git a/Documentation/Examples/RestFetchAllUser.generated b/Documentation/Examples/RestFetchAllUser.generated
index 35bd83c3eb..d2c80e08e2 100644
--- a/Documentation/Examples/RestFetchAllUser.generated
+++ b/Documentation/Examples/RestFetchAllUser.generated
@@ -15,14 +15,14 @@ x-content-type-options: nosniff
}
},
{
- "user" : "tester",
- "active" : false,
+ "user" : "root",
+ "active" : true,
"extra" : {
}
},
{
- "user" : "root",
- "active" : true,
+ "user" : "tester",
+ "active" : false,
"extra" : {
}
}
diff --git a/Documentation/Examples/RestFetchUserDatabaseListFull.generated b/Documentation/Examples/RestFetchUserDatabaseListFull.generated
index c06c908709..f37f8f7aea 100644
--- a/Documentation/Examples/RestFetchUserDatabaseListFull.generated
+++ b/Documentation/Examples/RestFetchUserDatabaseListFull.generated
@@ -14,12 +14,12 @@ x-content-type-options: nosniff
"_statisticsRaw" : "undefined",
"_modules" : "undefined",
"_queues" : "undefined",
+ "animals" : "undefined",
"_aqlfunctions" : "undefined",
- "_graphs" : "undefined",
"_appbundles" : "undefined",
+ "_graphs" : "undefined",
"_routing" : "undefined",
"_jobs" : "undefined",
- "animals" : "undefined",
"_frontend" : "undefined",
"_users" : "undefined",
"_statistics" : "undefined",
diff --git a/Documentation/Examples/RestIndexAllIndexes.generated b/Documentation/Examples/RestIndexAllIndexes.generated
index c4b3a177c7..82997a20dc 100644
--- a/Documentation/Examples/RestIndexAllIndexes.generated
+++ b/Documentation/Examples/RestIndexAllIndexes.generated
@@ -23,7 +23,7 @@ x-content-type-options: nosniff
"fields" : [
"name"
],
- "id" : "products/11001",
+ "id" : "products/11153",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
@@ -34,7 +34,7 @@ x-content-type-options: nosniff
"fields" : [
"price"
],
- "id" : "products/11004",
+ "id" : "products/11156",
"sparse" : true,
"type" : "skiplist",
"unique" : false
@@ -51,23 +51,23 @@ x-content-type-options: nosniff
"type" : "primary",
"unique" : true
},
- "products/11001" : {
+ "products/11153" : {
"deduplicate" : true,
"fields" : [
"name"
],
- "id" : "products/11001",
+ "id" : "products/11153",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
"unique" : false
},
- "products/11004" : {
+ "products/11156" : {
"deduplicate" : true,
"fields" : [
"price"
],
- "id" : "products/11004",
+ "id" : "products/11156",
"sparse" : true,
"type" : "skiplist",
"unique" : false
diff --git a/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated b/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
index 8f18cbb9cc..d646a8d4ef 100644
--- a/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
+++ b/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"e",
"f"
],
- "id" : "products/11012",
+ "id" : "products/11164",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateGeoLocation.generated b/Documentation/Examples/RestIndexCreateGeoLocation.generated
index 89636c066d..b8ca633d21 100644
--- a/Documentation/Examples/RestIndexCreateGeoLocation.generated
+++ b/Documentation/Examples/RestIndexCreateGeoLocation.generated
@@ -17,7 +17,7 @@ x-content-type-options: nosniff
"b"
],
"geoJson" : false,
- "id" : "products/11019",
+ "id" : "products/11171",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateNewFulltext.generated b/Documentation/Examples/RestIndexCreateNewFulltext.generated
index 9b14b38219..ce7c938d03 100644
--- a/Documentation/Examples/RestIndexCreateNewFulltext.generated
+++ b/Documentation/Examples/RestIndexCreateNewFulltext.generated
@@ -15,7 +15,7 @@ x-content-type-options: nosniff
"fields" : [
"text"
],
- "id" : "products/11026",
+ "id" : "products/11178",
"isNewlyCreated" : true,
"minLength" : 2,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateNewHashIndex.generated b/Documentation/Examples/RestIndexCreateNewHashIndex.generated
index cc850696f3..37d06a3c54 100644
--- a/Documentation/Examples/RestIndexCreateNewHashIndex.generated
+++ b/Documentation/Examples/RestIndexCreateNewHashIndex.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/11033",
+ "id" : "products/11185",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/RestIndexCreateNewPersistent.generated b/Documentation/Examples/RestIndexCreateNewPersistent.generated
index b7661f0bc1..8cea03bad0 100644
--- a/Documentation/Examples/RestIndexCreateNewPersistent.generated
+++ b/Documentation/Examples/RestIndexCreateNewPersistent.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/11040",
+ "id" : "products/11192",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
diff --git a/Documentation/Examples/RestIndexCreateNewSkiplist.generated b/Documentation/Examples/RestIndexCreateNewSkiplist.generated
index 1d6ba50ffc..2ea42fe023 100644
--- a/Documentation/Examples/RestIndexCreateNewSkiplist.generated
+++ b/Documentation/Examples/RestIndexCreateNewSkiplist.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/11047",
+ "id" : "products/11199",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
diff --git a/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated b/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
index ae4a140444..3e39965fd0 100644
--- a/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
+++ b/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/11054",
+ "id" : "products/11206",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/RestIndexCreateSparseHashIndex.generated b/Documentation/Examples/RestIndexCreateSparseHashIndex.generated
index 17880bd5ed..2b17a114f7 100644
--- a/Documentation/Examples/RestIndexCreateSparseHashIndex.generated
+++ b/Documentation/Examples/RestIndexCreateSparseHashIndex.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"fields" : [
"a"
],
- "id" : "products/11061",
+ "id" : "products/11213",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateSparsePersistent.generated b/Documentation/Examples/RestIndexCreateSparsePersistent.generated
index c854408db9..c4f6afa318 100644
--- a/Documentation/Examples/RestIndexCreateSparsePersistent.generated
+++ b/Documentation/Examples/RestIndexCreateSparsePersistent.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"fields" : [
"a"
],
- "id" : "products/11068",
+ "id" : "products/11220",
"isNewlyCreated" : true,
"sparse" : true,
"type" : "persistent",
diff --git a/Documentation/Examples/RestIndexCreateSparseSkiplist.generated b/Documentation/Examples/RestIndexCreateSparseSkiplist.generated
index 90cdbd4ed4..6a7b6395a5 100644
--- a/Documentation/Examples/RestIndexCreateSparseSkiplist.generated
+++ b/Documentation/Examples/RestIndexCreateSparseSkiplist.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"fields" : [
"a"
],
- "id" : "products/11075",
+ "id" : "products/11227",
"isNewlyCreated" : true,
"sparse" : true,
"type" : "skiplist",
diff --git a/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated b/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
index e558ea3c64..09efeadd90 100644
--- a/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
+++ b/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
@@ -1,11 +1,11 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/index/products/11082
+shell> curl -X DELETE --dump - http://localhost:8529/_api/index/products/11234
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "id" : "products/11082",
+ "id" : "products/11234",
"error" : false,
"code" : 200
}
diff --git a/Documentation/Examples/RestReplicationApplierStart.generated b/Documentation/Examples/RestReplicationApplierStart.generated
index 72897a72ee..35532607a4 100644
--- a/Documentation/Examples/RestReplicationApplierStart.generated
+++ b/Documentation/Examples/RestReplicationApplierStart.generated
@@ -13,7 +13,7 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-04-11T15:10:58Z",
+ "time" : "2018-04-24T11:56:26Z",
"message" : "applier initially created for database '_system'",
"failedConnects" : 0
},
@@ -25,11 +25,11 @@ x-content-type-options: nosniff
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-04-11T15:11:24Z"
+ "time" : "2018-04-24T11:56:34Z"
},
"server" : {
"version" : "3.3.7",
- "serverId" : "74004589992684"
+ "serverId" : "231417767840817"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationApplierStateNotRunning.generated b/Documentation/Examples/RestReplicationApplierStateNotRunning.generated
index 36f9beb3e4..e4e737735e 100644
--- a/Documentation/Examples/RestReplicationApplierStateNotRunning.generated
+++ b/Documentation/Examples/RestReplicationApplierStateNotRunning.generated
@@ -13,7 +13,7 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-04-11T15:11:25Z",
+ "time" : "2018-04-24T11:56:35Z",
"message" : "applier shut down",
"failedConnects" : 1
},
@@ -25,11 +25,11 @@ x-content-type-options: nosniff
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-04-11T15:11:25Z"
+ "time" : "2018-04-24T11:56:35Z"
},
"server" : {
"version" : "3.3.7",
- "serverId" : "74004589992684"
+ "serverId" : "231417767840817"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationApplierStateRunning.generated b/Documentation/Examples/RestReplicationApplierStateRunning.generated
index 7c52dfa427..d0ca5e2b01 100644
--- a/Documentation/Examples/RestReplicationApplierStateRunning.generated
+++ b/Documentation/Examples/RestReplicationApplierStateRunning.generated
@@ -13,7 +13,7 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-04-11T15:11:25Z",
+ "time" : "2018-04-24T11:56:35Z",
"message" : "fetching master state information",
"failedConnects" : 0
},
@@ -25,11 +25,11 @@ x-content-type-options: nosniff
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-04-11T15:11:25Z"
+ "time" : "2018-04-24T11:56:35Z"
},
"server" : {
"version" : "3.3.7",
- "serverId" : "74004589992684"
+ "serverId" : "231417767840817"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationApplierStop.generated b/Documentation/Examples/RestReplicationApplierStop.generated
index 10cd4b067a..42fbc28de4 100644
--- a/Documentation/Examples/RestReplicationApplierStop.generated
+++ b/Documentation/Examples/RestReplicationApplierStop.generated
@@ -13,7 +13,7 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-04-11T15:11:26Z",
+ "time" : "2018-04-24T11:56:36Z",
"message" : "applier shut down",
"failedConnects" : 0
},
@@ -25,11 +25,11 @@ x-content-type-options: nosniff
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-04-11T15:11:26Z"
+ "time" : "2018-04-24T11:56:36Z"
},
"server" : {
"version" : "3.3.7",
- "serverId" : "74004589992684"
+ "serverId" : "231417767840817"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationDump.generated b/Documentation/Examples/RestReplicationDump.generated
index bb47b58ff6..aa0361dac7 100644
--- a/Documentation/Examples/RestReplicationDump.generated
+++ b/Documentation/Examples/RestReplicationDump.generated
@@ -4,6 +4,6 @@ HTTP/1.1 200 OK
x-content-type-options: nosniff
content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: false
-x-arango-replication-lastincluded: 11115
+x-arango-replication-lastincluded: 11267
-"{\"tick\":\"11109\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_WpTA6aC--D\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"11113\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_WpTA6aG--B\"}}\n{\"tick\":\"11115\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_WpTA6aG--D\"}}\n"
+"{\"tick\":\"11261\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_WtcBNw2--B\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"11265\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_WtcBNw2--F\"}}\n{\"tick\":\"11267\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_WtcBNw2--H\"}}\n"
diff --git a/Documentation/Examples/RestReplicationDumpEmpty.generated b/Documentation/Examples/RestReplicationDumpEmpty.generated
index 0f6a205e5c..5d5632de37 100644
--- a/Documentation/Examples/RestReplicationDumpEmpty.generated
+++ b/Documentation/Examples/RestReplicationDumpEmpty.generated
@@ -1,8 +1,8 @@
shell> curl --dump - http://localhost:8529/_api/replication/dump?collection=testCollection
HTTP/1.1 204 No Content
-content-type: application/x-arango-dump; charset=utf-8
x-content-type-options: nosniff
-x-arango-replication-lastincluded: 0
+content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: false
+x-arango-replication-lastincluded: 0
diff --git a/Documentation/Examples/RestReplicationInventory.generated b/Documentation/Examples/RestReplicationInventory.generated
index 5bc3dd6396..9ed4fe6a6a 100644
--- a/Documentation/Examples/RestReplicationInventory.generated
+++ b/Documentation/Examples/RestReplicationInventory.generated
@@ -247,7 +247,7 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 9585
+ "lastValue" : 9748
},
"name" : "_modules",
"numberOfShards" : 1,
@@ -317,7 +317,7 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 11093
+ "lastValue" : 11245
},
"name" : "_users",
"numberOfShards" : 1,
@@ -338,12 +338,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "98",
+ "cid" : "96",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/98",
- "id" : "98",
+ "globallyUniqueId" : "hD27925D8CC31/96",
+ "id" : "96",
"indexBuckets" : 8,
"indexes" : [
{
@@ -368,7 +368,7 @@ x-content-type-options: nosniff
},
"name" : "animals",
"numberOfShards" : 1,
- "planId" : "98",
+ "planId" : "96",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -385,12 +385,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "92",
+ "cid" : "90",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/92",
- "id" : "92",
+ "globallyUniqueId" : "hD27925D8CC31/90",
+ "id" : "90",
"indexBuckets" : 8,
"indexes" : [
{
@@ -415,7 +415,7 @@ x-content-type-options: nosniff
},
"name" : "demo",
"numberOfShards" : 1,
- "planId" : "92",
+ "planId" : "90",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -431,10 +431,10 @@ x-content-type-options: nosniff
],
"state" : {
"running" : true,
- "lastLogTick" : "11128",
- "lastUncommittedLogTick" : "11130",
- "totalEvents" : 3788,
- "time" : "2018-04-11T15:11:27Z"
+ "lastLogTick" : "11283",
+ "lastUncommittedLogTick" : "11284",
+ "totalEvents" : 3841,
+ "time" : "2018-04-24T11:56:37Z"
},
- "tick" : "11130"
+ "tick" : "11284"
}
diff --git a/Documentation/Examples/RestReplicationInventoryIndexes.generated b/Documentation/Examples/RestReplicationInventoryIndexes.generated
index d470623e6a..0897cc30c8 100644
--- a/Documentation/Examples/RestReplicationInventoryIndexes.generated
+++ b/Documentation/Examples/RestReplicationInventoryIndexes.generated
@@ -9,7 +9,7 @@ x-content-type-options: nosniff
{
"indexes" : [
{
- "id" : "11135",
+ "id" : "11289",
"type" : "hash",
"fields" : [
"name"
@@ -20,7 +20,7 @@ x-content-type-options: nosniff
"deduplicate" : true
},
{
- "id" : "11138",
+ "id" : "11292",
"type" : "skiplist",
"fields" : [
"a",
@@ -33,12 +33,12 @@ x-content-type-options: nosniff
],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "11131",
+ "cid" : "11285",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/11131",
- "id" : "11131",
+ "globallyUniqueId" : "hD27925D8CC31/11285",
+ "id" : "11285",
"indexBuckets" : 8,
"indexes" : [
{
@@ -52,7 +52,7 @@ x-content-type-options: nosniff
"sparse" : false
},
{
- "id" : "11135",
+ "id" : "11289",
"type" : "hash",
"fields" : [
"name"
@@ -63,7 +63,7 @@ x-content-type-options: nosniff
"deduplicate" : true
},
{
- "id" : "11138",
+ "id" : "11292",
"type" : "skiplist",
"fields" : [
"a",
@@ -85,7 +85,7 @@ x-content-type-options: nosniff
},
"name" : "IndexedCollection1",
"numberOfShards" : 1,
- "planId" : "11131",
+ "planId" : "11285",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -101,7 +101,7 @@ x-content-type-options: nosniff
{
"indexes" : [
{
- "id" : "11144",
+ "id" : "11298",
"type" : "fulltext",
"fields" : [
"text"
@@ -111,7 +111,7 @@ x-content-type-options: nosniff
"minLength" : 10
},
{
- "id" : "11147",
+ "id" : "11301",
"type" : "skiplist",
"fields" : [
"a"
@@ -123,12 +123,12 @@ x-content-type-options: nosniff
],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "11140",
+ "cid" : "11294",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/11140",
- "id" : "11140",
+ "globallyUniqueId" : "hD27925D8CC31/11294",
+ "id" : "11294",
"indexBuckets" : 8,
"indexes" : [
{
@@ -142,7 +142,7 @@ x-content-type-options: nosniff
"sparse" : false
},
{
- "id" : "11144",
+ "id" : "11298",
"type" : "fulltext",
"fields" : [
"text"
@@ -152,7 +152,7 @@ x-content-type-options: nosniff
"minLength" : 10
},
{
- "id" : "11147",
+ "id" : "11301",
"type" : "skiplist",
"fields" : [
"a"
@@ -173,7 +173,7 @@ x-content-type-options: nosniff
},
"name" : "IndexedCollection2",
"numberOfShards" : 1,
- "planId" : "11140",
+ "planId" : "11294",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -427,7 +427,7 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 9585
+ "lastValue" : 9748
},
"name" : "_modules",
"numberOfShards" : 1,
@@ -497,7 +497,7 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 11093
+ "lastValue" : 11245
},
"name" : "_users",
"numberOfShards" : 1,
@@ -518,12 +518,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "98",
+ "cid" : "96",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/98",
- "id" : "98",
+ "globallyUniqueId" : "hD27925D8CC31/96",
+ "id" : "96",
"indexBuckets" : 8,
"indexes" : [
{
@@ -548,7 +548,7 @@ x-content-type-options: nosniff
},
"name" : "animals",
"numberOfShards" : 1,
- "planId" : "98",
+ "planId" : "96",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -565,12 +565,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "92",
+ "cid" : "90",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h434E894C5AEC/92",
- "id" : "92",
+ "globallyUniqueId" : "hD27925D8CC31/90",
+ "id" : "90",
"indexBuckets" : 8,
"indexes" : [
{
@@ -595,7 +595,7 @@ x-content-type-options: nosniff
},
"name" : "demo",
"numberOfShards" : 1,
- "planId" : "92",
+ "planId" : "90",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -611,10 +611,10 @@ x-content-type-options: nosniff
],
"state" : {
"running" : true,
- "lastLogTick" : "11139",
- "lastUncommittedLogTick" : "11148",
- "totalEvents" : 3794,
- "time" : "2018-04-11T15:11:27Z"
+ "lastLogTick" : "11283",
+ "lastUncommittedLogTick" : "11302",
+ "totalEvents" : 3847,
+ "time" : "2018-04-24T11:56:37Z"
},
- "tick" : "11148"
+ "tick" : "11302"
}
diff --git a/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated b/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
index 62dfbd5bb6..07a4b56ae8 100644
--- a/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
+++ b/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
@@ -1,13 +1,13 @@
-shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=11150&chunkSize=400
+shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=11304&chunkSize=400
HTTP/1.1 200 OK
x-arango-replication-frompresent: true
-x-arango-replication-lastscanned: 11152
+x-arango-replication-lastscanned: 11306
x-content-type-options: nosniff
-x-arango-replication-lastincluded: 11152
+x-arango-replication-lastincluded: 11306
content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: true
-x-arango-replication-lasttick: 11163
+x-arango-replication-lasttick: 11317
x-arango-replication-active: true
-"{\"tick\":\"11152\",\"type\":2000,\"database\":\"1\",\"cid\":\"11151\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"11151\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"h434E894C5AEC/11151\",\"id\":\"11151\",\"indexBuckets\":8,\"indexes\":[{\"fields\":[\"_key\"],\"id\":\"0\",\"selectivityEstimate\":1,\"sparse\":false,\"type\":\"primary\",\"unique\":true}],\"isSmart\":false,\"isSystem\":false,\"isVolatile\":false,\"journalSize\":33554432,\"keyOptions\":{\"allowUserKeys\":true,\"lastValue\":0,\"type\":\"traditional\"},\"name\":\"products\",\"numberOfShards\":1,\"planId\":\"11151\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n"
+"{\"tick\":\"11306\",\"type\":2000,\"database\":\"1\",\"cid\":\"11305\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"11305\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"hD27925D8CC31/11305\",\"id\":\"11305\",\"indexBuckets\":8,\"indexes\":[{\"fields\":[\"_key\"],\"id\":\"0\",\"selectivityEstimate\":1,\"sparse\":false,\"type\":\"primary\",\"unique\":true}],\"isSmart\":false,\"isSystem\":false,\"isVolatile\":false,\"journalSize\":33554432,\"keyOptions\":{\"allowUserKeys\":true,\"lastValue\":0,\"type\":\"traditional\"},\"name\":\"products\",\"numberOfShards\":1,\"planId\":\"11305\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n"
diff --git a/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated b/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated
index b908867d5a..82f2b8ae6b 100644
--- a/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated
+++ b/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated
@@ -1,12 +1,12 @@
-shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=11163
+shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=11317
HTTP/1.1 204 No Content
x-arango-replication-frompresent: true
-x-arango-replication-lastscanned: 11163
+x-arango-replication-lastscanned: 11317
x-content-type-options: nosniff
x-arango-replication-lastincluded: 0
content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: false
-x-arango-replication-lasttick: 11163
+x-arango-replication-lasttick: 11317
x-arango-replication-active: true
diff --git a/Documentation/Examples/RestReplicationLoggerFollowSome.generated b/Documentation/Examples/RestReplicationLoggerFollowSome.generated
index e34084b359..2f5f8473c0 100644
--- a/Documentation/Examples/RestReplicationLoggerFollowSome.generated
+++ b/Documentation/Examples/RestReplicationLoggerFollowSome.generated
@@ -1,13 +1,13 @@
-shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=11163
+shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=11317
HTTP/1.1 200 OK
x-arango-replication-frompresent: true
-x-arango-replication-lastscanned: 11182
+x-arango-replication-lastscanned: 11330
x-content-type-options: nosniff
-x-arango-replication-lastincluded: 11176
+x-arango-replication-lastincluded: 11330
content-type: application/x-arango-dump; charset=utf-8
-x-arango-replication-checkmore: true
-x-arango-replication-lasttick: 11182
+x-arango-replication-checkmore: false
+x-arango-replication-lasttick: 11330
x-arango-replication-active: true
-"{\"tick\":\"11165\",\"type\":2000,\"database\":\"1\",\"cid\":\"11164\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"11164\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"h434E894C5AEC/11164\",\"id\":\"11164\",\"indexBuckets\":8,\"indexes\":[{\"fields\":[\"_key\"],\"id\":\"0\",\"selectivityEstimate\":1,\"sparse\":false,\"type\":\"primary\",\"unique\":true}],\"isSmart\":false,\"isSystem\":false,\"isVolatile\":false,\"journalSize\":33554432,\"keyOptions\":{\"allowUserKeys\":true,\"lastValue\":0,\"type\":\"traditional\"},\"name\":\"products\",\"numberOfShards\":1,\"planId\":\"11164\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n{\"tick\":\"11169\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11164\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p1\",\"_key\":\"p1\",\"_rev\":\"_WpTA9JW--_\",\"name\":\"flux compensator\"}}\n{\"tick\":\"11171\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11164\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WpTA9JW--B\",\"hp\":5100,\"name\":\"hybrid hovercraft\"}}\n{\"tick\":\"11173\",\"type\":2302,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11164\",\"cname\":\"products\",\"data\":{\"_key\":\"p1\",\"_rev\":\"_WpTA9JW--D\"}}\n{\"tick\":\"11175\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11164\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WpTA9JW--F\",\"hp\":5100,\"name\":\"broken hovercraft\"}}\n{\"tick\":\"11176\",\"type\":2001,\"database\":\"1\",\"cid\":\"11164\",\"cname\":\"products\",\"data\":{\"cuid\":\"h434E894C5AEC/11164\",\"id\":\"11164\",\"name\":\"products\"}}\n"
+"{\"tick\":\"11319\",\"type\":2000,\"database\":\"1\",\"cid\":\"11318\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"11318\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"hD27925D8CC31/11318\",\"id\":\"11318\",\"indexBuckets\":8,\"indexes\":[{\"fields\":[\"_key\"],\"id\":\"0\",\"selectivityEstimate\":1,\"sparse\":false,\"type\":\"primary\",\"unique\":true}],\"isSmart\":false,\"isSystem\":false,\"isVolatile\":false,\"journalSize\":33554432,\"keyOptions\":{\"allowUserKeys\":true,\"lastValue\":0,\"type\":\"traditional\"},\"name\":\"products\",\"numberOfShards\":1,\"planId\":\"11318\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n{\"tick\":\"11323\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11318\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p1\",\"_key\":\"p1\",\"_rev\":\"_WtcBQR2--_\",\"name\":\"flux compensator\"}}\n{\"tick\":\"11325\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11318\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WtcBQR2--B\",\"hp\":5100,\"name\":\"hybrid hovercraft\"}}\n{\"tick\":\"11327\",\"type\":2302,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11318\",\"cname\":\"products\",\"data\":{\"_key\":\"p1\",\"_rev\":\"_WtcBQR2--D\"}}\n{\"tick\":\"11329\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"11318\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WtcBQR2--F\",\"hp\":5100,\"name\":\"broken hovercraft\"}}\n{\"tick\":\"11330\",\"type\":2001,\"database\":\"1\",\"cid\":\"11318\",\"cname\":\"products\",\"data\":{\"cuid\":\"hD27925D8CC31/11318\",\"id\":\"11318\",\"name\":\"products\"}}\n"
diff --git a/Documentation/Examples/RestReplicationLoggerStateActive.generated b/Documentation/Examples/RestReplicationLoggerStateActive.generated
index a133aca31a..855221d13e 100644
--- a/Documentation/Examples/RestReplicationLoggerStateActive.generated
+++ b/Documentation/Examples/RestReplicationLoggerStateActive.generated
@@ -7,14 +7,14 @@ x-content-type-options: nosniff
{
"state" : {
"running" : true,
- "lastLogTick" : "11182",
- "lastUncommittedLogTick" : "11182",
- "totalEvents" : 3809,
- "time" : "2018-04-11T15:11:29Z"
+ "lastLogTick" : "11330",
+ "lastUncommittedLogTick" : "11330",
+ "totalEvents" : 3861,
+ "time" : "2018-04-24T11:56:40Z"
},
"server" : {
"version" : "3.3.7",
- "serverId" : "74004589992684"
+ "serverId" : "231417767840817"
},
"clients" : [ ]
}
diff --git a/Documentation/Examples/RestReplicationLoggerTickRanges.generated b/Documentation/Examples/RestReplicationLoggerTickRanges.generated
index eb5915c546..b21fa61ee1 100644
--- a/Documentation/Examples/RestReplicationLoggerTickRanges.generated
+++ b/Documentation/Examples/RestReplicationLoggerTickRanges.generated
@@ -6,33 +6,33 @@ x-content-type-options: nosniff
[
{
- "datafile" : "/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/journals/logfile-3.db",
+ "datafile" : "/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "5",
- "tickMax" : "10036"
+ "tickMax" : "10199"
},
{
- "datafile" : "/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/journals/logfile-85.db",
+ "datafile" : "/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/journals/logfile-193.db",
"status" : "collected",
- "tickMin" : "10042",
- "tickMax" : "10107"
+ "tickMin" : "10214",
+ "tickMax" : "10270"
},
{
- "datafile" : "/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/journals/logfile-86.db",
+ "datafile" : "/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/journals/logfile-7316.db",
"status" : "collected",
- "tickMin" : "10114",
- "tickMax" : "11115"
+ "tickMin" : "10276",
+ "tickMax" : "11267"
},
{
- "datafile" : "/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/journals/logfile-10039.db",
+ "datafile" : "/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/journals/logfile-10202.db",
"status" : "collected",
- "tickMin" : "11123",
- "tickMax" : "11125"
+ "tickMin" : "11271",
+ "tickMax" : "11274"
},
{
- "datafile" : "/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/journals/logfile-10110.db",
+ "datafile" : "/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/journals/logfile-10273.db",
"status" : "open",
- "tickMin" : "11130",
- "tickMax" : "11182"
+ "tickMin" : "11283",
+ "tickMax" : "11330"
}
]
diff --git a/Documentation/Examples/RestReplicationServerId.generated b/Documentation/Examples/RestReplicationServerId.generated
index 28315c44a3..0613564a80 100644
--- a/Documentation/Examples/RestReplicationServerId.generated
+++ b/Documentation/Examples/RestReplicationServerId.generated
@@ -5,5 +5,5 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "serverId" : "74004589992684"
+ "serverId" : "231417767840817"
}
diff --git a/Documentation/Examples/RestSimpleAllBatch.generated b/Documentation/Examples/RestSimpleAllBatch.generated
index 8f8c1c6b4a..ffcc86d0d5 100644
--- a/Documentation/Examples/RestSimpleAllBatch.generated
+++ b/Documentation/Examples/RestSimpleAllBatch.generated
@@ -11,26 +11,26 @@ x-content-type-options: nosniff
"code" : 201,
"result" : [
{
- "_key" : "11217",
- "_id" : "products/11217",
- "_rev" : "_WpTB-Ku--D",
- "Hello5" : "World5"
+ "_key" : "11362",
+ "_id" : "products/11362",
+ "_rev" : "_WtcBRUm--F",
+ "Hello4" : "World4"
},
{
- "_key" : "11211",
- "_id" : "products/11211",
- "_rev" : "_WpTB-Ku--_",
+ "_key" : "11356",
+ "_id" : "products/11356",
+ "_rev" : "_WtcBRUm--B",
+ "Hello2" : "World2"
+ },
+ {
+ "_key" : "11359",
+ "_id" : "products/11359",
+ "_rev" : "_WtcBRUm--D",
"Hello3" : "World3"
- },
- {
- "_key" : "11204",
- "_id" : "products/11204",
- "_rev" : "_WpTB-Kq--_",
- "Hello1" : "World1"
}
],
"hasMore" : true,
- "id" : "11220",
+ "id" : "11368",
"count" : 5,
"extra" : {
"stats" : {
@@ -40,7 +40,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00012636184692382812
+ "executionTime" : 0.0002143383026123047
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleAllSkipLimit.generated b/Documentation/Examples/RestSimpleAllSkipLimit.generated
index 9d4a52bfdf..93ecc7cdf5 100644
--- a/Documentation/Examples/RestSimpleAllSkipLimit.generated
+++ b/Documentation/Examples/RestSimpleAllSkipLimit.generated
@@ -9,16 +9,16 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11226",
- "_id" : "products/11226",
- "_rev" : "_WpTB-LO--_",
+ "_key" : "11374",
+ "_id" : "products/11374",
+ "_rev" : "_WtcBRVO--_",
"Hello1" : "World1"
},
{
- "_key" : "11236",
- "_id" : "products/11236",
- "_rev" : "_WpTB-LS--D",
- "Hello4" : "World4"
+ "_key" : "11381",
+ "_id" : "products/11381",
+ "_rev" : "_WtcBRVO--D",
+ "Hello3" : "World3"
}
],
"hasMore" : false,
@@ -32,7 +32,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00010156631469726562
+ "executionTime" : 0.00014972686767578125
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleAny.generated b/Documentation/Examples/RestSimpleAny.generated
index 147943e2c4..ca90e9d79e 100644
--- a/Documentation/Examples/RestSimpleAny.generated
+++ b/Documentation/Examples/RestSimpleAny.generated
@@ -10,10 +10,10 @@ x-content-type-options: nosniff
{
"document" : {
- "_key" : "11257",
- "_id" : "products/11257",
- "_rev" : "_WpTB-L2--D",
- "Hello4" : "World4"
+ "_key" : "11402",
+ "_id" : "products/11402",
+ "_rev" : "_WtcBRVy--D",
+ "Hello3" : "World3"
},
"error" : false,
"code" : 200
diff --git a/Documentation/Examples/RestSimpleByExample.generated b/Documentation/Examples/RestSimpleByExample.generated
index 164df9b4a7..2c4e594448 100644
--- a/Documentation/Examples/RestSimpleByExample.generated
+++ b/Documentation/Examples/RestSimpleByExample.generated
@@ -14,19 +14,18 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11278",
- "_id" : "products/11278",
- "_rev" : "_WpTB-Ma--B",
+ "_key" : "11420",
+ "_id" : "products/11420",
+ "_rev" : "_WtcBRWW--B",
"a" : {
- "k" : 2,
- "j" : 2
+ "j" : 1
},
"i" : 1
},
{
- "_key" : "11268",
- "_id" : "products/11268",
- "_rev" : "_WpTB-MW--_",
+ "_key" : "11416",
+ "_id" : "products/11416",
+ "_rev" : "_WtcBRWW--_",
"a" : {
"k" : 1,
"j" : 1
@@ -34,23 +33,37 @@ x-content-type-options: nosniff
"i" : 1
},
{
- "_key" : "11275",
- "_id" : "products/11275",
- "_rev" : "_WpTB-Ma--_",
+ "_key" : "11423",
+ "_id" : "products/11423",
+ "_rev" : "_WtcBRWW--D",
"i" : 1
},
{
- "_key" : "11272",
- "_id" : "products/11272",
- "_rev" : "_WpTB-MW--B",
+ "_key" : "11426",
+ "_id" : "products/11426",
+ "_rev" : "_WtcBRWW--F",
"a" : {
- "j" : 1
+ "k" : 2,
+ "j" : 2
},
"i" : 1
}
],
"hasMore" : false,
"count" : 4,
+ "cached" : false,
+ "extra" : {
+ "stats" : {
+ "writesExecuted" : 0,
+ "writesIgnored" : 0,
+ "scannedFull" : 4,
+ "scannedIndex" : 0,
+ "filtered" : 0,
+ "httpRequests" : 0,
+ "executionTime" : 0.00017333030700683594
+ },
+ "warnings" : [ ]
+ },
"error" : false,
"code" : 201
}
diff --git a/Documentation/Examples/RestSimpleByExample2.generated b/Documentation/Examples/RestSimpleByExample2.generated
index 05dbada2be..21791c8688 100644
--- a/Documentation/Examples/RestSimpleByExample2.generated
+++ b/Documentation/Examples/RestSimpleByExample2.generated
@@ -14,20 +14,20 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11287",
- "_id" : "products/11287",
- "_rev" : "_WpTB-NC--_",
+ "_key" : "11438",
+ "_id" : "products/11438",
+ "_rev" : "_WtcBRW2--B",
"a" : {
- "k" : 1,
"j" : 1
},
"i" : 1
},
{
- "_key" : "11291",
- "_id" : "products/11291",
- "_rev" : "_WpTB-NC--B",
+ "_key" : "11434",
+ "_id" : "products/11434",
+ "_rev" : "_WtcBRW2--_",
"a" : {
+ "k" : 1,
"j" : 1
},
"i" : 1
@@ -35,6 +35,19 @@ x-content-type-options: nosniff
],
"hasMore" : false,
"count" : 2,
+ "cached" : false,
+ "extra" : {
+ "stats" : {
+ "writesExecuted" : 0,
+ "writesIgnored" : 0,
+ "scannedFull" : 4,
+ "scannedIndex" : 0,
+ "filtered" : 2,
+ "httpRequests" : 0,
+ "executionTime" : 0.0001494884490966797
+ },
+ "warnings" : [ ]
+ },
"error" : false,
"code" : 201
}
diff --git a/Documentation/Examples/RestSimpleByExample3.generated b/Documentation/Examples/RestSimpleByExample3.generated
index 9dc7162c9d..e11a3ccf6f 100644
--- a/Documentation/Examples/RestSimpleByExample3.generated
+++ b/Documentation/Examples/RestSimpleByExample3.generated
@@ -16,9 +16,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11310",
- "_id" : "products/11310",
- "_rev" : "_WpTB-Nm--B",
+ "_key" : "11456",
+ "_id" : "products/11456",
+ "_rev" : "_WtcBRXW--B",
"a" : {
"j" : 1
},
@@ -27,6 +27,19 @@ x-content-type-options: nosniff
],
"hasMore" : false,
"count" : 1,
+ "cached" : false,
+ "extra" : {
+ "stats" : {
+ "writesExecuted" : 0,
+ "writesIgnored" : 0,
+ "scannedFull" : 4,
+ "scannedIndex" : 0,
+ "filtered" : 3,
+ "httpRequests" : 0,
+ "executionTime" : 0.0001938343048095703
+ },
+ "warnings" : [ ]
+ },
"error" : false,
"code" : 201
}
diff --git a/Documentation/Examples/RestSimpleFirstExample.generated b/Documentation/Examples/RestSimpleFirstExample.generated
index d90c1d2d4b..4246468afe 100644
--- a/Documentation/Examples/RestSimpleFirstExample.generated
+++ b/Documentation/Examples/RestSimpleFirstExample.generated
@@ -13,12 +13,12 @@ x-content-type-options: nosniff
{
"document" : {
- "_key" : "11335",
- "_id" : "products/11335",
- "_rev" : "_WpTB-OK--_",
+ "_key" : "11470",
+ "_id" : "products/11470",
+ "_rev" : "_WtcBRX2--_",
"a" : {
- "k" : 2,
- "j" : 2
+ "k" : 1,
+ "j" : 1
},
"i" : 1
},
diff --git a/Documentation/Examples/RestSimpleFulltext.generated b/Documentation/Examples/RestSimpleFulltext.generated
index 5cf0afcb13..5e696e58dd 100644
--- a/Documentation/Examples/RestSimpleFulltext.generated
+++ b/Documentation/Examples/RestSimpleFulltext.generated
@@ -13,15 +13,15 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11361",
- "_id" : "products/11361",
- "_rev" : "_WpTB-PO--_",
+ "_key" : "11506",
+ "_id" : "products/11506",
+ "_rev" : "_WtcBRZ---_",
"text" : "this text contains word"
},
{
- "_key" : "11365",
- "_id" : "products/11365",
- "_rev" : "_WpTB-PO--B",
+ "_key" : "11510",
+ "_id" : "products/11510",
+ "_rev" : "_WtcBRZ---B",
"text" : "this text also has a word"
}
],
diff --git a/Documentation/Examples/RestSimpleLookup.generated b/Documentation/Examples/RestSimpleLookup.generated
index cc526a9498..b4a8076cb2 100644
--- a/Documentation/Examples/RestSimpleLookup.generated
+++ b/Documentation/Examples/RestSimpleLookup.generated
@@ -25,61 +25,61 @@ x-content-type-options: nosniff
{
"_key" : "test0",
"_id" : "test/test0",
- "_rev" : "_WpTB-QG--_",
+ "_rev" : "_WtcBRZ2--_",
"value" : 0
},
{
"_key" : "test1",
"_id" : "test/test1",
- "_rev" : "_WpTB-QG--B",
+ "_rev" : "_WtcBRZ2--B",
"value" : 1
},
{
"_key" : "test2",
"_id" : "test/test2",
- "_rev" : "_WpTB-QG--D",
+ "_rev" : "_WtcBRZ2--D",
"value" : 2
},
{
"_key" : "test3",
"_id" : "test/test3",
- "_rev" : "_WpTB-QG--F",
+ "_rev" : "_WtcBRZ2--F",
"value" : 3
},
{
"_key" : "test4",
"_id" : "test/test4",
- "_rev" : "_WpTB-QG--H",
+ "_rev" : "_WtcBRZ2--H",
"value" : 4
},
{
"_key" : "test5",
"_id" : "test/test5",
- "_rev" : "_WpTB-QK--_",
+ "_rev" : "_WtcBRZ6--_",
"value" : 5
},
{
"_key" : "test6",
"_id" : "test/test6",
- "_rev" : "_WpTB-QK--B",
+ "_rev" : "_WtcBRZ6--B",
"value" : 6
},
{
"_key" : "test7",
"_id" : "test/test7",
- "_rev" : "_WpTB-QK--D",
+ "_rev" : "_WtcBRZ6--D",
"value" : 7
},
{
"_key" : "test8",
"_id" : "test/test8",
- "_rev" : "_WpTB-QK--F",
+ "_rev" : "_WtcBRZ6--F",
"value" : 8
},
{
"_key" : "test9",
"_id" : "test/test9",
- "_rev" : "_WpTB-QK--H",
+ "_rev" : "_WtcBRZ6--H",
"value" : 9
}
],
diff --git a/Documentation/Examples/RestSimpleNear.generated b/Documentation/Examples/RestSimpleNear.generated
index add67b8225..9a82eff9eb 100644
--- a/Documentation/Examples/RestSimpleNear.generated
+++ b/Documentation/Examples/RestSimpleNear.generated
@@ -15,9 +15,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11455",
- "_id" : "products/11455",
- "_rev" : "_WpTB-Rm--_",
+ "_key" : "11600",
+ "_id" : "products/11600",
+ "_rev" : "_WtcBRba--F",
"name" : "Name/0.002/",
"loc" : [
0.002,
@@ -25,9 +25,9 @@ x-content-type-options: nosniff
]
},
{
- "_key" : "11449",
- "_id" : "products/11449",
- "_rev" : "_WpTB-Ri--H",
+ "_key" : "11594",
+ "_id" : "products/11594",
+ "_rev" : "_WtcBRba--B",
"name" : "Name/-0.002/",
"loc" : [
-0.002,
diff --git a/Documentation/Examples/RestSimpleNearDistance.generated b/Documentation/Examples/RestSimpleNearDistance.generated
index 417234b640..4c3037993a 100644
--- a/Documentation/Examples/RestSimpleNearDistance.generated
+++ b/Documentation/Examples/RestSimpleNearDistance.generated
@@ -17,9 +17,9 @@ x-content-type-options: nosniff
"result" : [
{
"distance" : 222.38985328911744,
- "_id" : "products/11493",
- "_key" : "11493",
- "_rev" : "_WpTB-Si--H",
+ "_id" : "products/11638",
+ "_key" : "11638",
+ "_rev" : "_WtcBRcW--_",
"loc" : [
-0.002,
0
@@ -28,9 +28,9 @@ x-content-type-options: nosniff
},
{
"distance" : 222.38985328911744,
- "_id" : "products/11499",
- "_key" : "11499",
- "_rev" : "_WpTB-Sm--_",
+ "_id" : "products/11644",
+ "_key" : "11644",
+ "_rev" : "_WtcBRcW--D",
"loc" : [
0.002,
0
@@ -39,9 +39,9 @@ x-content-type-options: nosniff
},
{
"distance" : 444.779706578235,
- "_id" : "products/11490",
- "_key" : "11490",
- "_rev" : "_WpTB-Si--F",
+ "_id" : "products/11635",
+ "_key" : "11635",
+ "_rev" : "_WtcBRcS--F",
"loc" : [
-0.004,
0
diff --git a/Documentation/Examples/RestSimpleRange.generated b/Documentation/Examples/RestSimpleRange.generated
index f794a4c714..9946c9a4bd 100644
--- a/Documentation/Examples/RestSimpleRange.generated
+++ b/Documentation/Examples/RestSimpleRange.generated
@@ -14,15 +14,15 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11528",
- "_id" : "products/11528",
- "_rev" : "_WpTB-Ti--_",
+ "_key" : "11673",
+ "_id" : "products/11673",
+ "_rev" : "_WtcBRdO--B",
"i" : 2
},
{
- "_key" : "11531",
- "_id" : "products/11531",
- "_rev" : "_WpTB-Ti--B",
+ "_key" : "11676",
+ "_id" : "products/11676",
+ "_rev" : "_WtcBRdO--D",
"i" : 3
}
],
diff --git a/Documentation/Examples/RestSimpleWithin.generated b/Documentation/Examples/RestSimpleWithin.generated
index 02c6a05cf4..6d90573700 100644
--- a/Documentation/Examples/RestSimpleWithin.generated
+++ b/Documentation/Examples/RestSimpleWithin.generated
@@ -16,9 +16,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11784",
- "_id" : "products/11784",
- "_rev" : "_WpTB-Zq--D",
+ "_key" : "11929",
+ "_id" : "products/11929",
+ "_rev" : "_WtcBRjS--J",
"name" : "Name/0.002/",
"loc" : [
0.002,
@@ -26,9 +26,9 @@ x-content-type-options: nosniff
]
},
{
- "_key" : "11778",
- "_id" : "products/11778",
- "_rev" : "_WpTB-Zq--_",
+ "_key" : "11923",
+ "_id" : "products/11923",
+ "_rev" : "_WtcBRjS--F",
"name" : "Name/-0.002/",
"loc" : [
-0.002,
diff --git a/Documentation/Examples/RestSimpleWithinDistance.generated b/Documentation/Examples/RestSimpleWithinDistance.generated
index 5486200bbf..cbaaee1d5d 100644
--- a/Documentation/Examples/RestSimpleWithinDistance.generated
+++ b/Documentation/Examples/RestSimpleWithinDistance.generated
@@ -18,9 +18,9 @@ x-content-type-options: nosniff
"result" : [
{
"distance" : 222.38985328911744,
- "_id" : "products/11822",
- "_key" : "11822",
- "_rev" : "_WpTB-ai--_",
+ "_id" : "products/11967",
+ "_key" : "11967",
+ "_rev" : "_WtcBRkK--F",
"loc" : [
-0.002,
0
@@ -29,9 +29,9 @@ x-content-type-options: nosniff
},
{
"distance" : 222.38985328911744,
- "_id" : "products/11828",
- "_key" : "11828",
- "_rev" : "_WpTB-ai--D",
+ "_id" : "products/11973",
+ "_key" : "11973",
+ "_rev" : "_WtcBRkK--J",
"loc" : [
0.002,
0
@@ -40,9 +40,9 @@ x-content-type-options: nosniff
},
{
"distance" : 444.779706578235,
- "_id" : "products/11819",
- "_key" : "11819",
- "_rev" : "_WpTB-ae--F",
+ "_id" : "products/11964",
+ "_key" : "11964",
+ "_rev" : "_WtcBRkK--D",
"loc" : [
-0.004,
0
diff --git a/Documentation/Examples/RestSimpleWithinRectangle.generated b/Documentation/Examples/RestSimpleWithinRectangle.generated
index 6a80ccbaf9..d21f7b33f5 100644
--- a/Documentation/Examples/RestSimpleWithinRectangle.generated
+++ b/Documentation/Examples/RestSimpleWithinRectangle.generated
@@ -17,9 +17,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "11881",
- "_id" : "products/11881",
- "_rev" : "_WpTB-be--G",
+ "_key" : "12026",
+ "_id" : "products/12026",
+ "_rev" : "_WtcBRlG--F",
"name" : "Name/0.008/",
"loc" : [
0.008,
@@ -27,9 +27,9 @@ x-content-type-options: nosniff
]
},
{
- "_key" : "11878",
- "_id" : "products/11878",
- "_rev" : "_WpTB-be--E",
+ "_key" : "12023",
+ "_id" : "products/12023",
+ "_rev" : "_WtcBRlG--D",
"name" : "Name/0.006/",
"loc" : [
0.006,
diff --git a/Documentation/Examples/RestTasksCreate.generated b/Documentation/Examples/RestTasksCreate.generated
index 92d4cc3178..7dc54dce47 100644
--- a/Documentation/Examples/RestTasksCreate.generated
+++ b/Documentation/Examples/RestTasksCreate.generated
@@ -15,9 +15,9 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "id" : "11892",
+ "id" : "12037",
"name" : "SampleTask",
- "created" : 1523459490.2711713,
+ "created" : 1524571000.4424608,
"type" : "periodic",
"period" : 2,
"offset" : 0,
@@ -26,5 +26,5 @@ x-content-type-options: nosniff
"error" : false,
"code" : 200
}
-shell> curl -X DELETE --dump - http://localhost:8529/_api/tasks/11892
+shell> curl -X DELETE --dump - http://localhost:8529/_api/tasks/12037
diff --git a/Documentation/Examples/RestTasksListAll.generated b/Documentation/Examples/RestTasksListAll.generated
index 3f2e49d48b..c9427d31d0 100644
--- a/Documentation/Examples/RestTasksListAll.generated
+++ b/Documentation/Examples/RestTasksListAll.generated
@@ -8,17 +8,17 @@ x-content-type-options: nosniff
{
"id" : "statistics-gc",
"name" : "statistics-gc",
- "created" : 1523459469.2211163,
+ "created" : 1524570996.6704588,
"type" : "periodic",
"period" : 450,
- "offset" : 245.342568,
+ "offset" : 165.450185,
"command" : "(function (params) { require('@arangodb/statistics').garbageCollector(); } )(params);",
"database" : "_system"
},
{
"id" : "statistics-average-collector",
"name" : "statistics-average-collector",
- "created" : 1523459469.2209842,
+ "created" : 1524570996.670372,
"type" : "periodic",
"period" : 900,
"offset" : 20,
@@ -28,7 +28,7 @@ x-content-type-options: nosniff
{
"id" : "statistics-collector",
"name" : "statistics-collector",
- "created" : 1523459469.220851,
+ "created" : 1524570996.6702576,
"type" : "periodic",
"period" : 10,
"offset" : 1,
@@ -38,7 +38,7 @@ x-content-type-options: nosniff
{
"id" : "84",
"name" : "user-defined task",
- "created" : 1523459459.2679694,
+ "created" : 1524570986.7010207,
"type" : "periodic",
"period" : 1,
"offset" : 0.000001,
diff --git a/Documentation/Examples/RestTasksListOne.generated b/Documentation/Examples/RestTasksListOne.generated
index e4a8ac3dd2..e45c4fcea1 100644
--- a/Documentation/Examples/RestTasksListOne.generated
+++ b/Documentation/Examples/RestTasksListOne.generated
@@ -7,7 +7,7 @@ x-content-type-options: nosniff
{
"id" : "statistics-average-collector",
"name" : "statistics-average-collector",
- "created" : 1523459469.2209842,
+ "created" : 1524570996.670372,
"type" : "periodic",
"period" : 900,
"offset" : 20,
diff --git a/Documentation/Examples/RestTasksPutWithId.generated b/Documentation/Examples/RestTasksPutWithId.generated
index 5f08ead736..28fedd849e 100644
--- a/Documentation/Examples/RestTasksPutWithId.generated
+++ b/Documentation/Examples/RestTasksPutWithId.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
{
"id" : "sampleTask",
"name" : "SampleTask",
- "created" : 1523459490.2839193,
+ "created" : 1524571000.4573004,
"type" : "periodic",
"period" : 2,
"offset" : 0,
diff --git a/Documentation/Examples/RestTraversalAny.generated b/Documentation/Examples/RestTraversalAny.generated
index 6b21b88f1a..dd7b640c30 100644
--- a/Documentation/Examples/RestTraversalAny.generated
+++ b/Documentation/Examples/RestTraversalAny.generated
@@ -21,37 +21,37 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-gS--B",
+ "_rev" : "_WtcBRqe--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-gW--_",
+ "_rev" : "_WtcBRqe--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-gW--B",
+ "_rev" : "_WtcBRqe--F",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-gW--D",
+ "_rev" : "_WtcBRqe--H",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
}
],
@@ -62,7 +62,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
}
]
@@ -70,11 +70,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "11982",
- "_id" : "knows/11982",
+ "_key" : "12119",
+ "_id" : "knows/12119",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-gW--F",
+ "_rev" : "_WtcBRqi--_",
"vertex" : "alice"
}
],
@@ -82,13 +82,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-gS--B",
+ "_rev" : "_WtcBRqe--B",
"name" : "Bob"
}
]
@@ -96,19 +96,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "11982",
- "_id" : "knows/11982",
+ "_key" : "12119",
+ "_id" : "knows/12119",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-gW--F",
+ "_rev" : "_WtcBRqi--_",
"vertex" : "alice"
},
{
- "_key" : "11986",
- "_id" : "knows/11986",
+ "_key" : "12123",
+ "_id" : "knows/12123",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-gW--H",
+ "_rev" : "_WtcBRqi--B",
"vertex" : "bob"
}
],
@@ -116,19 +116,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-gS--B",
+ "_rev" : "_WtcBRqe--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-gW--_",
+ "_rev" : "_WtcBRqe--D",
"name" : "Charlie"
}
]
@@ -136,19 +136,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "11982",
- "_id" : "knows/11982",
+ "_key" : "12119",
+ "_id" : "knows/12119",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-gW--F",
+ "_rev" : "_WtcBRqi--_",
"vertex" : "alice"
},
{
- "_key" : "11989",
- "_id" : "knows/11989",
+ "_key" : "12126",
+ "_id" : "knows/12126",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-ga--_",
+ "_rev" : "_WtcBRqi--D",
"vertex" : "bob"
}
],
@@ -156,19 +156,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-gS--B",
+ "_rev" : "_WtcBRqe--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-gW--B",
+ "_rev" : "_WtcBRqe--F",
"name" : "Dave"
}
]
@@ -176,19 +176,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "11982",
- "_id" : "knows/11982",
+ "_key" : "12119",
+ "_id" : "knows/12119",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-gW--F",
+ "_rev" : "_WtcBRqi--_",
"vertex" : "alice"
},
{
- "_key" : "11995",
- "_id" : "knows/11995",
+ "_key" : "12132",
+ "_id" : "knows/12132",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ga--D",
+ "_rev" : "_WtcBRqi--H",
"vertex" : "eve"
}
],
@@ -196,19 +196,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-gS--B",
+ "_rev" : "_WtcBRqe--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-gW--D",
+ "_rev" : "_WtcBRqe--H",
"name" : "Eve"
}
]
@@ -216,27 +216,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "11982",
- "_id" : "knows/11982",
+ "_key" : "12119",
+ "_id" : "knows/12119",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-gW--F",
+ "_rev" : "_WtcBRqi--_",
"vertex" : "alice"
},
{
- "_key" : "11995",
- "_id" : "knows/11995",
+ "_key" : "12132",
+ "_id" : "knows/12132",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ga--D",
+ "_rev" : "_WtcBRqi--H",
"vertex" : "eve"
},
{
- "_key" : "11992",
- "_id" : "knows/11992",
+ "_key" : "12129",
+ "_id" : "knows/12129",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ga--B",
+ "_rev" : "_WtcBRqi--F",
"vertex" : "eve"
}
],
@@ -244,25 +244,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-gS--B",
+ "_rev" : "_WtcBRqe--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-gW--D",
+ "_rev" : "_WtcBRqe--H",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-gS--_",
+ "_rev" : "_WtcBRqe--_",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalBackwardItemOrder.generated b/Documentation/Examples/RestTraversalBackwardItemOrder.generated
index 8933cdf86f..8b96340376 100644
--- a/Documentation/Examples/RestTraversalBackwardItemOrder.generated
+++ b/Documentation/Examples/RestTraversalBackwardItemOrder.generated
@@ -18,67 +18,67 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ie--B",
+ "_rev" : "_WtcBRsq--H",
"name" : "Dave"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ie--_",
+ "_rev" : "_WtcBRsq--F",
"name" : "Charlie"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ie--B",
+ "_rev" : "_WtcBRsq--H",
"name" : "Dave"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ie--_",
+ "_rev" : "_WtcBRsq--F",
"name" : "Charlie"
}
],
@@ -89,7 +89,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
}
]
@@ -97,11 +97,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12072",
- "_id" : "knows/12072",
+ "_key" : "12209",
+ "_id" : "knows/12209",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ie--L",
+ "_rev" : "_WtcBRsu--F",
"vertex" : "eve"
}
],
@@ -109,13 +109,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
}
]
@@ -123,19 +123,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12072",
- "_id" : "knows/12072",
+ "_key" : "12209",
+ "_id" : "knows/12209",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ie--L",
+ "_rev" : "_WtcBRsu--F",
"vertex" : "eve"
},
{
- "_key" : "12075",
- "_id" : "knows/12075",
+ "_key" : "12212",
+ "_id" : "knows/12212",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ii--_",
+ "_rev" : "_WtcBRsu--H",
"vertex" : "eve"
}
],
@@ -143,19 +143,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
}
]
@@ -163,27 +163,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12072",
- "_id" : "knows/12072",
+ "_key" : "12209",
+ "_id" : "knows/12209",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ie--L",
+ "_rev" : "_WtcBRsu--F",
"vertex" : "eve"
},
{
- "_key" : "12075",
- "_id" : "knows/12075",
+ "_key" : "12212",
+ "_id" : "knows/12212",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ii--_",
+ "_rev" : "_WtcBRsu--H",
"vertex" : "eve"
},
{
- "_key" : "12062",
- "_id" : "knows/12062",
+ "_key" : "12199",
+ "_id" : "knows/12199",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ie--F",
+ "_rev" : "_WtcBRsu--_",
"vertex" : "alice"
}
],
@@ -191,25 +191,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
}
]
@@ -217,27 +217,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12072",
- "_id" : "knows/12072",
+ "_key" : "12209",
+ "_id" : "knows/12209",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ie--L",
+ "_rev" : "_WtcBRsu--F",
"vertex" : "eve"
},
{
- "_key" : "12075",
- "_id" : "knows/12075",
+ "_key" : "12212",
+ "_id" : "knows/12212",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ii--_",
+ "_rev" : "_WtcBRsu--H",
"vertex" : "eve"
},
{
- "_key" : "12069",
- "_id" : "knows/12069",
+ "_key" : "12206",
+ "_id" : "knows/12206",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-ie--J",
+ "_rev" : "_WtcBRsu--D",
"vertex" : "bob"
}
],
@@ -245,25 +245,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ie--B",
+ "_rev" : "_WtcBRsq--H",
"name" : "Dave"
}
]
@@ -271,27 +271,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12072",
- "_id" : "knows/12072",
+ "_key" : "12209",
+ "_id" : "knows/12209",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ie--L",
+ "_rev" : "_WtcBRsu--F",
"vertex" : "eve"
},
{
- "_key" : "12075",
- "_id" : "knows/12075",
+ "_key" : "12212",
+ "_id" : "knows/12212",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ii--_",
+ "_rev" : "_WtcBRsu--H",
"vertex" : "eve"
},
{
- "_key" : "12066",
- "_id" : "knows/12066",
+ "_key" : "12203",
+ "_id" : "knows/12203",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-ie--H",
+ "_rev" : "_WtcBRsu--B",
"vertex" : "bob"
}
],
@@ -299,25 +299,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ie--_",
+ "_rev" : "_WtcBRsq--F",
"name" : "Charlie"
}
]
@@ -325,11 +325,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12062",
- "_id" : "knows/12062",
+ "_key" : "12199",
+ "_id" : "knows/12199",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ie--F",
+ "_rev" : "_WtcBRsu--_",
"vertex" : "alice"
}
],
@@ -337,13 +337,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
}
]
@@ -351,19 +351,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12062",
- "_id" : "knows/12062",
+ "_key" : "12199",
+ "_id" : "knows/12199",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ie--F",
+ "_rev" : "_WtcBRsu--_",
"vertex" : "alice"
},
{
- "_key" : "12075",
- "_id" : "knows/12075",
+ "_key" : "12212",
+ "_id" : "knows/12212",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ii--_",
+ "_rev" : "_WtcBRsu--H",
"vertex" : "eve"
}
],
@@ -371,19 +371,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
}
]
@@ -391,27 +391,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12062",
- "_id" : "knows/12062",
+ "_key" : "12199",
+ "_id" : "knows/12199",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ie--F",
+ "_rev" : "_WtcBRsu--_",
"vertex" : "alice"
},
{
- "_key" : "12075",
- "_id" : "knows/12075",
+ "_key" : "12212",
+ "_id" : "knows/12212",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ii--_",
+ "_rev" : "_WtcBRsu--H",
"vertex" : "eve"
},
{
- "_key" : "12072",
- "_id" : "knows/12072",
+ "_key" : "12209",
+ "_id" : "knows/12209",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-ie--L",
+ "_rev" : "_WtcBRsu--F",
"vertex" : "eve"
}
],
@@ -419,25 +419,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-ie--D",
+ "_rev" : "_WtcBRsq--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
}
]
@@ -445,19 +445,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12062",
- "_id" : "knows/12062",
+ "_key" : "12199",
+ "_id" : "knows/12199",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ie--F",
+ "_rev" : "_WtcBRsu--_",
"vertex" : "alice"
},
{
- "_key" : "12069",
- "_id" : "knows/12069",
+ "_key" : "12206",
+ "_id" : "knows/12206",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-ie--J",
+ "_rev" : "_WtcBRsu--D",
"vertex" : "bob"
}
],
@@ -465,19 +465,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ie--B",
+ "_rev" : "_WtcBRsq--H",
"name" : "Dave"
}
]
@@ -485,19 +485,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12062",
- "_id" : "knows/12062",
+ "_key" : "12199",
+ "_id" : "knows/12199",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-ie--F",
+ "_rev" : "_WtcBRsu--_",
"vertex" : "alice"
},
{
- "_key" : "12066",
- "_id" : "knows/12066",
+ "_key" : "12203",
+ "_id" : "knows/12203",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-ie--H",
+ "_rev" : "_WtcBRsu--B",
"vertex" : "bob"
}
],
@@ -505,19 +505,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ia--B",
+ "_rev" : "_WtcBRsq--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ia--D",
+ "_rev" : "_WtcBRsq--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ie--_",
+ "_rev" : "_WtcBRsq--F",
"name" : "Charlie"
}
]
diff --git a/Documentation/Examples/RestTraversalDepthFirst.generated b/Documentation/Examples/RestTraversalDepthFirst.generated
index 4b226b9e90..c75af4bad4 100644
--- a/Documentation/Examples/RestTraversalDepthFirst.generated
+++ b/Documentation/Examples/RestTraversalDepthFirst.generated
@@ -18,67 +18,67 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-km--_",
+ "_rev" : "_WtcBRum--F",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-km--B",
+ "_rev" : "_WtcBRum--H",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-km--_",
+ "_rev" : "_WtcBRum--F",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-km--B",
+ "_rev" : "_WtcBRum--H",
"name" : "Dave"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
}
],
@@ -89,7 +89,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
}
]
@@ -97,11 +97,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12157",
- "_id" : "knows/12157",
+ "_key" : "12294",
+ "_id" : "knows/12294",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--F",
+ "_rev" : "_WtcBRuq--_",
"vertex" : "alice"
}
],
@@ -109,13 +109,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
}
]
@@ -123,19 +123,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12157",
- "_id" : "knows/12157",
+ "_key" : "12294",
+ "_id" : "knows/12294",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--F",
+ "_rev" : "_WtcBRuq--_",
"vertex" : "alice"
},
{
- "_key" : "12161",
- "_id" : "knows/12161",
+ "_key" : "12298",
+ "_id" : "knows/12298",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-km--H",
+ "_rev" : "_WtcBRuq--B",
"vertex" : "bob"
}
],
@@ -143,19 +143,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-km--_",
+ "_rev" : "_WtcBRum--F",
"name" : "Charlie"
}
]
@@ -163,19 +163,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12157",
- "_id" : "knows/12157",
+ "_key" : "12294",
+ "_id" : "knows/12294",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--F",
+ "_rev" : "_WtcBRuq--_",
"vertex" : "alice"
},
{
- "_key" : "12164",
- "_id" : "knows/12164",
+ "_key" : "12301",
+ "_id" : "knows/12301",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-km--J",
+ "_rev" : "_WtcBRuq--D",
"vertex" : "bob"
}
],
@@ -183,19 +183,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-km--B",
+ "_rev" : "_WtcBRum--H",
"name" : "Dave"
}
]
@@ -203,19 +203,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12157",
- "_id" : "knows/12157",
+ "_key" : "12294",
+ "_id" : "knows/12294",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--F",
+ "_rev" : "_WtcBRuq--_",
"vertex" : "alice"
},
{
- "_key" : "12170",
- "_id" : "knows/12170",
+ "_key" : "12307",
+ "_id" : "knows/12307",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--N",
+ "_rev" : "_WtcBRuq--H",
"vertex" : "eve"
}
],
@@ -223,19 +223,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
}
]
@@ -243,27 +243,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12157",
- "_id" : "knows/12157",
+ "_key" : "12294",
+ "_id" : "knows/12294",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--F",
+ "_rev" : "_WtcBRuq--_",
"vertex" : "alice"
},
{
- "_key" : "12170",
- "_id" : "knows/12170",
+ "_key" : "12307",
+ "_id" : "knows/12307",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--N",
+ "_rev" : "_WtcBRuq--H",
"vertex" : "eve"
},
{
- "_key" : "12167",
- "_id" : "knows/12167",
+ "_key" : "12304",
+ "_id" : "knows/12304",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-km--L",
+ "_rev" : "_WtcBRuq--F",
"vertex" : "eve"
}
],
@@ -271,25 +271,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
}
]
@@ -297,11 +297,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12167",
- "_id" : "knows/12167",
+ "_key" : "12304",
+ "_id" : "knows/12304",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-km--L",
+ "_rev" : "_WtcBRuq--F",
"vertex" : "eve"
}
],
@@ -309,13 +309,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
}
]
@@ -323,19 +323,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12167",
- "_id" : "knows/12167",
+ "_key" : "12304",
+ "_id" : "knows/12304",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-km--L",
+ "_rev" : "_WtcBRuq--F",
"vertex" : "eve"
},
{
- "_key" : "12170",
- "_id" : "knows/12170",
+ "_key" : "12307",
+ "_id" : "knows/12307",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--N",
+ "_rev" : "_WtcBRuq--H",
"vertex" : "eve"
}
],
@@ -343,19 +343,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
}
]
@@ -363,27 +363,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12167",
- "_id" : "knows/12167",
+ "_key" : "12304",
+ "_id" : "knows/12304",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-km--L",
+ "_rev" : "_WtcBRuq--F",
"vertex" : "eve"
},
{
- "_key" : "12170",
- "_id" : "knows/12170",
+ "_key" : "12307",
+ "_id" : "knows/12307",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--N",
+ "_rev" : "_WtcBRuq--H",
"vertex" : "eve"
},
{
- "_key" : "12161",
- "_id" : "knows/12161",
+ "_key" : "12298",
+ "_id" : "knows/12298",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-km--H",
+ "_rev" : "_WtcBRuq--B",
"vertex" : "bob"
}
],
@@ -391,25 +391,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-km--_",
+ "_rev" : "_WtcBRum--F",
"name" : "Charlie"
}
]
@@ -417,27 +417,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12167",
- "_id" : "knows/12167",
+ "_key" : "12304",
+ "_id" : "knows/12304",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-km--L",
+ "_rev" : "_WtcBRuq--F",
"vertex" : "eve"
},
{
- "_key" : "12170",
- "_id" : "knows/12170",
+ "_key" : "12307",
+ "_id" : "knows/12307",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--N",
+ "_rev" : "_WtcBRuq--H",
"vertex" : "eve"
},
{
- "_key" : "12164",
- "_id" : "knows/12164",
+ "_key" : "12301",
+ "_id" : "knows/12301",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-km--J",
+ "_rev" : "_WtcBRuq--D",
"vertex" : "bob"
}
],
@@ -445,25 +445,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-km--B",
+ "_rev" : "_WtcBRum--H",
"name" : "Dave"
}
]
@@ -471,27 +471,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12167",
- "_id" : "knows/12167",
+ "_key" : "12304",
+ "_id" : "knows/12304",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-km--L",
+ "_rev" : "_WtcBRuq--F",
"vertex" : "eve"
},
{
- "_key" : "12170",
- "_id" : "knows/12170",
+ "_key" : "12307",
+ "_id" : "knows/12307",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--N",
+ "_rev" : "_WtcBRuq--H",
"vertex" : "eve"
},
{
- "_key" : "12157",
- "_id" : "knows/12157",
+ "_key" : "12294",
+ "_id" : "knows/12294",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-km--F",
+ "_rev" : "_WtcBRuq--_",
"vertex" : "alice"
}
],
@@ -499,25 +499,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-km--D",
+ "_rev" : "_WtcBRum--J",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ki--D",
+ "_rev" : "_WtcBRum--D",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ki--B",
+ "_rev" : "_WtcBRum--B",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalEdgeUniqueness.generated b/Documentation/Examples/RestTraversalEdgeUniqueness.generated
index 893f3a1e6b..4ffae38179 100644
--- a/Documentation/Examples/RestTraversalEdgeUniqueness.generated
+++ b/Documentation/Examples/RestTraversalEdgeUniqueness.generated
@@ -21,37 +21,37 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-mu--_",
+ "_rev" : "_WtcBRxC--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-mu--B",
+ "_rev" : "_WtcBRxC--F",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-mu--D",
+ "_rev" : "_WtcBRxC--H",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-mu--F",
+ "_rev" : "_WtcBRxC--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
}
],
@@ -62,7 +62,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
}
]
@@ -70,11 +70,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12252",
- "_id" : "knows/12252",
+ "_key" : "12389",
+ "_id" : "knows/12389",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--H",
+ "_rev" : "_WtcBRxG--_",
"vertex" : "alice"
}
],
@@ -82,13 +82,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-mu--_",
+ "_rev" : "_WtcBRxC--D",
"name" : "Bob"
}
]
@@ -96,19 +96,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12252",
- "_id" : "knows/12252",
+ "_key" : "12389",
+ "_id" : "knows/12389",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--H",
+ "_rev" : "_WtcBRxG--_",
"vertex" : "alice"
},
{
- "_key" : "12256",
- "_id" : "knows/12256",
+ "_key" : "12393",
+ "_id" : "knows/12393",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-mu--J",
+ "_rev" : "_WtcBRxG--B",
"vertex" : "bob"
}
],
@@ -116,19 +116,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-mu--_",
+ "_rev" : "_WtcBRxC--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-mu--B",
+ "_rev" : "_WtcBRxC--F",
"name" : "Charlie"
}
]
@@ -136,19 +136,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12252",
- "_id" : "knows/12252",
+ "_key" : "12389",
+ "_id" : "knows/12389",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--H",
+ "_rev" : "_WtcBRxG--_",
"vertex" : "alice"
},
{
- "_key" : "12259",
- "_id" : "knows/12259",
+ "_key" : "12396",
+ "_id" : "knows/12396",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-mu--L",
+ "_rev" : "_WtcBRxG--D",
"vertex" : "bob"
}
],
@@ -156,19 +156,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-mu--_",
+ "_rev" : "_WtcBRxC--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-mu--D",
+ "_rev" : "_WtcBRxC--H",
"name" : "Dave"
}
]
@@ -176,19 +176,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12252",
- "_id" : "knows/12252",
+ "_key" : "12389",
+ "_id" : "knows/12389",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--H",
+ "_rev" : "_WtcBRxG--_",
"vertex" : "alice"
},
{
- "_key" : "12265",
- "_id" : "knows/12265",
+ "_key" : "12402",
+ "_id" : "knows/12402",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--P",
+ "_rev" : "_WtcBRxG--H",
"vertex" : "eve"
}
],
@@ -196,19 +196,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-mu--_",
+ "_rev" : "_WtcBRxC--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-mu--F",
+ "_rev" : "_WtcBRxC--J",
"name" : "Eve"
}
]
@@ -216,27 +216,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12252",
- "_id" : "knows/12252",
+ "_key" : "12389",
+ "_id" : "knows/12389",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--H",
+ "_rev" : "_WtcBRxG--_",
"vertex" : "alice"
},
{
- "_key" : "12265",
- "_id" : "knows/12265",
+ "_key" : "12402",
+ "_id" : "knows/12402",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-mu--P",
+ "_rev" : "_WtcBRxG--H",
"vertex" : "eve"
},
{
- "_key" : "12262",
- "_id" : "knows/12262",
+ "_key" : "12399",
+ "_id" : "knows/12399",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-mu--N",
+ "_rev" : "_WtcBRxG--F",
"vertex" : "eve"
}
],
@@ -244,25 +244,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-mu--_",
+ "_rev" : "_WtcBRxC--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-mu--F",
+ "_rev" : "_WtcBRxC--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-mq--B",
+ "_rev" : "_WtcBRxC--B",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalFilterExclude.generated b/Documentation/Examples/RestTraversalFilterExclude.generated
index dd95c8bd5e..9fd8818531 100644
--- a/Documentation/Examples/RestTraversalFilterExclude.generated
+++ b/Documentation/Examples/RestTraversalFilterExclude.generated
@@ -18,13 +18,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-oO--B",
+ "_rev" : "_WtcBRzC--B",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-oS--B",
+ "_rev" : "_WtcBRzG--B",
"name" : "Dave"
}
],
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-oO--B",
+ "_rev" : "_WtcBRzC--B",
"name" : "Alice"
}
]
@@ -43,19 +43,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12333",
- "_id" : "knows/12333",
+ "_key" : "12469",
+ "_id" : "knows/12469",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-oS--F",
+ "_rev" : "_WtcBRzG--F",
"vertex" : "alice"
},
{
- "_key" : "12340",
- "_id" : "knows/12340",
+ "_key" : "12476",
+ "_id" : "knows/12476",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-oS--J",
+ "_rev" : "_WtcBRzG--J",
"vertex" : "bob"
}
],
@@ -63,19 +63,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-oO--B",
+ "_rev" : "_WtcBRzC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-oO--D",
+ "_rev" : "_WtcBRzC--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-oS--B",
+ "_rev" : "_WtcBRzG--B",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalFilterPrune.generated b/Documentation/Examples/RestTraversalFilterPrune.generated
index bae093a118..e205557b61 100644
--- a/Documentation/Examples/RestTraversalFilterPrune.generated
+++ b/Documentation/Examples/RestTraversalFilterPrune.generated
@@ -18,13 +18,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-py--B",
+ "_rev" : "_WtcBR1y--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-py--D",
+ "_rev" : "_WtcBR1y--D",
"name" : "Bob"
}
],
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-py--B",
+ "_rev" : "_WtcBR1y--B",
"name" : "Alice"
}
]
@@ -43,11 +43,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12402",
- "_id" : "knows/12402",
+ "_key" : "12538",
+ "_id" : "knows/12538",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-p2--B",
+ "_rev" : "_WtcBR12--D",
"vertex" : "alice"
}
],
@@ -55,13 +55,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-py--B",
+ "_rev" : "_WtcBR1y--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-py--D",
+ "_rev" : "_WtcBR1y--D",
"name" : "Bob"
}
]
diff --git a/Documentation/Examples/RestTraversalInbound.generated b/Documentation/Examples/RestTraversalInbound.generated
index 19e31b8bda..0223811a01 100644
--- a/Documentation/Examples/RestTraversalInbound.generated
+++ b/Documentation/Examples/RestTraversalInbound.generated
@@ -17,13 +17,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-rK--_",
+ "_rev" : "_WtcBR4C--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-rK--H",
+ "_rev" : "_WtcBR4G--_",
"name" : "Eve"
}
],
@@ -34,7 +34,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-rK--_",
+ "_rev" : "_WtcBR4C--B",
"name" : "Alice"
}
]
@@ -42,11 +42,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12476",
- "_id" : "knows/12476",
+ "_key" : "12612",
+ "_id" : "knows/12612",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-rO--D",
+ "_rev" : "_WtcBR4G--H",
"vertex" : "eve"
}
],
@@ -54,13 +54,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-rK--_",
+ "_rev" : "_WtcBR4C--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-rK--H",
+ "_rev" : "_WtcBR4G--_",
"name" : "Eve"
}
]
diff --git a/Documentation/Examples/RestTraversalMaxDepth.generated b/Documentation/Examples/RestTraversalMaxDepth.generated
index a332f444a9..f1bc2dd6b1 100644
--- a/Documentation/Examples/RestTraversalMaxDepth.generated
+++ b/Documentation/Examples/RestTraversalMaxDepth.generated
@@ -18,13 +18,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-se--B",
+ "_rev" : "_WtcBR52--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-se--D",
+ "_rev" : "_WtcBR52--B",
"name" : "Bob"
}
],
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-se--B",
+ "_rev" : "_WtcBR52--_",
"name" : "Alice"
}
]
@@ -43,11 +43,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12531",
- "_id" : "knows/12531",
+ "_key" : "12667",
+ "_id" : "knows/12667",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-si--F",
+ "_rev" : "_WtcBR52--J",
"vertex" : "alice"
}
],
@@ -55,13 +55,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-se--B",
+ "_rev" : "_WtcBR52--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-se--D",
+ "_rev" : "_WtcBR52--B",
"name" : "Bob"
}
]
diff --git a/Documentation/Examples/RestTraversalMinDepth.generated b/Documentation/Examples/RestTraversalMinDepth.generated
index 415ae9af42..66aabc02d2 100644
--- a/Documentation/Examples/RestTraversalMinDepth.generated
+++ b/Documentation/Examples/RestTraversalMinDepth.generated
@@ -18,13 +18,13 @@ x-content-type-options: nosniff
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-v6--D",
+ "_rev" : "_WtcBSAi--B",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-v6--F",
+ "_rev" : "_WtcBSAi--D",
"name" : "Dave"
}
],
@@ -32,19 +32,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12692",
- "_id" : "knows/12692",
+ "_key" : "12828",
+ "_id" : "knows/12828",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-v6--J",
+ "_rev" : "_WtcBSAi--H",
"vertex" : "alice"
},
{
- "_key" : "12696",
- "_id" : "knows/12696",
+ "_key" : "12832",
+ "_id" : "knows/12832",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-v6--L",
+ "_rev" : "_WtcBSAi--J",
"vertex" : "bob"
}
],
@@ -52,19 +52,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-v6--_",
+ "_rev" : "_WtcBSAe--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-v6--B",
+ "_rev" : "_WtcBSAi--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-v6--D",
+ "_rev" : "_WtcBSAi--B",
"name" : "Charlie"
}
]
@@ -72,19 +72,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12692",
- "_id" : "knows/12692",
+ "_key" : "12828",
+ "_id" : "knows/12828",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-v6--J",
+ "_rev" : "_WtcBSAi--H",
"vertex" : "alice"
},
{
- "_key" : "12699",
- "_id" : "knows/12699",
+ "_key" : "12835",
+ "_id" : "knows/12835",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-v6--N",
+ "_rev" : "_WtcBSAi--L",
"vertex" : "bob"
}
],
@@ -92,19 +92,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-v6--_",
+ "_rev" : "_WtcBSAe--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-v6--B",
+ "_rev" : "_WtcBSAi--_",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-v6--F",
+ "_rev" : "_WtcBSAi--D",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalOutbound.generated b/Documentation/Examples/RestTraversalOutbound.generated
index dbc284c39c..97e976a367 100644
--- a/Documentation/Examples/RestTraversalOutbound.generated
+++ b/Documentation/Examples/RestTraversalOutbound.generated
@@ -17,25 +17,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-xK--B",
+ "_rev" : "_WtcBSDi--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-xO--_",
+ "_rev" : "_WtcBSDi--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-xO--B",
+ "_rev" : "_WtcBSDi--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-xO--D",
+ "_rev" : "_WtcBSDi--F",
"name" : "Dave"
}
],
@@ -46,7 +46,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-xK--B",
+ "_rev" : "_WtcBSDi--_",
"name" : "Alice"
}
]
@@ -54,11 +54,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12761",
- "_id" : "knows/12761",
+ "_key" : "12897",
+ "_id" : "knows/12897",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-xO--H",
+ "_rev" : "_WtcBSDm--_",
"vertex" : "alice"
}
],
@@ -66,13 +66,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-xK--B",
+ "_rev" : "_WtcBSDi--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-xO--_",
+ "_rev" : "_WtcBSDi--B",
"name" : "Bob"
}
]
@@ -80,19 +80,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12761",
- "_id" : "knows/12761",
+ "_key" : "12897",
+ "_id" : "knows/12897",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-xO--H",
+ "_rev" : "_WtcBSDm--_",
"vertex" : "alice"
},
{
- "_key" : "12765",
- "_id" : "knows/12765",
+ "_key" : "12901",
+ "_id" : "knows/12901",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-xO--J",
+ "_rev" : "_WtcBSDm--B",
"vertex" : "bob"
}
],
@@ -100,19 +100,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-xK--B",
+ "_rev" : "_WtcBSDi--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-xO--_",
+ "_rev" : "_WtcBSDi--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-xO--B",
+ "_rev" : "_WtcBSDi--D",
"name" : "Charlie"
}
]
@@ -120,19 +120,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12761",
- "_id" : "knows/12761",
+ "_key" : "12897",
+ "_id" : "knows/12897",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-xO--H",
+ "_rev" : "_WtcBSDm--_",
"vertex" : "alice"
},
{
- "_key" : "12768",
- "_id" : "knows/12768",
+ "_key" : "12904",
+ "_id" : "knows/12904",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-xO--L",
+ "_rev" : "_WtcBSDm--D",
"vertex" : "bob"
}
],
@@ -140,19 +140,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-xK--B",
+ "_rev" : "_WtcBSDi--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-xO--_",
+ "_rev" : "_WtcBSDi--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-xO--D",
+ "_rev" : "_WtcBSDi--F",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalPostorder.generated b/Documentation/Examples/RestTraversalPostorder.generated
index ebe2a07dc9..03b05da274 100644
--- a/Documentation/Examples/RestTraversalPostorder.generated
+++ b/Documentation/Examples/RestTraversalPostorder.generated
@@ -18,67 +18,67 @@ x-content-type-options: nosniff
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ym--F",
+ "_rev" : "_WtcBSFG--F",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ym--H",
+ "_rev" : "_WtcBSFK--_",
"name" : "Dave"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ym--F",
+ "_rev" : "_WtcBSFG--F",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ym--H",
+ "_rev" : "_WtcBSFK--_",
"name" : "Dave"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
}
],
@@ -86,19 +86,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12830",
- "_id" : "knows/12830",
+ "_key" : "12966",
+ "_id" : "knows/12966",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--B",
+ "_rev" : "_WtcBSFK--D",
"vertex" : "alice"
},
{
- "_key" : "12834",
- "_id" : "knows/12834",
+ "_key" : "12970",
+ "_id" : "knows/12970",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-yq--D",
+ "_rev" : "_WtcBSFK--F",
"vertex" : "bob"
}
],
@@ -106,19 +106,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ym--F",
+ "_rev" : "_WtcBSFG--F",
"name" : "Charlie"
}
]
@@ -126,19 +126,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12830",
- "_id" : "knows/12830",
+ "_key" : "12966",
+ "_id" : "knows/12966",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--B",
+ "_rev" : "_WtcBSFK--D",
"vertex" : "alice"
},
{
- "_key" : "12837",
- "_id" : "knows/12837",
+ "_key" : "12973",
+ "_id" : "knows/12973",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-yq--F",
+ "_rev" : "_WtcBSFK--H",
"vertex" : "bob"
}
],
@@ -146,19 +146,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ym--H",
+ "_rev" : "_WtcBSFK--_",
"name" : "Dave"
}
]
@@ -166,27 +166,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12830",
- "_id" : "knows/12830",
+ "_key" : "12966",
+ "_id" : "knows/12966",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--B",
+ "_rev" : "_WtcBSFK--D",
"vertex" : "alice"
},
{
- "_key" : "12843",
- "_id" : "knows/12843",
+ "_key" : "12979",
+ "_id" : "knows/12979",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--J",
+ "_rev" : "_WtcBSFK--L",
"vertex" : "eve"
},
{
- "_key" : "12840",
- "_id" : "knows/12840",
+ "_key" : "12976",
+ "_id" : "knows/12976",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-yq--H",
+ "_rev" : "_WtcBSFK--J",
"vertex" : "eve"
}
],
@@ -194,25 +194,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
}
]
@@ -220,19 +220,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12830",
- "_id" : "knows/12830",
+ "_key" : "12966",
+ "_id" : "knows/12966",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--B",
+ "_rev" : "_WtcBSFK--D",
"vertex" : "alice"
},
{
- "_key" : "12843",
- "_id" : "knows/12843",
+ "_key" : "12979",
+ "_id" : "knows/12979",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--J",
+ "_rev" : "_WtcBSFK--L",
"vertex" : "eve"
}
],
@@ -240,19 +240,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
}
]
@@ -260,11 +260,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12830",
- "_id" : "knows/12830",
+ "_key" : "12966",
+ "_id" : "knows/12966",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--B",
+ "_rev" : "_WtcBSFK--D",
"vertex" : "alice"
}
],
@@ -272,13 +272,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
}
]
@@ -286,27 +286,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12840",
- "_id" : "knows/12840",
+ "_key" : "12976",
+ "_id" : "knows/12976",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-yq--H",
+ "_rev" : "_WtcBSFK--J",
"vertex" : "eve"
},
{
- "_key" : "12843",
- "_id" : "knows/12843",
+ "_key" : "12979",
+ "_id" : "knows/12979",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--J",
+ "_rev" : "_WtcBSFK--L",
"vertex" : "eve"
},
{
- "_key" : "12834",
- "_id" : "knows/12834",
+ "_key" : "12970",
+ "_id" : "knows/12970",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WpTB-yq--D",
+ "_rev" : "_WtcBSFK--F",
"vertex" : "bob"
}
],
@@ -314,25 +314,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-ym--F",
+ "_rev" : "_WtcBSFG--F",
"name" : "Charlie"
}
]
@@ -340,27 +340,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12840",
- "_id" : "knows/12840",
+ "_key" : "12976",
+ "_id" : "knows/12976",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-yq--H",
+ "_rev" : "_WtcBSFK--J",
"vertex" : "eve"
},
{
- "_key" : "12843",
- "_id" : "knows/12843",
+ "_key" : "12979",
+ "_id" : "knows/12979",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--J",
+ "_rev" : "_WtcBSFK--L",
"vertex" : "eve"
},
{
- "_key" : "12837",
- "_id" : "knows/12837",
+ "_key" : "12973",
+ "_id" : "knows/12973",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WpTB-yq--F",
+ "_rev" : "_WtcBSFK--H",
"vertex" : "bob"
}
],
@@ -368,25 +368,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-ym--H",
+ "_rev" : "_WtcBSFK--_",
"name" : "Dave"
}
]
@@ -394,27 +394,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12840",
- "_id" : "knows/12840",
+ "_key" : "12976",
+ "_id" : "knows/12976",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-yq--H",
+ "_rev" : "_WtcBSFK--J",
"vertex" : "eve"
},
{
- "_key" : "12843",
- "_id" : "knows/12843",
+ "_key" : "12979",
+ "_id" : "knows/12979",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--J",
+ "_rev" : "_WtcBSFK--L",
"vertex" : "eve"
},
{
- "_key" : "12830",
- "_id" : "knows/12830",
+ "_key" : "12966",
+ "_id" : "knows/12966",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--B",
+ "_rev" : "_WtcBSFK--D",
"vertex" : "alice"
}
],
@@ -422,25 +422,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
}
]
@@ -448,19 +448,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12840",
- "_id" : "knows/12840",
+ "_key" : "12976",
+ "_id" : "knows/12976",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-yq--H",
+ "_rev" : "_WtcBSFK--J",
"vertex" : "eve"
},
{
- "_key" : "12843",
- "_id" : "knows/12843",
+ "_key" : "12979",
+ "_id" : "knows/12979",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-yq--J",
+ "_rev" : "_WtcBSFK--L",
"vertex" : "eve"
}
],
@@ -468,19 +468,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-ym--D",
+ "_rev" : "_WtcBSFG--D",
"name" : "Bob"
}
]
@@ -488,11 +488,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "12840",
- "_id" : "knows/12840",
+ "_key" : "12976",
+ "_id" : "knows/12976",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-yq--H",
+ "_rev" : "_WtcBSFK--J",
"vertex" : "eve"
}
],
@@ -500,13 +500,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-yq--_",
+ "_rev" : "_WtcBSFK--B",
"name" : "Eve"
}
]
@@ -517,7 +517,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-ym--B",
+ "_rev" : "_WtcBSFG--B",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalVisitorCountAndList.generated b/Documentation/Examples/RestTraversalVisitorCountAndList.generated
index 29a0eb3263..15edd234d6 100644
--- a/Documentation/Examples/RestTraversalVisitorCountAndList.generated
+++ b/Documentation/Examples/RestTraversalVisitorCountAndList.generated
@@ -19,25 +19,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-0W--B",
+ "_rev" : "_WtcBSH---_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-0W--D",
+ "_rev" : "_WtcBSH---B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTB-0W--F",
+ "_rev" : "_WtcBSH---D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTB-0W--H",
+ "_rev" : "_WtcBSH---F",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalVisitorExpander.generated b/Documentation/Examples/RestTraversalVisitorExpander.generated
index 1f11117143..da766436ba 100644
--- a/Documentation/Examples/RestTraversalVisitorExpander.generated
+++ b/Documentation/Examples/RestTraversalVisitorExpander.generated
@@ -17,19 +17,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-1m--_",
+ "_rev" : "_WtcBSIO--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-1m--H",
+ "_rev" : "_WtcBSIO--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-1m--B",
+ "_rev" : "_WtcBSIO--B",
"name" : "Bob"
}
],
@@ -40,7 +40,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-1m--_",
+ "_rev" : "_WtcBSIO--_",
"name" : "Alice"
}
]
@@ -48,11 +48,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13004",
- "_id" : "knows/13004",
+ "_key" : "13140",
+ "_id" : "knows/13140",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-1q--B",
+ "_rev" : "_WtcBSIO--P",
"vertex" : "eve"
}
],
@@ -60,13 +60,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-1m--_",
+ "_rev" : "_WtcBSIO--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-1m--H",
+ "_rev" : "_WtcBSIO--H",
"name" : "Eve"
}
]
@@ -74,19 +74,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13004",
- "_id" : "knows/13004",
+ "_key" : "13140",
+ "_id" : "knows/13140",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTB-1q--B",
+ "_rev" : "_WtcBSIO--P",
"vertex" : "eve"
},
{
- "_key" : "13007",
- "_id" : "knows/13007",
+ "_key" : "13143",
+ "_id" : "knows/13143",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTB-1q--D",
+ "_rev" : "_WtcBSIS--_",
"vertex" : "eve"
}
],
@@ -94,19 +94,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTB-1m--_",
+ "_rev" : "_WtcBSIO--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTB-1m--H",
+ "_rev" : "_WtcBSIO--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTB-1m--B",
+ "_rev" : "_WtcBSIO--B",
"name" : "Bob"
}
]
diff --git a/Documentation/Examples/RestVersion.generated b/Documentation/Examples/RestVersion.generated
index c8bc5f9d59..590d930f13 100644
--- a/Documentation/Examples/RestVersion.generated
+++ b/Documentation/Examples/RestVersion.generated
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"server" : "arango",
"version" : "3.3.7",
- "license" : "community"
+ "license" : "enterprise"
}
diff --git a/Documentation/Examples/RestVersionDetails.generated b/Documentation/Examples/RestVersionDetails.generated
index 2a1bfac01e..c99d9fe819 100644
--- a/Documentation/Examples/RestVersionDetails.generated
+++ b/Documentation/Examples/RestVersionDetails.generated
@@ -7,7 +7,7 @@ x-content-type-options: nosniff
{
"server" : "arango",
"version" : "3.3.7",
- "license" : "community",
+ "license" : "enterprise",
"details" : {
"architecture" : "64bit",
"arm" : "false",
@@ -15,16 +15,17 @@ x-content-type-options: nosniff
"asm-crc32" : "true",
"assertions" : "true",
"boost-version" : "1.62.0",
- "build-date" : "2018-04-11 16:26:48",
- "build-repository" : "tags/v3.3.7-0-g846034c8c4-dirty",
+ "build-date" : "2018-04-24 08:37:13",
+ "build-repository" : "heads/3.3-0-g6a9fec5221-dirty",
"compiler" : "gcc [7.2.0]",
"cplusplus" : "201103",
"debug" : "false",
"endianness" : "little",
- "failure-tests" : "false",
+ "enterprise-version" : "enterprise",
+ "failure-tests" : "true",
"fd-client-event-handler" : "poll",
"fd-setsize" : "1024",
- "full-version-string" : "ArangoDB 3.3.7 [linux] 64bit maintainer mode, using jemalloc, build tags/v3.3.7-0-g846034c8c4-dirty, VPack 0.1.30, RocksDB 5.6.0, ICU 58.1, V8 5.7.492.77, OpenSSL 1.0.2g 1 Mar 2016",
+ "full-version-string" : "ArangoDB 3.3.7 enterprise [linux] 64bit maintainer mode, using jemalloc, build heads/3.3-0-g6a9fec5221-dirty, VPack 0.1.30, RocksDB 5.6.0, ICU 58.1, V8 5.7.492.77, OpenSSL 1.0.2g 1 Mar 2016",
"icu-version" : "58.1",
"jemalloc" : "true",
"maintainer-mode" : "true",
diff --git a/Documentation/Examples/RestWalTransactionsGet.generated b/Documentation/Examples/RestWalTransactionsGet.generated
index 95b64acd2d..a1d39b5ecd 100644
--- a/Documentation/Examples/RestWalTransactionsGet.generated
+++ b/Documentation/Examples/RestWalTransactionsGet.generated
@@ -5,7 +5,7 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "runningTransactions" : 4,
- "minLastCollected" : 85,
+ "runningTransactions" : 5,
+ "minLastCollected" : 193,
"minLastSealed" : null
}
diff --git a/Documentation/Examples/USER_06_AllUsers.generated b/Documentation/Examples/USER_06_AllUsers.generated
index 44783da878..74f7842e45 100644
--- a/Documentation/Examples/USER_06_AllUsers.generated
+++ b/Documentation/Examples/USER_06_AllUsers.generated
@@ -12,16 +12,16 @@ arangosh> require("extra" : {
}
},
- {
- "user" : "tester",
- "active" : false,
- "extra" : {
- }
- },
{
"user" : "root",
"active" : true,
"extra" : {
}
+ },
+ {
+ "user" : "tester",
+ "active" : false,
+ "extra" : {
+ }
}
]
diff --git a/Documentation/Examples/accessViaGeoIndex.generated b/Documentation/Examples/accessViaGeoIndex.generated
index a0b6f57dca..b8e9761fef 100644
--- a/Documentation/Examples/accessViaGeoIndex.generated
+++ b/Documentation/Examples/accessViaGeoIndex.generated
@@ -13,7 +13,7 @@ arangosh> db.example.ensureIndex({ type: "home"
],
"geoJson" : false,
- "id" : "example/15246",
+ "id" : "example/15376",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -25,5 +25,5 @@ arangosh> items = db.example.getIndexes().map(1]);
[
"example/0",
- "example/15246"
+ "example/15376"
]
diff --git a/Documentation/Examples/col_dropIndex.generated b/Documentation/Examples/col_dropIndex.generated
index c55f58a737..76bdc7f752 100644
--- a/Documentation/Examples/col_dropIndex.generated
+++ b/Documentation/Examples/col_dropIndex.generated
@@ -5,7 +5,7 @@ arangosh> db.example.ensureSkiplist("a", "a",
"b"
],
- "id" : "example/15255",
+ "id" : "example/15385",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -31,7 +31,7 @@ arangosh> indexInfo;
"a",
"b"
],
- "id" : "example/15255",
+ "id" : "example/15385",
"sparse" : false,
"type" : "skiplist",
"unique" : false
diff --git a/Documentation/Examples/collectionDatabaseCollectionName.generated b/Documentation/Examples/collectionDatabaseCollectionName.generated
index 5d8237b516..97ca3a13d8 100644
--- a/Documentation/Examples/collectionDatabaseCollectionName.generated
+++ b/Documentation/Examples/collectionDatabaseCollectionName.generated
@@ -1,2 +1,2 @@
arangosh> db.example;
-[ArangoCollection 15269, "example" (type document, status loaded)]
+[ArangoCollection 15400, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseCreate.generated b/Documentation/Examples/collectionDatabaseCreate.generated
index af553d4e13..ed4d41eb80 100644
--- a/Documentation/Examples/collectionDatabaseCreate.generated
+++ b/Documentation/Examples/collectionDatabaseCreate.generated
@@ -1,5 +1,5 @@
arangosh> c = db._create("users");
-[ArangoCollection 15273, "users" (type document, status loaded)]
+[ArangoCollection 15404, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
diff --git a/Documentation/Examples/collectionDatabaseCreateKey.generated b/Documentation/Examples/collectionDatabaseCreateKey.generated
index 6125df0d83..b77bbcdc5d 100644
--- a/Documentation/Examples/collectionDatabaseCreateKey.generated
+++ b/Documentation/Examples/collectionDatabaseCreateKey.generated
@@ -1,21 +1,21 @@
arangosh> db._create("users",
........> { keyOptions: { type: "autoincrement", offset: 10, increment: 5 } });
-[ArangoCollection 15278, "users" (type document, status loaded)]
+[ArangoCollection 15409, "users" (type document, status loaded)]
arangosh> db.users.save({ name: "user 1" });
{
"_id" : "users/10",
"_key" : "10",
- "_rev" : "_WpTB_C6--_"
+ "_rev" : "_WtcBSUu--_"
}
arangosh> db.users.save({ name: "user 2" });
{
"_id" : "users/15",
"_key" : "15",
- "_rev" : "_WpTB_D---_"
+ "_rev" : "_WtcBSUu--B"
}
arangosh> db.users.save({ name: "user 3" });
{
"_id" : "users/20",
"_key" : "20",
- "_rev" : "_WpTB_D---B"
+ "_rev" : "_WtcBSUu--D"
}
diff --git a/Documentation/Examples/collectionDatabaseCreateProperties.generated b/Documentation/Examples/collectionDatabaseCreateProperties.generated
index e566cf9604..258cf3e3e0 100644
--- a/Documentation/Examples/collectionDatabaseCreateProperties.generated
+++ b/Documentation/Examples/collectionDatabaseCreateProperties.generated
@@ -1,6 +1,6 @@
arangosh> c = db._create("users", { waitForSync : true,
........> journalSize : 1024 * 1204});
-[ArangoCollection 15289, "users" (type document, status loaded)]
+[ArangoCollection 15420, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
diff --git a/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated b/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
index c90589c441..c08a804a1a 100644
--- a/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
+++ b/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
@@ -1,16 +1,16 @@
arangosh> db._create("users", { keyOptions: { allowUserKeys: false } });
-[ArangoCollection 15294, "users" (type document, status loaded)]
+[ArangoCollection 15425, "users" (type document, status loaded)]
arangosh> db.users.save({ name: "user 1" });
{
- "_id" : "users/15298",
- "_key" : "15298",
- "_rev" : "_WpTB_Dy--_"
+ "_id" : "users/15429",
+ "_key" : "15429",
+ "_rev" : "_WtcBSVi--_"
}
arangosh> db.users.save({ name: "user 2", _key: "myuser" });
[ArangoError 1222: unexpected document key]
arangosh> db.users.save({ name: "user 3" });
{
- "_id" : "users/15303",
- "_key" : "15303",
- "_rev" : "_WpTB_D2--A"
+ "_id" : "users/15434",
+ "_key" : "15434",
+ "_rev" : "_WtcBSVm--_"
}
diff --git a/Documentation/Examples/collectionDatabaseCreateSuccess.generated b/Documentation/Examples/collectionDatabaseCreateSuccess.generated
index 31906ba4fa..4d290b811a 100644
--- a/Documentation/Examples/collectionDatabaseCreateSuccess.generated
+++ b/Documentation/Examples/collectionDatabaseCreateSuccess.generated
@@ -1,5 +1,5 @@
arangosh> c = db._create("users");
-[ArangoCollection 15306, "users" (type document, status loaded)]
+[ArangoCollection 15437, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
diff --git a/Documentation/Examples/collectionDatabaseDrop.generated b/Documentation/Examples/collectionDatabaseDrop.generated
index e010288837..99a18d9a7e 100644
--- a/Documentation/Examples/collectionDatabaseDrop.generated
+++ b/Documentation/Examples/collectionDatabaseDrop.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 15311, "example" (type document, status loaded)]
+[ArangoCollection 15442, "example" (type document, status loaded)]
arangosh> db._drop(col);
arangosh> col;
-[ArangoCollection 15311, "example" (type document, status loaded)]
+[ArangoCollection 15442, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseDropByObject.generated b/Documentation/Examples/collectionDatabaseDropByObject.generated
index c16582ab46..678c6fb25a 100644
--- a/Documentation/Examples/collectionDatabaseDropByObject.generated
+++ b/Documentation/Examples/collectionDatabaseDropByObject.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 15315, "example" (type document, status loaded)]
+[ArangoCollection 15446, "example" (type document, status loaded)]
arangosh> db._drop(col);
arangosh> col;
-[ArangoCollection 15315, "example" (type document, status loaded)]
+[ArangoCollection 15446, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseDropName.generated b/Documentation/Examples/collectionDatabaseDropName.generated
index f51d181ea8..dab919167e 100644
--- a/Documentation/Examples/collectionDatabaseDropName.generated
+++ b/Documentation/Examples/collectionDatabaseDropName.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 15319, "example" (type document, status loaded)]
+[ArangoCollection 15450, "example" (type document, status loaded)]
arangosh> db._drop("example");
arangosh> col;
-[ArangoCollection 15319, "example" (type document, status deleted)]
+[ArangoCollection 15450, "example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionDatabaseDropSystem.generated b/Documentation/Examples/collectionDatabaseDropSystem.generated
index 3b7c55e196..1bc4829ba6 100644
--- a/Documentation/Examples/collectionDatabaseDropSystem.generated
+++ b/Documentation/Examples/collectionDatabaseDropSystem.generated
@@ -1,5 +1,5 @@
arangosh> col = db._example;
-[ArangoCollection 15323, "_example" (type document, status loaded)]
+[ArangoCollection 15454, "_example" (type document, status loaded)]
arangosh> db._drop("_example", { isSystem: true });
arangosh> col;
-[ArangoCollection 15323, "_example" (type document, status deleted)]
+[ArangoCollection 15454, "_example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionDatabaseName.generated b/Documentation/Examples/collectionDatabaseName.generated
index b9dd6250ae..9f7c787a0f 100644
--- a/Documentation/Examples/collectionDatabaseName.generated
+++ b/Documentation/Examples/collectionDatabaseName.generated
@@ -1,2 +1,2 @@
arangosh> db._collection("demo");
-[ArangoCollection 88, "demo" (type document, status loaded)]
+[ArangoCollection 90, "demo" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseNameKnown.generated b/Documentation/Examples/collectionDatabaseNameKnown.generated
index b9dd6250ae..9f7c787a0f 100644
--- a/Documentation/Examples/collectionDatabaseNameKnown.generated
+++ b/Documentation/Examples/collectionDatabaseNameKnown.generated
@@ -1,2 +1,2 @@
arangosh> db._collection("demo");
-[ArangoCollection 88, "demo" (type document, status loaded)]
+[ArangoCollection 90, "demo" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseTruncate.generated b/Documentation/Examples/collectionDatabaseTruncate.generated
index 09f74a13e0..e0627bbc46 100644
--- a/Documentation/Examples/collectionDatabaseTruncate.generated
+++ b/Documentation/Examples/collectionDatabaseTruncate.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 15327, "example" (type document, status loaded)]
+[ArangoCollection 15458, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/15331",
- "_key" : "15331",
- "_rev" : "_WpTB_Ga--_"
+ "_id" : "example/15462",
+ "_key" : "15462",
+ "_rev" : "_WtcBSYK--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionDatabaseTruncateByObject.generated b/Documentation/Examples/collectionDatabaseTruncateByObject.generated
index f7567ee2a9..a5620e3360 100644
--- a/Documentation/Examples/collectionDatabaseTruncateByObject.generated
+++ b/Documentation/Examples/collectionDatabaseTruncateByObject.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 15344, "example" (type document, status loaded)]
+[ArangoCollection 15475, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/15348",
- "_key" : "15348",
- "_rev" : "_WpTB_G6--_"
+ "_id" : "example/15479",
+ "_key" : "15479",
+ "_rev" : "_WtcBSYy--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionDatabaseTruncateName.generated b/Documentation/Examples/collectionDatabaseTruncateName.generated
index ff49409010..3a53f0537a 100644
--- a/Documentation/Examples/collectionDatabaseTruncateName.generated
+++ b/Documentation/Examples/collectionDatabaseTruncateName.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 15361, "example" (type document, status loaded)]
+[ArangoCollection 15492, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/15365",
- "_key" : "15365",
- "_rev" : "_WpTB_HW--_"
+ "_id" : "example/15496",
+ "_key" : "15496",
+ "_rev" : "_WtcBSZO--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionDrop.generated b/Documentation/Examples/collectionDrop.generated
index 990136cc57..7a2d5c6733 100644
--- a/Documentation/Examples/collectionDrop.generated
+++ b/Documentation/Examples/collectionDrop.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 15378, "example" (type document, status loaded)]
+[ArangoCollection 15509, "example" (type document, status loaded)]
arangosh> col.drop();
arangosh> col;
-[ArangoCollection 15378, "example" (type document, status deleted)]
+[ArangoCollection 15509, "example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionDropSystem.generated b/Documentation/Examples/collectionDropSystem.generated
index 976637a21b..a759cba803 100644
--- a/Documentation/Examples/collectionDropSystem.generated
+++ b/Documentation/Examples/collectionDropSystem.generated
@@ -1,5 +1,5 @@
arangosh> col = db._example;
-[ArangoCollection 15382, "_example" (type document, status loaded)]
+[ArangoCollection 15513, "_example" (type document, status loaded)]
arangosh> col.drop({ isSystem: true });
arangosh> col;
-[ArangoCollection 15382, "_example" (type document, status deleted)]
+[ArangoCollection 15513, "_example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionEnsureIndex.generated b/Documentation/Examples/collectionEnsureIndex.generated
index 00a90292e7..caee97c8b8 100644
--- a/Documentation/Examples/collectionEnsureIndex.generated
+++ b/Documentation/Examples/collectionEnsureIndex.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a"
],
- "id" : "test/15390",
+ "id" : "test/15521",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : true,
@@ -19,7 +19,7 @@ arangosh> db.test.ensureIndex({ type: "a",
"b"
],
- "id" : "test/15393",
+ "id" : "test/15524",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/collectionFigures.generated b/Documentation/Examples/collectionFigures.generated
index cdaf623a47..a2bd1823af 100644
--- a/Documentation/Examples/collectionFigures.generated
+++ b/Documentation/Examples/collectionFigures.generated
@@ -17,7 +17,7 @@ arangosh> db.demo.figures()
},
"compactionStatus" : {
"message" : "skipped compaction because collection has no datafiles",
- "time" : "2018-04-11T15:11:23Z",
+ "time" : "2018-04-24T11:56:37Z",
"count" : 0,
"filesCombined" : 0,
"bytesRead" : 0,
@@ -39,6 +39,6 @@ arangosh> db.demo.figures()
"count" : 1,
"size" : 48192
},
- "lastTick" : 97,
+ "lastTick" : 95,
"uncollectedLogfileEntries" : 0
}
diff --git a/Documentation/Examples/collectionFirstExample.generated b/Documentation/Examples/collectionFirstExample.generated
index 62bfc33c7b..692b1ba3ac 100644
--- a/Documentation/Examples/collectionFirstExample.generated
+++ b/Documentation/Examples/collectionFirstExample.generated
@@ -1,7 +1,7 @@
arangosh> db.users.firstExample("name", "Angela");
{
- "_key" : "15413",
- "_id" : "users/15413",
- "_rev" : "_WpTB_8K--D",
+ "_key" : "15546",
+ "_id" : "users/15546",
+ "_rev" : "_WtcBT-q--B",
"name" : "Angela"
}
diff --git a/Documentation/Examples/collectionFulltext.generated b/Documentation/Examples/collectionFulltext.generated
index beb66d73a3..0964e2bfe7 100644
--- a/Documentation/Examples/collectionFulltext.generated
+++ b/Documentation/Examples/collectionFulltext.generated
@@ -3,7 +3,7 @@ arangosh> db.emails.ensureFulltextIndex("content"
"fields" : [
"content"
],
- "id" : "emails/15421",
+ "id" : "emails/15554",
"isNewlyCreated" : true,
"minLength" : 2,
"sparse" : true,
@@ -14,35 +14,35 @@ arangosh> db.emails.ensureFulltextIndex("content"
arangosh> db.emails.save({ content:
........> "Hello Alice, how are you doing? Regards, Bob"});
{
- "_id" : "emails/15424",
- "_key" : "15424",
- "_rev" : "_WpTB_9C--_"
+ "_id" : "emails/15557",
+ "_key" : "15557",
+ "_rev" : "_WtcBT_e--_"
}
arangosh> db.emails.save({ content:
........> "Hello Charlie, do Alice and Bob know about it?"});
{
- "_id" : "emails/15428",
- "_key" : "15428",
- "_rev" : "_WpTB_9C--B"
+ "_id" : "emails/15561",
+ "_key" : "15561",
+ "_rev" : "_WtcBT_i--_"
}
arangosh> db.emails.save({ content: "I think they don't know. Regards, Eve" });
{
- "_id" : "emails/15431",
- "_key" : "15431",
- "_rev" : "_WpTB_9G--_"
+ "_id" : "emails/15564",
+ "_key" : "15564",
+ "_rev" : "_WtcBT_i--B"
}
arangosh> db.emails.fulltext("content", "charlie,|eve").toArray();
[
{
- "_key" : "15428",
- "_id" : "emails/15428",
- "_rev" : "_WpTB_9C--B",
+ "_key" : "15561",
+ "_id" : "emails/15561",
+ "_rev" : "_WtcBT_i--_",
"content" : "Hello Charlie, do Alice and Bob know about it?"
},
{
- "_key" : "15431",
- "_id" : "emails/15431",
- "_rev" : "_WpTB_9G--_",
+ "_key" : "15564",
+ "_id" : "emails/15564",
+ "_rev" : "_WtcBT_i--B",
"content" : "I think they don't know. Regards, Eve"
}
]
diff --git a/Documentation/Examples/collectionGetIndexes.generated b/Documentation/Examples/collectionGetIndexes.generated
index df590b0dbf..d472a8d28e 100644
--- a/Documentation/Examples/collectionGetIndexes.generated
+++ b/Documentation/Examples/collectionGetIndexes.generated
@@ -6,7 +6,7 @@ arangosh> db.test.ensureHashIndex("hashListAttribut
"hashListAttribute",
"hashListSecondAttribute.subAttribute"
],
- "id" : "test/15447",
+ "id" : "test/15580",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -31,7 +31,7 @@ arangosh> db.test.getIndexes();
"fields" : [
"skiplistAttribute"
],
- "id" : "test/15441",
+ "id" : "test/15574",
"sparse" : false,
"type" : "skiplist",
"unique" : true
@@ -41,7 +41,7 @@ arangosh> db.test.getIndexes();
"fields" : [
"skiplistUniqueAttribute"
],
- "id" : "test/15444",
+ "id" : "test/15577",
"sparse" : false,
"type" : "skiplist",
"unique" : true
@@ -52,7 +52,7 @@ arangosh> db.test.getIndexes();
"hashListAttribute",
"hashListSecondAttribute.subAttribute"
],
- "id" : "test/15447",
+ "id" : "test/15580",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
diff --git a/Documentation/Examples/collectionLoad.generated b/Documentation/Examples/collectionLoad.generated
index 4c64c88471..64650bdd79 100644
--- a/Documentation/Examples/collectionLoad.generated
+++ b/Documentation/Examples/collectionLoad.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 15451, "example" (type document, status loaded)]
+[ArangoCollection 15584, "example" (type document, status loaded)]
arangosh> col.load();
arangosh> col;
-[ArangoCollection 15451, "example" (type document, status loaded)]
+[ArangoCollection 15584, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionLookupByKeys.generated b/Documentation/Examples/collectionLookupByKeys.generated
index 13fc724c5d..0a39388bc2 100644
--- a/Documentation/Examples/collectionLookupByKeys.generated
+++ b/Documentation/Examples/collectionLookupByKeys.generated
@@ -10,61 +10,61 @@ arangosh> db.example.documents(keys);
{
"_key" : "test0",
"_id" : "example/test0",
- "_rev" : "_WpTBA_W--_",
+ "_rev" : "_WtcBTB6--_",
"value" : 0
},
{
"_key" : "test1",
"_id" : "example/test1",
- "_rev" : "_WpTBA_a--_",
+ "_rev" : "_WtcBTB6--B",
"value" : 1
},
{
"_key" : "test2",
"_id" : "example/test2",
- "_rev" : "_WpTBA_a--B",
+ "_rev" : "_WtcBTB6--D",
"value" : 2
},
{
"_key" : "test3",
"_id" : "example/test3",
- "_rev" : "_WpTBA_a--D",
+ "_rev" : "_WtcBTB6--F",
"value" : 3
},
{
"_key" : "test4",
"_id" : "example/test4",
- "_rev" : "_WpTBA_a--F",
+ "_rev" : "_WtcBTC---_",
"value" : 4
},
{
"_key" : "test5",
"_id" : "example/test5",
- "_rev" : "_WpTBA_a--H",
+ "_rev" : "_WtcBTC---B",
"value" : 5
},
{
"_key" : "test6",
"_id" : "example/test6",
- "_rev" : "_WpTBA_a--J",
+ "_rev" : "_WtcBTC---D",
"value" : 6
},
{
"_key" : "test7",
"_id" : "example/test7",
- "_rev" : "_WpTBA_a--L",
+ "_rev" : "_WtcBTC---F",
"value" : 7
},
{
"_key" : "test8",
"_id" : "example/test8",
- "_rev" : "_WpTBA_e--_",
+ "_rev" : "_WtcBTC---H",
"value" : 8
},
{
"_key" : "test9",
"_id" : "example/test9",
- "_rev" : "_WpTBA_e--B",
+ "_rev" : "_WtcBTC---J",
"value" : 9
}
]
diff --git a/Documentation/Examples/collectionRename.generated b/Documentation/Examples/collectionRename.generated
index e8f2562bfe..021a783b17 100644
--- a/Documentation/Examples/collectionRename.generated
+++ b/Documentation/Examples/collectionRename.generated
@@ -1,5 +1,5 @@
arangosh> c = db.example;
-[ArangoCollection 15534, "example" (type document, status loaded)]
+[ArangoCollection 15667, "example" (type document, status loaded)]
arangosh> c.rename("better-example");
arangosh> c;
-[ArangoCollection 15534, "better-example" (type document, status loaded)]
+[ArangoCollection 15667, "better-example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionTruncate.generated b/Documentation/Examples/collectionTruncate.generated
index e0ab75a82d..c3501d44f0 100644
--- a/Documentation/Examples/collectionTruncate.generated
+++ b/Documentation/Examples/collectionTruncate.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 15540, "example" (type document, status loaded)]
+[ArangoCollection 15673, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/15544",
- "_key" : "15544",
- "_rev" : "_WpTBACC--_"
+ "_id" : "example/15677",
+ "_key" : "15677",
+ "_rev" : "_WtcBTEe--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionsDatabaseName.generated b/Documentation/Examples/collectionsDatabaseName.generated
index 60bdce550a..806d9947b7 100644
--- a/Documentation/Examples/collectionsDatabaseName.generated
+++ b/Documentation/Examples/collectionsDatabaseName.generated
@@ -13,7 +13,7 @@ arangosh> db._collections();
[ArangoCollection 38, "_statistics15" (type document, status loaded)],
[ArangoCollection 28, "_statisticsRaw" (type document, status loaded)],
[ArangoCollection 6, "_users" (type document, status loaded)],
- [ArangoCollection 98, "animals" (type document, status loaded)],
- [ArangoCollection 92, "demo" (type document, status loaded)],
- [ArangoCollection 15557, "example" (type document, status loaded)]
+ [ArangoCollection 96, "animals" (type document, status loaded)],
+ [ArangoCollection 90, "demo" (type document, status loaded)],
+ [ArangoCollection 15690, "example" (type document, status loaded)]
]
diff --git a/Documentation/Examples/cursorCountLimit.generated b/Documentation/Examples/cursorCountLimit.generated
index 825b8f222b..b890ec44ee 100644
--- a/Documentation/Examples/cursorCountLimit.generated
+++ b/Documentation/Examples/cursorCountLimit.generated
@@ -1,2 +1,2 @@
arangosh> db.five.all().limit(2).count(true);
-null
+2
diff --git a/Documentation/Examples/cursorHasNext.generated b/Documentation/Examples/cursorHasNext.generated
index 7532b258b5..0546d4eaee 100644
--- a/Documentation/Examples/cursorHasNext.generated
+++ b/Documentation/Examples/cursorHasNext.generated
@@ -1,32 +1,32 @@
arangosh> var a = db.five.all();
arangosh> while (a.hasNext()) print(a.next());
{
- "_key" : "15635",
- "_id" : "five/15635",
- "_rev" : "_WpTBAEa--D",
- "name" : "three"
-}
-{
- "_key" : "15641",
- "_id" : "five/15641",
- "_rev" : "_WpTBAEe--B",
- "name" : "five"
-}
-{
- "_key" : "15638",
- "_id" : "five/15638",
- "_rev" : "_WpTBAEe--_",
- "name" : "four"
-}
-{
- "_key" : "15628",
- "_id" : "five/15628",
- "_rev" : "_WpTBAEa--_",
+ "_key" : "15761",
+ "_id" : "five/15761",
+ "_rev" : "_WtcBTG2--_",
"name" : "one"
}
{
- "_key" : "15632",
- "_id" : "five/15632",
- "_rev" : "_WpTBAEa--B",
+ "_key" : "15765",
+ "_id" : "five/15765",
+ "_rev" : "_WtcBTG2--B",
"name" : "two"
}
+{
+ "_key" : "15771",
+ "_id" : "five/15771",
+ "_rev" : "_WtcBTG6--_",
+ "name" : "four"
+}
+{
+ "_key" : "15774",
+ "_id" : "five/15774",
+ "_rev" : "_WtcBTG6--B",
+ "name" : "five"
+}
+{
+ "_key" : "15768",
+ "_id" : "five/15768",
+ "_rev" : "_WtcBTG2--D",
+ "name" : "three"
+}
diff --git a/Documentation/Examples/cursorNext.generated b/Documentation/Examples/cursorNext.generated
index 260da44b19..609f48f7e6 100644
--- a/Documentation/Examples/cursorNext.generated
+++ b/Documentation/Examples/cursorNext.generated
@@ -1,7 +1,7 @@
arangosh> db.five.all().next();
{
- "_key" : "15656",
- "_id" : "five/15656",
- "_rev" : "_WpTBAF---_",
- "name" : "three"
+ "_key" : "15792",
+ "_id" : "five/15792",
+ "_rev" : "_WtcBTHW--F",
+ "name" : "four"
}
diff --git a/Documentation/Examples/dbPath.generated b/Documentation/Examples/dbPath.generated
index faf7c298a9..8860347a77 100644
--- a/Documentation/Examples/dbPath.generated
+++ b/Documentation/Examples/dbPath.generated
@@ -1,2 +1,2 @@
arangosh> require("@arangodb").db._path();
-/tmp/arangosh_2HsWaZ/tmp-32366-591314970/data/databases/database-1
+/tmp/arangosh_ftO4kn/tmp-13026-3529682744/data/databases/database-1
diff --git a/Documentation/Examples/documentDocumentRemove.generated b/Documentation/Examples/documentDocumentRemove.generated
index e6b235d039..12762ce25c 100644
--- a/Documentation/Examples/documentDocumentRemove.generated
+++ b/Documentation/Examples/documentDocumentRemove.generated
@@ -1,21 +1,21 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15670",
- "_key" : "15670",
- "_rev" : "_WpTBAFi--_"
+ "_id" : "example/15803",
+ "_key" : "15803",
+ "_rev" : "_WtcBTI---_"
}
arangosh> db.example.document(a1);
{
- "_key" : "15670",
- "_id" : "example/15670",
- "_rev" : "_WpTBAFi--_",
+ "_key" : "15803",
+ "_id" : "example/15803",
+ "_rev" : "_WtcBTI---_",
"a" : 1
}
arangosh> db.example.remove(a1);
{
- "_id" : "example/15670",
- "_key" : "15670",
- "_rev" : "_WpTBAFi--_"
+ "_id" : "example/15803",
+ "_key" : "15803",
+ "_rev" : "_WtcBTI---_"
}
arangosh> db.example.document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentDocumentRemoveConflict.generated b/Documentation/Examples/documentDocumentRemoveConflict.generated
index f6dd2eece1..b27c35cf02 100644
--- a/Documentation/Examples/documentDocumentRemoveConflict.generated
+++ b/Documentation/Examples/documentDocumentRemoveConflict.generated
@@ -1,23 +1,23 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15682",
- "_key" : "15682",
- "_rev" : "_WpTBAGC--_"
+ "_id" : "example/15815",
+ "_key" : "15815",
+ "_rev" : "_WtcBTIa--_"
}
arangosh> a2 = db.example.replace(a1, { a : 2 });
{
- "_id" : "example/15682",
- "_key" : "15682",
- "_rev" : "_WpTBAGC--B",
- "_oldRev" : "_WpTBAGC--_"
+ "_id" : "example/15815",
+ "_key" : "15815",
+ "_rev" : "_WtcBTIe--_",
+ "_oldRev" : "_WtcBTIa--_"
}
arangosh> db.example.remove(a1);
[ArangoError 1200: precondition failed]
arangosh> db.example.remove(a1, true);
{
- "_id" : "example/15682",
- "_key" : "15682",
- "_rev" : "_WpTBAGC--B"
+ "_id" : "example/15815",
+ "_key" : "15815",
+ "_rev" : "_WtcBTIe--_"
}
arangosh> db.example.document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentDocumentRemoveSimple.generated b/Documentation/Examples/documentDocumentRemoveSimple.generated
index d8188be473..2aa93cfda4 100644
--- a/Documentation/Examples/documentDocumentRemoveSimple.generated
+++ b/Documentation/Examples/documentDocumentRemoveSimple.generated
@@ -1,21 +1,21 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15696",
- "_key" : "15696",
- "_rev" : "_WpTBAGi--_"
+ "_id" : "example/15829",
+ "_key" : "15829",
+ "_rev" : "_WtcBTI6--_"
}
arangosh> db.example.document(a1);
{
- "_key" : "15696",
- "_id" : "example/15696",
- "_rev" : "_WpTBAGi--_",
+ "_key" : "15829",
+ "_id" : "example/15829",
+ "_rev" : "_WtcBTI6--_",
"a" : 1
}
arangosh> db.example.remove(a1);
{
- "_id" : "example/15696",
- "_key" : "15696",
- "_rev" : "_WpTBAGi--_"
+ "_id" : "example/15829",
+ "_key" : "15829",
+ "_rev" : "_WtcBTI6--_"
}
arangosh> db.example.document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentDocumentUpdate.generated b/Documentation/Examples/documentDocumentUpdate.generated
index efd9879ad8..31cf33cf62 100644
--- a/Documentation/Examples/documentDocumentUpdate.generated
+++ b/Documentation/Examples/documentDocumentUpdate.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15708",
- "_key" : "15708",
- "_rev" : "_WpTBAH---_"
+ "_id" : "example/15841",
+ "_key" : "15841",
+ "_rev" : "_WtcBTJW--_"
}
arangosh> a2 = db._update(a1, { b : 2 });
{
- "_id" : "example/15708",
- "_key" : "15708",
- "_rev" : "_WpTBAH---B",
- "_oldRev" : "_WpTBAH---_"
+ "_id" : "example/15841",
+ "_key" : "15841",
+ "_rev" : "_WtcBTJa--_",
+ "_oldRev" : "_WtcBTJW--_"
}
arangosh> a3 = db._update(a1, { c : 3 });
[ArangoError 1200: precondition failed]
diff --git a/Documentation/Examples/documentsCollectionInsert.generated b/Documentation/Examples/documentsCollectionInsert.generated
index 08b6a93138..55afde34bd 100644
--- a/Documentation/Examples/documentsCollectionInsert.generated
+++ b/Documentation/Examples/documentsCollectionInsert.generated
@@ -1,12 +1,12 @@
arangosh> db.example.insert({ Hello : "World" });
{
- "_id" : "example/15719",
- "_key" : "15719",
- "_rev" : "_WpTBAHa--_"
+ "_id" : "example/15852",
+ "_key" : "15852",
+ "_rev" : "_WtcBTJ2--_"
}
arangosh> db.example.insert({ Hello : "World" }, true);
{
- "_id" : "example/15723",
- "_key" : "15723",
- "_rev" : "_WpTBAHa--B"
+ "_id" : "example/15856",
+ "_key" : "15856",
+ "_rev" : "_WtcBTJ2--B"
}
diff --git a/Documentation/Examples/documentsCollectionInsertMulti.generated b/Documentation/Examples/documentsCollectionInsertMulti.generated
index c235a04da6..3d91f8c9c6 100644
--- a/Documentation/Examples/documentsCollectionInsertMulti.generated
+++ b/Documentation/Examples/documentsCollectionInsertMulti.generated
@@ -1,26 +1,26 @@
arangosh> db.example.insert([{ Hello : "World" }, {Hello: "there"}])
[
{
- "_id" : "example/15730",
- "_key" : "15730",
- "_rev" : "_WpTBAH2--_"
+ "_id" : "example/15863",
+ "_key" : "15863",
+ "_rev" : "_WtcBTKm--_"
},
{
- "_id" : "example/15734",
- "_key" : "15734",
- "_rev" : "_WpTBAH2--B"
+ "_id" : "example/15867",
+ "_key" : "15867",
+ "_rev" : "_WtcBTKm--B"
}
]
arangosh> db.example.insert([{ Hello : "World" }, {}], {waitForSync: true});
[
{
- "_id" : "example/15738",
- "_key" : "15738",
- "_rev" : "_WpTBAH2--D"
+ "_id" : "example/15871",
+ "_key" : "15871",
+ "_rev" : "_WtcBTKq--_"
},
{
- "_id" : "example/15742",
- "_key" : "15742",
- "_rev" : "_WpTBAH2--F"
+ "_id" : "example/15875",
+ "_key" : "15875",
+ "_rev" : "_WtcBTKq--B"
}
]
diff --git a/Documentation/Examples/documentsCollectionInsertSingle.generated b/Documentation/Examples/documentsCollectionInsertSingle.generated
index 093b180e44..f50c9d1315 100644
--- a/Documentation/Examples/documentsCollectionInsertSingle.generated
+++ b/Documentation/Examples/documentsCollectionInsertSingle.generated
@@ -1,12 +1,12 @@
arangosh> db.example.insert({ Hello : "World" });
{
- "_id" : "example/15750",
- "_key" : "15750",
- "_rev" : "_WpTBAIa--_"
+ "_id" : "example/15883",
+ "_key" : "15883",
+ "_rev" : "_WtcBTLO--_"
}
arangosh> db.example.insert({ Hello : "World" }, {waitForSync: true});
{
- "_id" : "example/15754",
- "_key" : "15754",
- "_rev" : "_WpTBAIe--_"
+ "_id" : "example/15887",
+ "_key" : "15887",
+ "_rev" : "_WtcBTLO--B"
}
diff --git a/Documentation/Examples/documentsCollectionName.generated b/Documentation/Examples/documentsCollectionName.generated
index e7c133a8e1..e6069a114a 100644
--- a/Documentation/Examples/documentsCollectionName.generated
+++ b/Documentation/Examples/documentsCollectionName.generated
@@ -2,5 +2,5 @@ arangosh> db.example.document("example/2873916""_key" : "2873916",
"_id" : "example/2873916",
- "_rev" : "_WpTBAI6--_"
+ "_rev" : "_WtcBTLq--_"
}
diff --git a/Documentation/Examples/documentsCollectionNameValidByKey.generated b/Documentation/Examples/documentsCollectionNameValidByKey.generated
index ff3c622fa5..3b33e92f6b 100644
--- a/Documentation/Examples/documentsCollectionNameValidByKey.generated
+++ b/Documentation/Examples/documentsCollectionNameValidByKey.generated
@@ -2,5 +2,5 @@ arangosh> db.example.document("2873916");
{
"_key" : "2873916",
"_id" : "example/2873916",
- "_rev" : "_WpTBAKK--_"
+ "_rev" : "_WtcBTM2--_"
}
diff --git a/Documentation/Examples/documentsCollectionNameValidByObject.generated b/Documentation/Examples/documentsCollectionNameValidByObject.generated
index c7052e097e..fefceee335 100644
--- a/Documentation/Examples/documentsCollectionNameValidByObject.generated
+++ b/Documentation/Examples/documentsCollectionNameValidByObject.generated
@@ -2,5 +2,5 @@ arangosh> db.example.document({_id: "_key" : "2873916",
"_id" : "example/2873916",
- "_rev" : "_WpTBAKq--_"
+ "_rev" : "_WtcBTNO--_"
}
diff --git a/Documentation/Examples/documentsCollectionNameValidMulti.generated b/Documentation/Examples/documentsCollectionNameValidMulti.generated
index d255b48b01..031cdaa1b8 100644
--- a/Documentation/Examples/documentsCollectionNameValidMulti.generated
+++ b/Documentation/Examples/documentsCollectionNameValidMulti.generated
@@ -3,11 +3,11 @@ arangosh> db.example.document(["2873916","_key" : "2873916",
"_id" : "example/2873916",
- "_rev" : "_WpTBALG--_"
+ "_rev" : "_WtcBTNm--_"
},
{
"_key" : "2873917",
"_id" : "example/2873917",
- "_rev" : "_WpTBALG--B"
+ "_rev" : "_WtcBTNq--_"
}
]
diff --git a/Documentation/Examples/documentsCollectionNameValidPlain.generated b/Documentation/Examples/documentsCollectionNameValidPlain.generated
index b6addaa78c..03348e248a 100644
--- a/Documentation/Examples/documentsCollectionNameValidPlain.generated
+++ b/Documentation/Examples/documentsCollectionNameValidPlain.generated
@@ -2,5 +2,5 @@ arangosh> db.example.document("example/2873916""_key" : "2873916",
"_id" : "example/2873916",
- "_rev" : "_WpTBALi--_"
+ "_rev" : "_WtcBTOC--_"
}
diff --git a/Documentation/Examples/documentsCollectionRemoveConflict.generated b/Documentation/Examples/documentsCollectionRemoveConflict.generated
index 6663c569a6..5b751e4058 100644
--- a/Documentation/Examples/documentsCollectionRemoveConflict.generated
+++ b/Documentation/Examples/documentsCollectionRemoveConflict.generated
@@ -1,23 +1,23 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15815",
- "_key" : "15815",
- "_rev" : "_WpTBAL6--_"
+ "_id" : "example/15948",
+ "_key" : "15948",
+ "_rev" : "_WtcBTOa--_"
}
arangosh> a2 = db._replace(a1, { a : 2 });
{
- "_id" : "example/15815",
- "_key" : "15815",
- "_rev" : "_WpTBAM---_",
- "_oldRev" : "_WpTBAL6--_"
+ "_id" : "example/15948",
+ "_key" : "15948",
+ "_rev" : "_WtcBTOe--_",
+ "_oldRev" : "_WtcBTOa--_"
}
arangosh> db._remove(a1);
[ArangoError 1200: precondition failed]
arangosh> db._remove(a1, {overwrite: true} );
{
- "_id" : "example/15815",
- "_key" : "15815",
- "_rev" : "_WpTBAM---_"
+ "_id" : "example/15948",
+ "_key" : "15948",
+ "_rev" : "_WtcBTOe--_"
}
arangosh> db._document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentsCollectionRemoveSignature.generated b/Documentation/Examples/documentsCollectionRemoveSignature.generated
index b67106dddd..472bf2ede1 100644
--- a/Documentation/Examples/documentsCollectionRemoveSignature.generated
+++ b/Documentation/Examples/documentsCollectionRemoveSignature.generated
@@ -2,12 +2,12 @@ arangosh> db.example.insert({ _key: "_id" : "example/11265325374",
"_key" : "11265325374",
- "_rev" : "_WpTBAMe--_"
+ "_rev" : "_WtcBTO6--_"
}
arangosh> db.example.remove("example/11265325374",
........> { overwrite: true, waitForSync: false})
{
"_id" : "example/11265325374",
"_key" : "11265325374",
- "_rev" : "_WpTBAMe--_"
+ "_rev" : "_WtcBTO6--_"
}
diff --git a/Documentation/Examples/documentsCollectionRemoveSuccess.generated b/Documentation/Examples/documentsCollectionRemoveSuccess.generated
index 2e5f8e634a..728b5a114f 100644
--- a/Documentation/Examples/documentsCollectionRemoveSuccess.generated
+++ b/Documentation/Examples/documentsCollectionRemoveSuccess.generated
@@ -1,14 +1,14 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15838",
- "_key" : "15838",
- "_rev" : "_WpTBAN---_"
+ "_id" : "example/15971",
+ "_key" : "15971",
+ "_rev" : "_WtcBTPS--_"
}
arangosh> db._remove(a1);
{
- "_id" : "example/15838",
- "_key" : "15838",
- "_rev" : "_WpTBAN---_"
+ "_id" : "example/15971",
+ "_key" : "15971",
+ "_rev" : "_WtcBTPS--_"
}
arangosh> db._remove(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentsCollectionReplace.generated b/Documentation/Examples/documentsCollectionReplace.generated
index cc9b9e940c..8ac1ed9795 100644
--- a/Documentation/Examples/documentsCollectionReplace.generated
+++ b/Documentation/Examples/documentsCollectionReplace.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15850",
- "_key" : "15850",
- "_rev" : "_WpTBANa--_"
+ "_id" : "example/15983",
+ "_key" : "15983",
+ "_rev" : "_WtcBTPy--_"
}
arangosh> a2 = db.example.replace(a1, { a : 2 });
{
- "_id" : "example/15850",
- "_key" : "15850",
- "_rev" : "_WpTBANa--B",
- "_oldRev" : "_WpTBANa--_"
+ "_id" : "example/15983",
+ "_key" : "15983",
+ "_rev" : "_WtcBTPy--B",
+ "_oldRev" : "_WtcBTPy--_"
}
arangosh> a3 = db.example.replace(a1, { a : 3 });
[ArangoError 1200: precondition failed]
diff --git a/Documentation/Examples/documentsCollectionReplace1.generated b/Documentation/Examples/documentsCollectionReplace1.generated
index 4c727bcbbd..c2c5a78c00 100644
--- a/Documentation/Examples/documentsCollectionReplace1.generated
+++ b/Documentation/Examples/documentsCollectionReplace1.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/15861",
- "_key" : "15861",
- "_rev" : "_WpTBAN2--_"
+ "_id" : "example/15994",
+ "_key" : "15994",
+ "_rev" : "_WtcBTQO--_"
}
arangosh> a2 = db.example.replace(a1, { a : 2 });
{
- "_id" : "example/15861",
- "_key" : "15861",
- "_rev" : "_WpTBAN6--_",
- "_oldRev" : "_WpTBAN2--_"
+ "_id" : "example/15994",
+ "_key" : "15994",
+ "_rev" : "_WtcBTQO--B",
+ "_oldRev" : "_WtcBTQO--_"
}
arangosh> a3 = db.example.replace(a1, { a : 3 });
[ArangoError 1200: precondition failed]
diff --git a/Documentation/Examples/documentsCollectionReplaceHandle.generated b/Documentation/Examples/documentsCollectionReplaceHandle.generated
index ec831a17e4..cd3e4f432d 100644
--- a/Documentation/Examples/documentsCollectionReplaceHandle.generated
+++ b/Documentation/Examples/documentsCollectionReplaceHandle.generated
@@ -2,12 +2,12 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/3903045",
"_key" : "3903045",
- "_rev" : "_WpTBAOW--B"
+ "_rev" : "_WtcBTQq--B"
}
arangosh> a2 = db.example.replace("example/3903044", { a : 2 });
{
"_id" : "example/3903044",
"_key" : "3903044",
- "_rev" : "_WpTBAOW--D",
- "_oldRev" : "_WpTBAOW--_"
+ "_rev" : "_WtcBTQq--D",
+ "_oldRev" : "_WtcBTQq--_"
}
diff --git a/Documentation/Examples/documentsCollectionUpdate.generated b/Documentation/Examples/documentsCollectionUpdate.generated
index 12c476bc84..361131e8a3 100644
--- a/Documentation/Examples/documentsCollectionUpdate.generated
+++ b/Documentation/Examples/documentsCollectionUpdate.generated
@@ -1,30 +1,30 @@
arangosh> a1 = db.example.insert({"a" : 1});
{
- "_id" : "example/15884",
- "_key" : "15884",
- "_rev" : "_WpTBAOy--_"
+ "_id" : "example/16017",
+ "_key" : "16017",
+ "_rev" : "_WtcBTRC--_"
}
arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3});
{
- "_id" : "example/15884",
- "_key" : "15884",
- "_rev" : "_WpTBAOy--B",
- "_oldRev" : "_WpTBAOy--_"
+ "_id" : "example/16017",
+ "_key" : "16017",
+ "_rev" : "_WtcBTRC--B",
+ "_oldRev" : "_WtcBTRC--_"
}
arangosh> a3 = db.example.update(a1, {"d" : 4});
[ArangoError 1200: precondition failed]
arangosh> a4 = db.example.update(a2, {"e" : 5, "f" : 6 });
{
- "_id" : "example/15884",
- "_key" : "15884",
- "_rev" : "_WpTBAO2--A",
- "_oldRev" : "_WpTBAOy--B"
+ "_id" : "example/16017",
+ "_key" : "16017",
+ "_rev" : "_WtcBTRG--A",
+ "_oldRev" : "_WtcBTRC--B"
}
arangosh> db.example.document(a4);
{
- "_key" : "15884",
- "_id" : "example/15884",
- "_rev" : "_WpTBAO2--A",
+ "_key" : "16017",
+ "_id" : "example/16017",
+ "_rev" : "_WtcBTRG--A",
"a" : 1,
"c" : 3,
"b" : 2,
@@ -33,16 +33,16 @@ arangosh> db.example.document(a4);
}
arangosh> a5 = db.example.update(a4, {"a" : 1, c : 9, e : 42 });
{
- "_id" : "example/15884",
- "_key" : "15884",
- "_rev" : "_WpTBAO6--_",
- "_oldRev" : "_WpTBAO2--A"
+ "_id" : "example/16017",
+ "_key" : "16017",
+ "_rev" : "_WtcBTRK---",
+ "_oldRev" : "_WtcBTRG--A"
}
arangosh> db.example.document(a5);
{
- "_key" : "15884",
- "_id" : "example/15884",
- "_rev" : "_WpTBAO6--_",
+ "_key" : "16017",
+ "_id" : "example/16017",
+ "_rev" : "_WtcBTRK---",
"a" : 1,
"c" : 9,
"b" : 2,
diff --git a/Documentation/Examples/documentsCollectionUpdateHandle.generated b/Documentation/Examples/documentsCollectionUpdateHandle.generated
index 3057d17149..cffec87416 100644
--- a/Documentation/Examples/documentsCollectionUpdateHandle.generated
+++ b/Documentation/Examples/documentsCollectionUpdateHandle.generated
@@ -2,12 +2,12 @@ arangosh> a1 = db.example.insert({"a" : "_id" : "example/18612116",
"_key" : "18612116",
- "_rev" : "_WpTBAPa--_"
+ "_rev" : "_WtcBTRm--B"
}
arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 });
{
"_id" : "example/18612115",
"_key" : "18612115",
- "_rev" : "_WpTBAPa--B",
- "_oldRev" : "_WpTBAPW--_"
+ "_rev" : "_WtcBTRm--D",
+ "_oldRev" : "_WtcBTRm--_"
}
diff --git a/Documentation/Examples/documentsCollectionUpdateHandleArray.generated b/Documentation/Examples/documentsCollectionUpdateHandleArray.generated
index 96a60f4143..e622e3960e 100644
--- a/Documentation/Examples/documentsCollectionUpdateHandleArray.generated
+++ b/Documentation/Examples/documentsCollectionUpdateHandleArray.generated
@@ -3,21 +3,21 @@ arangosh> db.example.insert({"a" : { "_id" : "example/20774804",
"_key" : "20774804",
- "_rev" : "_WpTBAP2--B"
+ "_rev" : "_WtcBTS---B"
}
arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 },
........> "b" : { "b1" : 1 }});
{
"_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WpTBAP2--D",
- "_oldRev" : "_WpTBAP2--_"
+ "_rev" : "_WtcBTSC--_",
+ "_oldRev" : "_WtcBTS---_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WpTBAP2--D",
+ "_rev" : "_WtcBTSC--_",
"b" : {
"b1" : 1
},
@@ -31,14 +31,14 @@ arangosh> db.example.update("example/20774803""_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WpTBAP6--_",
- "_oldRev" : "_WpTBAP2--D"
+ "_rev" : "_WtcBTSC--B",
+ "_oldRev" : "_WtcBTSC--_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WpTBAP6--_",
+ "_rev" : "_WtcBTSC--B",
"a" : {
"four" : 4
}
diff --git a/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated b/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
index f986ca1141..5cb9ed6aa1 100644
--- a/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
+++ b/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
@@ -2,21 +2,21 @@ arangosh> db.example.insert({"a" : "_id" : "example/19988372",
"_key" : "19988372",
- "_rev" : "_WpTBAQa--_"
+ "_rev" : "_WtcBTSe--B"
}
arangosh> db.example.update("example/19988371",
........> { "b" : null, "c" : null, "d" : 3 });
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WpTBAQa--B",
- "_oldRev" : "_WpTBAQW--_"
+ "_rev" : "_WtcBTSi--_",
+ "_oldRev" : "_WtcBTSe--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WpTBAQa--B",
+ "_rev" : "_WtcBTSi--_",
"d" : 3,
"b" : null,
"c" : null
@@ -25,14 +25,14 @@ arangosh> db.example.update("example/19988371""_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WpTBAQa--D",
- "_oldRev" : "_WpTBAQa--B"
+ "_rev" : "_WtcBTSi--B",
+ "_oldRev" : "_WtcBTSi--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WpTBAQa--D",
+ "_rev" : "_WtcBTSi--B",
"d" : 3,
"b" : null,
"c" : null
@@ -42,12 +42,12 @@ arangosh> db.example.update("example/19988371""_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WpTBAQe--_",
- "_oldRev" : "_WpTBAQa--D"
+ "_rev" : "_WtcBTSm--_",
+ "_oldRev" : "_WtcBTSi--B"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WpTBAQe--_"
+ "_rev" : "_WtcBTSm--_"
}
diff --git a/Documentation/Examples/documentsCollection_UpdateDocument.generated b/Documentation/Examples/documentsCollection_UpdateDocument.generated
index c3fe819372..4ea3d37ba9 100644
--- a/Documentation/Examples/documentsCollection_UpdateDocument.generated
+++ b/Documentation/Examples/documentsCollection_UpdateDocument.generated
@@ -1,30 +1,30 @@
arangosh> a1 = db.example.insert({"a" : 1});
{
- "_id" : "example/15948",
- "_key" : "15948",
- "_rev" : "_WpTBAQ6--_"
+ "_id" : "example/16081",
+ "_key" : "16081",
+ "_rev" : "_WtcBTT---_"
}
arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3});
{
- "_id" : "example/15948",
- "_key" : "15948",
- "_rev" : "_WpTBAR---_",
- "_oldRev" : "_WpTBAQ6--_"
+ "_id" : "example/16081",
+ "_key" : "16081",
+ "_rev" : "_WtcBTTC--_",
+ "_oldRev" : "_WtcBTT---_"
}
arangosh> a3 = db.example.update(a1, {"d" : 4});
[ArangoError 1200: precondition failed]
arangosh> a4 = db.example.update(a2, {"e" : 5, "f" : 6 });
{
- "_id" : "example/15948",
- "_key" : "15948",
- "_rev" : "_WpTBAR---C",
- "_oldRev" : "_WpTBAR---_"
+ "_id" : "example/16081",
+ "_key" : "16081",
+ "_rev" : "_WtcBTTC--C",
+ "_oldRev" : "_WtcBTTC--_"
}
arangosh> db.example.document(a4);
{
- "_key" : "15948",
- "_id" : "example/15948",
- "_rev" : "_WpTBAR---C",
+ "_key" : "16081",
+ "_id" : "example/16081",
+ "_rev" : "_WtcBTTC--C",
"a" : 1,
"c" : 3,
"b" : 2,
@@ -33,16 +33,16 @@ arangosh> db.example.document(a4);
}
arangosh> a5 = db.example.update(a4, {"a" : 1, c : 9, e : 42 });
{
- "_id" : "example/15948",
- "_key" : "15948",
- "_rev" : "_WpTBARC--_",
- "_oldRev" : "_WpTBAR---C"
+ "_id" : "example/16081",
+ "_key" : "16081",
+ "_rev" : "_WtcBTTG--_",
+ "_oldRev" : "_WtcBTTC--C"
}
arangosh> db.example.document(a5);
{
- "_key" : "15948",
- "_id" : "example/15948",
- "_rev" : "_WpTBARC--_",
+ "_key" : "16081",
+ "_id" : "example/16081",
+ "_rev" : "_WtcBTTG--_",
"a" : 1,
"c" : 9,
"b" : 2,
diff --git a/Documentation/Examples/documentsCollection_UpdateHandleArray.generated b/Documentation/Examples/documentsCollection_UpdateHandleArray.generated
index 5055197bbe..8648f5208b 100644
--- a/Documentation/Examples/documentsCollection_UpdateHandleArray.generated
+++ b/Documentation/Examples/documentsCollection_UpdateHandleArray.generated
@@ -3,21 +3,21 @@ arangosh> db.example.insert({"a" : { "_id" : "example/20774804",
"_key" : "20774804",
- "_rev" : "_WpTBARi--B"
+ "_rev" : "_WtcBTTi--B"
}
arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 },
........> "b" : { "b1" : 1 }});
{
"_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WpTBARi--D",
- "_oldRev" : "_WpTBARi--_"
+ "_rev" : "_WtcBTTm--_",
+ "_oldRev" : "_WtcBTTi--_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WpTBARi--D",
+ "_rev" : "_WtcBTTm--_",
"b" : {
"b1" : 1
},
@@ -31,14 +31,14 @@ arangosh> db.example.update("example/20774803""_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WpTBARm--_",
- "_oldRev" : "_WpTBARi--D"
+ "_rev" : "_WtcBTTm--B",
+ "_oldRev" : "_WtcBTTm--_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WpTBARm--_",
+ "_rev" : "_WtcBTTm--B",
"a" : {
"four" : 4
}
diff --git a/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated b/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated
index 34dd7f581e..5b95ceb307 100644
--- a/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated
+++ b/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated
@@ -2,21 +2,21 @@ arangosh> db.example.insert({"a" : "_id" : "example/19988372",
"_key" : "19988372",
- "_rev" : "_WpTBASC--B"
+ "_rev" : "_WtcBTUC--B"
}
arangosh> db.example.update("example/19988371",
........> { "b" : null, "c" : null, "d" : 3 });
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WpTBASC--D",
- "_oldRev" : "_WpTBASC--_"
+ "_rev" : "_WtcBTUC--D",
+ "_oldRev" : "_WtcBTUC--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WpTBASC--D",
+ "_rev" : "_WtcBTUC--D",
"d" : 3,
"b" : null,
"c" : null
@@ -25,14 +25,14 @@ arangosh> db.example.update("example/19988371""_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WpTBASC--F",
- "_oldRev" : "_WpTBASC--D"
+ "_rev" : "_WtcBTUG--_",
+ "_oldRev" : "_WtcBTUC--D"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WpTBASC--F",
+ "_rev" : "_WtcBTUG--_",
"d" : 3,
"b" : null,
"c" : null
@@ -42,12 +42,12 @@ arangosh> db.example.update("example/19988371""_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WpTBASG--_",
- "_oldRev" : "_WpTBASC--F"
+ "_rev" : "_WtcBTUG--B",
+ "_oldRev" : "_WtcBTUG--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WpTBASG--_"
+ "_rev" : "_WtcBTUG--B"
}
diff --git a/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated b/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated
index 9e4715a852..3e09bd812d 100644
--- a/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated
+++ b/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated
@@ -2,12 +2,12 @@ arangosh> a1 = db.example.insert({"a" : "_id" : "example/18612116",
"_key" : "18612116",
- "_rev" : "_WpTBASm--_"
+ "_rev" : "_WtcBTUm--B"
}
arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 });
{
"_id" : "example/18612115",
"_key" : "18612115",
- "_rev" : "_WpTBASm--B",
- "_oldRev" : "_WpTBASi--_"
+ "_rev" : "_WtcBTUm--D",
+ "_oldRev" : "_WtcBTUm--_"
}
diff --git a/Documentation/Examples/documentsDocumentName.generated b/Documentation/Examples/documentsDocumentName.generated
index 9f51172057..6d916839b7 100644
--- a/Documentation/Examples/documentsDocumentName.generated
+++ b/Documentation/Examples/documentsDocumentName.generated
@@ -2,5 +2,5 @@ arangosh> db._document("example/12345");
{
"_key" : "12345",
"_id" : "example/12345",
- "_rev" : "_WpTBATC--_"
+ "_rev" : "_WtcBTV---_"
}
diff --git a/Documentation/Examples/documentsDocumentReplace.generated b/Documentation/Examples/documentsDocumentReplace.generated
index 7d4dc22634..e8e7a1a39a 100644
--- a/Documentation/Examples/documentsDocumentReplace.generated
+++ b/Documentation/Examples/documentsDocumentReplace.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/16020",
- "_key" : "16020",
- "_rev" : "_WpTBATe--_"
+ "_id" : "example/16153",
+ "_key" : "16153",
+ "_rev" : "_WtcBTVa--_"
}
arangosh> a2 = db._replace(a1, { a : 2 });
{
- "_id" : "example/16020",
- "_key" : "16020",
- "_rev" : "_WpTBATi--_",
- "_oldRev" : "_WpTBATe--_"
+ "_id" : "example/16153",
+ "_key" : "16153",
+ "_rev" : "_WtcBTVa--B",
+ "_oldRev" : "_WtcBTVa--_"
}
arangosh> a3 = db._replace(a1, { a : 3 });
[ArangoError 1200: precondition failed]
diff --git a/Documentation/Examples/dropIndex.generated b/Documentation/Examples/dropIndex.generated
index 846a779bb7..a4012cae22 100644
--- a/Documentation/Examples/dropIndex.generated
+++ b/Documentation/Examples/dropIndex.generated
@@ -5,7 +5,7 @@ arangosh> db.example.ensureIndex({ type: "a",
"b"
],
- "id" : "example/16031",
+ "id" : "example/16164",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -31,7 +31,7 @@ arangosh> indexInfo;
"a",
"b"
],
- "id" : "example/16031",
+ "id" : "example/16164",
"sparse" : false,
"type" : "skiplist",
"unique" : false
diff --git a/Documentation/Examples/ensureFulltextIndex.generated b/Documentation/Examples/ensureFulltextIndex.generated
index f766766bc8..704b8f1287 100644
--- a/Documentation/Examples/ensureFulltextIndex.generated
+++ b/Documentation/Examples/ensureFulltextIndex.generated
@@ -3,7 +3,7 @@ arangosh> db.example.ensureIndex({ type: "fields" : [
"text"
],
- "id" : "example/16043",
+ "id" : "example/16176",
"isNewlyCreated" : true,
"minLength" : 3,
"sparse" : true,
@@ -13,79 +13,79 @@ arangosh> db.example.ensureIndex({ type: text : "the quick brown", b : { c : 1 } });
{
- "_id" : "example/16046",
- "_key" : "16046",
- "_rev" : "_WpTBAVG--_"
+ "_id" : "example/16179",
+ "_key" : "16179",
+ "_rev" : "_WtcBTXC--_"
}
arangosh> db.example.save({ text : "quick brown fox", b : { c : 2 } });
{
- "_id" : "example/16050",
- "_key" : "16050",
- "_rev" : "_WpTBAVG--B"
+ "_id" : "example/16183",
+ "_key" : "16183",
+ "_rev" : "_WtcBTXG--_"
}
arangosh> db.example.save({ text : "brown fox jums", b : { c : 3 } });
{
- "_id" : "example/16053",
- "_key" : "16053",
- "_rev" : "_WpTBAVG--D"
+ "_id" : "example/16186",
+ "_key" : "16186",
+ "_rev" : "_WtcBTXG--B"
}
arangosh> db.example.save({ text : "fox jumps over", b : { c : 4 } });
{
- "_id" : "example/16056",
- "_key" : "16056",
- "_rev" : "_WpTBAVG--F"
+ "_id" : "example/16189",
+ "_key" : "16189",
+ "_rev" : "_WtcBTXG--D"
}
arangosh> db.example.save({ text : "jumps over the", b : { c : 5 } });
{
- "_id" : "example/16059",
- "_key" : "16059",
- "_rev" : "_WpTBAVK--_"
+ "_id" : "example/16192",
+ "_key" : "16192",
+ "_rev" : "_WtcBTXK--_"
}
arangosh> db.example.save({ text : "over the lazy", b : { c : 6 } });
{
- "_id" : "example/16062",
- "_key" : "16062",
- "_rev" : "_WpTBAVK--B"
+ "_id" : "example/16195",
+ "_key" : "16195",
+ "_rev" : "_WtcBTXK--B"
}
arangosh> db.example.save({ text : "the lazy dog", b : { c : 7 } });
{
- "_id" : "example/16065",
- "_key" : "16065",
- "_rev" : "_WpTBAVK--D"
+ "_id" : "example/16198",
+ "_key" : "16198",
+ "_rev" : "_WtcBTXK--D"
}
arangosh> db._query("FOR document IN FULLTEXT(example, 'text', 'the') RETURN document");
[
{
- "_key" : "16046",
- "_id" : "example/16046",
- "_rev" : "_WpTBAVG--_",
+ "_key" : "16179",
+ "_id" : "example/16179",
+ "_rev" : "_WtcBTXC--_",
"text" : "the quick brown",
"b" : {
"c" : 1
}
},
{
- "_key" : "16059",
- "_id" : "example/16059",
- "_rev" : "_WpTBAVK--_",
+ "_key" : "16192",
+ "_id" : "example/16192",
+ "_rev" : "_WtcBTXK--_",
"text" : "jumps over the",
"b" : {
"c" : 5
}
},
{
- "_key" : "16062",
- "_id" : "example/16062",
- "_rev" : "_WpTBAVK--B",
+ "_key" : "16195",
+ "_id" : "example/16195",
+ "_rev" : "_WtcBTXK--B",
"text" : "over the lazy",
"b" : {
"c" : 6
}
},
{
- "_key" : "16065",
- "_id" : "example/16065",
- "_rev" : "_WpTBAVK--D",
+ "_key" : "16198",
+ "_id" : "example/16198",
+ "_rev" : "_WtcBTXK--D",
"text" : "the lazy dog",
"b" : {
"c" : 7
diff --git a/Documentation/Examples/ensureHashIndex.generated b/Documentation/Examples/ensureHashIndex.generated
index a2696cbabc..140c25e1cb 100644
--- a/Documentation/Examples/ensureHashIndex.generated
+++ b/Documentation/Examples/ensureHashIndex.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a"
],
- "id" : "test/16073",
+ "id" : "test/16206",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -14,19 +14,19 @@ arangosh> db.test.ensureIndex({ type: a : 1 });
{
- "_id" : "test/16076",
- "_key" : "16076",
- "_rev" : "_WpTBAW---_"
+ "_id" : "test/16209",
+ "_key" : "16209",
+ "_rev" : "_WtcBTYC--_"
}
arangosh> db.test.save({ a : 1 });
{
- "_id" : "test/16080",
- "_key" : "16080",
- "_rev" : "_WpTBAW---B"
+ "_id" : "test/16213",
+ "_key" : "16213",
+ "_rev" : "_WtcBTYC--B"
}
arangosh> db.test.save({ a : null });
{
- "_id" : "test/16083",
- "_key" : "16083",
- "_rev" : "_WpTBAW---D"
+ "_id" : "test/16216",
+ "_key" : "16216",
+ "_rev" : "_WtcBTYC--D"
}
diff --git a/Documentation/Examples/ensureHashIndexArray.generated b/Documentation/Examples/ensureHashIndexArray.generated
index bbea20f230..95fa6abbec 100644
--- a/Documentation/Examples/ensureHashIndexArray.generated
+++ b/Documentation/Examples/ensureHashIndexArray.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a[*]"
],
- "id" : "test/16090",
+ "id" : "test/16223",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -14,19 +14,19 @@ arangosh> db.test.ensureIndex({ type: a : [ 1, 2 ] });
{
- "_id" : "test/16093",
- "_key" : "16093",
- "_rev" : "_WpTBAWu--_"
+ "_id" : "test/16226",
+ "_key" : "16226",
+ "_rev" : "_WtcBTYu--_"
}
arangosh> db.test.save({ a : [ 1, 3 ] });
{
- "_id" : "test/16097",
- "_key" : "16097",
- "_rev" : "_WpTBAWu--B"
+ "_id" : "test/16230",
+ "_key" : "16230",
+ "_rev" : "_WtcBTYu--B"
}
arangosh> db.test.save({ a : null });
{
- "_id" : "test/16100",
- "_key" : "16100",
- "_rev" : "_WpTBAWy--_"
+ "_id" : "test/16233",
+ "_key" : "16233",
+ "_rev" : "_WtcBTYy--_"
}
diff --git a/Documentation/Examples/ensurePersistent.generated b/Documentation/Examples/ensurePersistent.generated
index a62e1e9a9b..f44072cdc1 100644
--- a/Documentation/Examples/ensurePersistent.generated
+++ b/Documentation/Examples/ensurePersistent.generated
@@ -4,7 +4,7 @@ arangosh> db.names.ensureIndex({ type: "fields" : [
"first"
],
- "id" : "names/16107",
+ "id" : "names/16240",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
@@ -13,31 +13,31 @@ arangosh> db.names.ensureIndex({ type: "first" : "Tim" });
{
- "_id" : "names/16110",
- "_key" : "16110",
- "_rev" : "_WpTBAXe--_"
+ "_id" : "names/16243",
+ "_key" : "16243",
+ "_rev" : "_WtcBTZa--_"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/16114",
- "_key" : "16114",
- "_rev" : "_WpTBAXi--_"
+ "_id" : "names/16247",
+ "_key" : "16247",
+ "_rev" : "_WtcBTZe--_"
}
arangosh> db.names.save({ "first" : "John" });
{
- "_id" : "names/16117",
- "_key" : "16117",
- "_rev" : "_WpTBAXi--B"
+ "_id" : "names/16250",
+ "_key" : "16250",
+ "_rev" : "_WtcBTZe--B"
}
arangosh> db.names.save({ "first" : "Tim" });
{
- "_id" : "names/16120",
- "_key" : "16120",
- "_rev" : "_WpTBAXi--D"
+ "_id" : "names/16253",
+ "_key" : "16253",
+ "_rev" : "_WtcBTZe--D"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/16123",
- "_key" : "16123",
- "_rev" : "_WpTBAXm--_"
+ "_id" : "names/16256",
+ "_key" : "16256",
+ "_rev" : "_WtcBTZe--F"
}
diff --git a/Documentation/Examples/ensureSkiplist.generated b/Documentation/Examples/ensureSkiplist.generated
index 037a4cff70..49f2026d36 100644
--- a/Documentation/Examples/ensureSkiplist.generated
+++ b/Documentation/Examples/ensureSkiplist.generated
@@ -4,7 +4,7 @@ arangosh> db.names.ensureIndex({ type: "fields" : [
"first"
],
- "id" : "names/16130",
+ "id" : "names/16263",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,31 +13,31 @@ arangosh> db.names.ensureIndex({ type: "first" : "Tim" });
{
- "_id" : "names/16133",
- "_key" : "16133",
- "_rev" : "_WpTBAYO--_"
+ "_id" : "names/16266",
+ "_key" : "16266",
+ "_rev" : "_WtcBTaO--_"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/16137",
- "_key" : "16137",
- "_rev" : "_WpTBAYS--_"
+ "_id" : "names/16270",
+ "_key" : "16270",
+ "_rev" : "_WtcBTaO--B"
}
arangosh> db.names.save({ "first" : "John" });
{
- "_id" : "names/16140",
- "_key" : "16140",
- "_rev" : "_WpTBAYS--B"
+ "_id" : "names/16273",
+ "_key" : "16273",
+ "_rev" : "_WtcBTaO--D"
}
arangosh> db.names.save({ "first" : "Tim" });
{
- "_id" : "names/16143",
- "_key" : "16143",
- "_rev" : "_WpTBAYS--D"
+ "_id" : "names/16276",
+ "_key" : "16276",
+ "_rev" : "_WtcBTaO--F"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/16146",
- "_key" : "16146",
- "_rev" : "_WpTBAYS--F"
+ "_id" : "names/16279",
+ "_key" : "16279",
+ "_rev" : "_WtcBTaO--H"
}
diff --git a/Documentation/Examples/ensureSkiplistArray.generated b/Documentation/Examples/ensureSkiplistArray.generated
index aab81494c0..87ce13f9f7 100644
--- a/Documentation/Examples/ensureSkiplistArray.generated
+++ b/Documentation/Examples/ensureSkiplistArray.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a[*]"
],
- "id" : "test/16153",
+ "id" : "test/16286",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,19 +13,19 @@ arangosh> db.test.ensureIndex({ type: a : [ 1, 2 ] });
{
- "_id" : "test/16156",
- "_key" : "16156",
- "_rev" : "_WpTBAZ---_"
+ "_id" : "test/16289",
+ "_key" : "16289",
+ "_rev" : "_WtcBTb---_"
}
arangosh> db.test.save({ a : [ 1, 3 ] });
{
- "_id" : "test/16160",
- "_key" : "16160",
- "_rev" : "_WpTBAZC--_"
+ "_id" : "test/16293",
+ "_key" : "16293",
+ "_rev" : "_WtcBTb---B"
}
arangosh> db.test.save({ a : null });
{
- "_id" : "test/16163",
- "_key" : "16163",
- "_rev" : "_WpTBAZC--B"
+ "_id" : "test/16296",
+ "_key" : "16296",
+ "_rev" : "_WtcBTb---D"
}
diff --git a/Documentation/Examples/ensureUniqueConstraint.generated b/Documentation/Examples/ensureUniqueConstraint.generated
index 3ce27c7727..e591d45e33 100644
--- a/Documentation/Examples/ensureUniqueConstraint.generated
+++ b/Documentation/Examples/ensureUniqueConstraint.generated
@@ -5,7 +5,7 @@ arangosh> db.test.ensureIndex({ type: "a",
"b.c"
],
- "id" : "test/16170",
+ "id" : "test/16303",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -15,17 +15,17 @@ arangosh> db.test.ensureIndex({ type: a : 1, b : { c : 1 } });
{
- "_id" : "test/16173",
- "_key" : "16173",
- "_rev" : "_WpTBAZy--_"
+ "_id" : "test/16306",
+ "_key" : "16306",
+ "_rev" : "_WtcBTbq--_"
}
arangosh> db.test.save({ a : 1, b : { c : 1 } });
-[ArangoError 1210: unique constraint violated - in index 16170 of type hash over ["a","b.c"]; conflicting key: 16173]
+[ArangoError 1210: unique constraint violated - in index 16303 of type hash over ["a","b.c"]; conflicting key: 16306]
arangosh> db.test.save({ a : 1, b : { c : null } });
{
- "_id" : "test/16179",
- "_key" : "16179",
- "_rev" : "_WpTBAZy--D"
+ "_id" : "test/16312",
+ "_key" : "16312",
+ "_rev" : "_WtcBTbu--B"
}
arangosh> db.test.save({ a : 1 });
-[ArangoError 1210: unique constraint violated - in index 16170 of type hash over ["a","b.c"]; conflicting key: 16179]
+[ArangoError 1210: unique constraint violated - in index 16303 of type hash over ["a","b.c"]; conflicting key: 16312]
diff --git a/Documentation/Examples/ensureUniquePersistentMultiColmun.generated b/Documentation/Examples/ensureUniquePersistentMultiColmun.generated
index 3ab655071b..a5920df00f 100644
--- a/Documentation/Examples/ensureUniquePersistentMultiColmun.generated
+++ b/Documentation/Examples/ensureUniquePersistentMultiColmun.generated
@@ -5,7 +5,7 @@ arangosh> db.ids.ensureIndex({ type: "name.first",
"name.last"
],
- "id" : "ids/16188",
+ "id" : "ids/16321",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
@@ -14,21 +14,21 @@ arangosh> db.ids.ensureIndex({ type: "name" : { "first" : "hans", "last": "hansen" }});
{
- "_id" : "ids/16191",
- "_key" : "16191",
- "_rev" : "_WpTBAai--_"
+ "_id" : "ids/16324",
+ "_key" : "16324",
+ "_rev" : "_WtcBTca--_"
}
arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }});
{
- "_id" : "ids/16195",
- "_key" : "16195",
- "_rev" : "_WpTBAai--B"
+ "_id" : "ids/16328",
+ "_key" : "16328",
+ "_rev" : "_WtcBTce--_"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }});
{
- "_id" : "ids/16198",
- "_key" : "16198",
- "_rev" : "_WpTBAai--D"
+ "_id" : "ids/16331",
+ "_key" : "16331",
+ "_rev" : "_WtcBTce--B"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }});
-[ArangoError 1210: unique constraint violated - in index 16188 of type persistent over ["name.first","name.last"]; conflicting key: 16191]
+[ArangoError 1210: unique constraint violated - in index 16321 of type persistent over ["name.first","name.last"]; conflicting key: 16324]
diff --git a/Documentation/Examples/ensureUniquePersistentSingle.generated b/Documentation/Examples/ensureUniquePersistentSingle.generated
index 440c5ea09e..460f01b251 100644
--- a/Documentation/Examples/ensureUniquePersistentSingle.generated
+++ b/Documentation/Examples/ensureUniquePersistentSingle.generated
@@ -4,7 +4,7 @@ arangosh> db.ids.ensureIndex({ type: "fields" : [
"myId"
],
- "id" : "ids/16207",
+ "id" : "ids/16340",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
@@ -13,21 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "myId": 123 });
{
- "_id" : "ids/16210",
- "_key" : "16210",
- "_rev" : "_WpTBAbS--_"
+ "_id" : "ids/16343",
+ "_key" : "16343",
+ "_rev" : "_WtcBTdO--_"
}
arangosh> db.ids.save({ "myId": 456 });
{
- "_id" : "ids/16214",
- "_key" : "16214",
- "_rev" : "_WpTBAbS--B"
+ "_id" : "ids/16347",
+ "_key" : "16347",
+ "_rev" : "_WtcBTdO--B"
}
arangosh> db.ids.save({ "myId": 789 });
{
- "_id" : "ids/16217",
- "_key" : "16217",
- "_rev" : "_WpTBAbW--_"
+ "_id" : "ids/16350",
+ "_key" : "16350",
+ "_rev" : "_WtcBTdO--D"
}
arangosh> db.ids.save({ "myId": 123 });
-[ArangoError 1210: unique constraint violated - in index 16207 of type persistent over ["myId"]; conflicting key: 16210]
+[ArangoError 1210: unique constraint violated - in index 16340 of type persistent over ["myId"]; conflicting key: 16343]
diff --git a/Documentation/Examples/ensureUniqueSkiplist.generated b/Documentation/Examples/ensureUniqueSkiplist.generated
index 228eec0202..de5da57513 100644
--- a/Documentation/Examples/ensureUniqueSkiplist.generated
+++ b/Documentation/Examples/ensureUniqueSkiplist.generated
@@ -4,7 +4,7 @@ arangosh> db.ids.ensureIndex({ type: "fields" : [
"myId"
],
- "id" : "ids/16226",
+ "id" : "ids/16359",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,21 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "myId": 123 });
{
- "_id" : "ids/16229",
- "_key" : "16229",
- "_rev" : "_WpTBAcG--_"
+ "_id" : "ids/16362",
+ "_key" : "16362",
+ "_rev" : "_WtcBTeC--_"
}
arangosh> db.ids.save({ "myId": 456 });
{
- "_id" : "ids/16233",
- "_key" : "16233",
- "_rev" : "_WpTBAcG--B"
+ "_id" : "ids/16366",
+ "_key" : "16366",
+ "_rev" : "_WtcBTeC--B"
}
arangosh> db.ids.save({ "myId": 789 });
{
- "_id" : "ids/16236",
- "_key" : "16236",
- "_rev" : "_WpTBAcK--_"
+ "_id" : "ids/16369",
+ "_key" : "16369",
+ "_rev" : "_WtcBTeC--D"
}
arangosh> db.ids.save({ "myId": 123 });
-[ArangoError 1210: unique constraint violated - in index 16226 of type skiplist over ["myId"]; conflicting key: 16229]
+[ArangoError 1210: unique constraint violated - in index 16359 of type skiplist over ["myId"]; conflicting key: 16362]
diff --git a/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated b/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated
index 96a98773fc..a8a5a557c1 100644
--- a/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated
+++ b/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated
@@ -5,7 +5,7 @@ arangosh> db.ids.ensureIndex({ type: "name.first",
"name.last"
],
- "id" : "ids/16245",
+ "id" : "ids/16378",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -14,20 +14,20 @@ arangosh> db.ids.ensureIndex({ type: "name" : { "first" : "hans", "last": "hansen" }});
{
- "_id" : "ids/16248",
- "_key" : "16248",
- "_rev" : "_WpTBAc6--_"
+ "_id" : "ids/16381",
+ "_key" : "16381",
+ "_rev" : "_WtcBTeu--_"
}
arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }});
{
- "_id" : "ids/16252",
- "_key" : "16252",
- "_rev" : "_WpTBAc6--B"
+ "_id" : "ids/16385",
+ "_key" : "16385",
+ "_rev" : "_WtcBTey--_"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }});
{
- "_id" : "ids/16255",
- "_key" : "16255",
- "_rev" : "_WpTBAd---_"
+ "_id" : "ids/16388",
+ "_key" : "16388",
+ "_rev" : "_WtcBTey--B"
}
-[ArangoError 1210: unique constraint violated - in index 16245 of type skiplist over ["name.first","name.last"]; conflicting key: 16248]
+[ArangoError 1210: unique constraint violated - in index 16378 of type skiplist over ["name.first","name.last"]; conflicting key: 16381]
diff --git a/Documentation/Examples/ensureUniqueSkiplistMultiColumn.generated b/Documentation/Examples/ensureUniqueSkiplistMultiColumn.generated
index 432510bf6d..a803a4a977 100644
--- a/Documentation/Examples/ensureUniqueSkiplistMultiColumn.generated
+++ b/Documentation/Examples/ensureUniqueSkiplistMultiColumn.generated
@@ -5,7 +5,7 @@ arangosh> db.ids.ensureIndex({ type: "name.first",
"name.last"
],
- "id" : "ids/16264",
+ "id" : "ids/16397",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -14,21 +14,21 @@ arangosh> db.ids.ensureIndex({ type: "name" : { "first" : "hans", "last": "hansen" }});
{
- "_id" : "ids/16267",
- "_key" : "16267",
- "_rev" : "_WpTBAdq--_"
+ "_id" : "ids/16400",
+ "_key" : "16400",
+ "_rev" : "_WtcBTfi--_"
}
arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }});
{
- "_id" : "ids/16271",
- "_key" : "16271",
- "_rev" : "_WpTBAdq--B"
+ "_id" : "ids/16404",
+ "_key" : "16404",
+ "_rev" : "_WtcBTfi--B"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }});
{
- "_id" : "ids/16274",
- "_key" : "16274",
- "_rev" : "_WpTBAdu--_"
+ "_id" : "ids/16407",
+ "_key" : "16407",
+ "_rev" : "_WtcBTfi--D"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }});
-[ArangoError 1210: unique constraint violated - in index 16264 of type skiplist over ["name.first","name.last"]; conflicting key: 16267]
+[ArangoError 1210: unique constraint violated - in index 16397 of type skiplist over ["name.first","name.last"]; conflicting key: 16400]
diff --git a/Documentation/Examples/ensureUniqueSkiplistSingle.generated b/Documentation/Examples/ensureUniqueSkiplistSingle.generated
index 3e94e3292e..a5f5f6d1b1 100644
--- a/Documentation/Examples/ensureUniqueSkiplistSingle.generated
+++ b/Documentation/Examples/ensureUniqueSkiplistSingle.generated
@@ -4,7 +4,7 @@ arangosh> db.ids.ensureIndex({ type: "fields" : [
"myId"
],
- "id" : "ids/16283",
+ "id" : "ids/16416",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,21 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "myId": 123 });
{
- "_id" : "ids/16286",
- "_key" : "16286",
- "_rev" : "_WpTBAea--_"
+ "_id" : "ids/16419",
+ "_key" : "16419",
+ "_rev" : "_WtcBTgS--_"
}
arangosh> db.ids.save({ "myId": 456 });
{
- "_id" : "ids/16290",
- "_key" : "16290",
- "_rev" : "_WpTBAee--_"
+ "_id" : "ids/16423",
+ "_key" : "16423",
+ "_rev" : "_WtcBTgS--B"
}
arangosh> db.ids.save({ "myId": 789 });
{
- "_id" : "ids/16293",
- "_key" : "16293",
- "_rev" : "_WpTBAee--B"
+ "_id" : "ids/16426",
+ "_key" : "16426",
+ "_rev" : "_WtcBTgS--D"
}
arangosh> db.ids.save({ "myId": 123 });
-[ArangoError 1210: unique constraint violated - in index 16283 of type skiplist over ["myId"]; conflicting key: 16286]
+[ArangoError 1210: unique constraint violated - in index 16416 of type skiplist over ["myId"]; conflicting key: 16419]
diff --git a/Documentation/Examples/ensureVertexCentricHashIndex.generated b/Documentation/Examples/ensureVertexCentricHashIndex.generated
index 75d84deb18..3ca27ece8e 100644
--- a/Documentation/Examples/ensureVertexCentricHashIndex.generated
+++ b/Documentation/Examples/ensureVertexCentricHashIndex.generated
@@ -5,7 +5,7 @@ arangosh> db.collection.ensureIndex({ type: "_from",
"type"
],
- "id" : "collection/16302",
+ "id" : "collection/16435",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/executeQuery.generated b/Documentation/Examples/executeQuery.generated
index 42a65007c0..87124db1ce 100644
--- a/Documentation/Examples/executeQuery.generated
+++ b/Documentation/Examples/executeQuery.generated
@@ -1,22 +1,22 @@
arangosh> result = db.users.all().toArray();
[
{
- "_key" : "16316",
- "_id" : "users/16316",
- "_rev" : "_WpTBAfm--B",
+ "_key" : "16442",
+ "_id" : "users/16442",
+ "_rev" : "_WtcBTha--_",
+ "name" : "Gerhard"
+ },
+ {
+ "_key" : "16449",
+ "_id" : "users/16449",
+ "_rev" : "_WtcBTha--D",
"name" : "Angela"
},
{
- "_key" : "16313",
- "_id" : "users/16313",
- "_rev" : "_WpTBAfm--_",
+ "_key" : "16446",
+ "_id" : "users/16446",
+ "_rev" : "_WtcBTha--B",
"name" : "Helmut"
- },
- {
- "_key" : "16309",
- "_id" : "users/16309",
- "_rev" : "_WpTBAfi--_",
- "name" : "Gerhard"
}
]
arangosh> q = db.users.all(); q.execute(); result = [ ]; while (q.hasNext()) { result.push(q.next()); }
diff --git a/Documentation/Examples/executeQueryBatchSize.generated b/Documentation/Examples/executeQueryBatchSize.generated
index 6b6a74a326..3284999862 100644
--- a/Documentation/Examples/executeQueryBatchSize.generated
+++ b/Documentation/Examples/executeQueryBatchSize.generated
@@ -1,40 +1,40 @@
arangosh> q = db.users.all(); q.setBatchSize(20); q.execute(); while (q.hasNext()) { print(q.next()); }
{
- "_key" : "16332",
- "_id" : "users/16332",
- "_rev" : "_WpTBAgG--_",
- "name" : "Angela"
-}
-{
- "_key" : "16325",
- "_id" : "users/16325",
- "_rev" : "_WpTBAgC--_",
+ "_key" : "16458",
+ "_id" : "users/16458",
+ "_rev" : "_WtcBTh2--_",
"name" : "Gerhard"
}
{
- "_key" : "16329",
- "_id" : "users/16329",
- "_rev" : "_WpTBAgC--B",
+ "_key" : "16462",
+ "_id" : "users/16462",
+ "_rev" : "_WtcBTh2--B",
"name" : "Helmut"
}
+{
+ "_key" : "16465",
+ "_id" : "users/16465",
+ "_rev" : "_WtcBTh6--_",
+ "name" : "Angela"
+}
SimpleQueryAll(users)
arangosh> q = db.users.all(); q.execute(20); while (q.hasNext()) { print(q.next()); }
{
- "_key" : "16332",
- "_id" : "users/16332",
- "_rev" : "_WpTBAgG--_",
- "name" : "Angela"
-}
-{
- "_key" : "16325",
- "_id" : "users/16325",
- "_rev" : "_WpTBAgC--_",
+ "_key" : "16458",
+ "_id" : "users/16458",
+ "_rev" : "_WtcBTh2--_",
"name" : "Gerhard"
}
{
- "_key" : "16329",
- "_id" : "users/16329",
- "_rev" : "_WpTBAgC--B",
+ "_key" : "16462",
+ "_id" : "users/16462",
+ "_rev" : "_WtcBTh2--B",
"name" : "Helmut"
}
+{
+ "_key" : "16465",
+ "_id" : "users/16465",
+ "_rev" : "_WtcBTh6--_",
+ "name" : "Angela"
+}
SimpleQueryAll(users)
diff --git a/Documentation/Examples/executeQueryNoBatchSize.generated b/Documentation/Examples/executeQueryNoBatchSize.generated
index 72e490bdf5..0c947bca33 100644
--- a/Documentation/Examples/executeQueryNoBatchSize.generated
+++ b/Documentation/Examples/executeQueryNoBatchSize.generated
@@ -1,22 +1,22 @@
arangosh> result = db.users.all().toArray();
[
{
- "_key" : "16348",
- "_id" : "users/16348",
- "_rev" : "_WpTBAgm--B",
+ "_key" : "16481",
+ "_id" : "users/16481",
+ "_rev" : "_WtcBTia--B",
"name" : "Angela"
},
{
- "_key" : "16345",
- "_id" : "users/16345",
- "_rev" : "_WpTBAgm--_",
- "name" : "Helmut"
+ "_key" : "16474",
+ "_id" : "users/16474",
+ "_rev" : "_WtcBTiW--_",
+ "name" : "Gerhard"
},
{
- "_key" : "16341",
- "_id" : "users/16341",
- "_rev" : "_WpTBAgi--_",
- "name" : "Gerhard"
+ "_key" : "16478",
+ "_id" : "users/16478",
+ "_rev" : "_WtcBTia--_",
+ "name" : "Helmut"
}
]
arangosh> q = db.users.all(); q.execute(); result = [ ]; while (q.hasNext()) { result.push(q.next()); }
diff --git a/Documentation/Examples/generalGraphCreateGraph2.generated b/Documentation/Examples/generalGraphCreateGraph2.generated
index 5118f1a269..7ea900ab28 100644
--- a/Documentation/Examples/generalGraphCreateGraph2.generated
+++ b/Documentation/Examples/generalGraphCreateGraph2.generated
@@ -2,8 +2,8 @@ arangosh> var graph_module = "myGraph",
........> [graph_module._relation("myRelation", ["male", "female"], ["male", "female"])], ["sessions"]);
{[Graph]
- "myRelation" : [ArangoCollection 16365, "myRelation" (type edge, status loaded)],
- "female" : [ArangoCollection 16359, "female" (type document, status loaded)],
- "male" : [ArangoCollection 16355, "male" (type document, status loaded)],
- "sessions" : [ArangoCollection 16369, "sessions" (type document, status loaded)]
+ "myRelation" : [ArangoCollection 16498, "myRelation" (type edge, status loaded)],
+ "female" : [ArangoCollection 16492, "female" (type document, status loaded)],
+ "male" : [ArangoCollection 16488, "male" (type document, status loaded)],
+ "sessions" : [ArangoCollection 16502, "sessions" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphCreateGraphHowTo2.generated b/Documentation/Examples/generalGraphCreateGraphHowTo2.generated
index eae0ed16c5..39bf5c677c 100644
--- a/Documentation/Examples/generalGraphCreateGraphHowTo2.generated
+++ b/Documentation/Examples/generalGraphCreateGraphHowTo2.generated
@@ -3,7 +3,7 @@ arangosh> graph._addVertexCollection("customer""pet");
arangosh> graph;
{[Graph]
- "shop" : [ArangoCollection 16413, "shop" (type document, status loaded)],
- "customer" : [ArangoCollection 16419, "customer" (type document, status loaded)],
- "pet" : [ArangoCollection 16425, "pet" (type document, status loaded)]
+ "shop" : [ArangoCollection 16546, "shop" (type document, status loaded)],
+ "customer" : [ArangoCollection 16552, "customer" (type document, status loaded)],
+ "pet" : [ArangoCollection 16558, "pet" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphCreateGraphHowTo3.generated b/Documentation/Examples/generalGraphCreateGraphHowTo3.generated
index b0e4331b94..ad866b0209 100644
--- a/Documentation/Examples/generalGraphCreateGraphHowTo3.generated
+++ b/Documentation/Examples/generalGraphCreateGraphHowTo3.generated
@@ -2,8 +2,8 @@ arangosh> var rel = graph_module._relation(
arangosh> graph._extendEdgeDefinitions(rel);
arangosh> graph;
{[Graph]
- "isCustomer" : [ArangoCollection 16466, "isCustomer" (type edge, status loaded)],
- "shop" : [ArangoCollection 16458, "shop" (type document, status loaded)],
- "customer" : [ArangoCollection 16462, "customer" (type document, status loaded)],
- "pet" : [ArangoCollection 16451, "pet" (type document, status loaded)]
+ "isCustomer" : [ArangoCollection 16599, "isCustomer" (type edge, status loaded)],
+ "shop" : [ArangoCollection 16591, "shop" (type document, status loaded)],
+ "customer" : [ArangoCollection 16595, "customer" (type document, status loaded)],
+ "pet" : [ArangoCollection 16584, "pet" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphCreateGraphSingle.generated b/Documentation/Examples/generalGraphCreateGraphSingle.generated
index dd42f6b021..659dab458b 100644
--- a/Documentation/Examples/generalGraphCreateGraphSingle.generated
+++ b/Documentation/Examples/generalGraphCreateGraphSingle.generated
@@ -2,6 +2,6 @@ arangosh> var graph_module = var edgeDefinitions = [ { collection: "edges", "from": [ "vertices" ], "to" : [ "vertices" ] } ];
arangosh> graph = graph_module._create("myGraph", edgeDefinitions);
{[Graph]
- "edges" : [ArangoCollection 16509, "edges" (type edge, status loaded)],
- "vertices" : [ArangoCollection 16504, "vertices" (type document, status loaded)]
+ "edges" : [ArangoCollection 16642, "edges" (type edge, status loaded)],
+ "vertices" : [ArangoCollection 16637, "vertices" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphDropGraphKeep.generated b/Documentation/Examples/generalGraphDropGraphKeep.generated
index 9bcf20ccab..adce14b9cb 100644
--- a/Documentation/Examples/generalGraphDropGraphKeep.generated
+++ b/Documentation/Examples/generalGraphDropGraphKeep.generated
@@ -2,8 +2,8 @@ arangosh> var graph_module = "social");
true
arangosh> db._collection("female");
-[ArangoCollection 16596, "female" (type document, status loaded)]
+[ArangoCollection 16729, "female" (type document, status loaded)]
arangosh> db._collection("male");
-[ArangoCollection 16599, "male" (type document, status loaded)]
+[ArangoCollection 16732, "male" (type document, status loaded)]
arangosh> db._collection("relation");
-[ArangoCollection 16602, "relation" (type edge, status loaded)]
+[ArangoCollection 16735, "relation" (type edge, status loaded)]
diff --git a/Documentation/Examples/generalGraphEdgeCollectionRemove.generated b/Documentation/Examples/generalGraphEdgeCollectionRemove.generated
index b1553bebcd..6fd2109d2c 100644
--- a/Documentation/Examples/generalGraphEdgeCollectionRemove.generated
+++ b/Documentation/Examples/generalGraphEdgeCollectionRemove.generated
@@ -4,7 +4,7 @@ arangosh> graph.relation.save("female/alice"
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WpTBAry--_"
+ "_rev" : "_WtcBTtG--D"
}
arangosh> db._exists("relation/aliceAndDiana")
true
diff --git a/Documentation/Examples/generalGraphEdgeCollectionReplace.generated b/Documentation/Examples/generalGraphEdgeCollectionReplace.generated
index daed92b2ed..6f8641d682 100644
--- a/Documentation/Examples/generalGraphEdgeCollectionReplace.generated
+++ b/Documentation/Examples/generalGraphEdgeCollectionReplace.generated
@@ -4,12 +4,12 @@ arangosh> graph.relation.save("female/alice"
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WpTBAta--B"
+ "_rev" : "_WtcBTu2--D"
}
arangosh> graph.relation.replace("relation/aliceAndDiana", {type: "knows", _from: "female/alice", _to: "female/diana"});
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WpTBAta--D",
- "_oldRev" : "_WpTBAta--B"
+ "_rev" : "_WtcBTu2--F",
+ "_oldRev" : "_WtcBTu2--D"
}
diff --git a/Documentation/Examples/generalGraphEdgeCollectionSave1.generated b/Documentation/Examples/generalGraphEdgeCollectionSave1.generated
index 34326f9343..997c077db3 100644
--- a/Documentation/Examples/generalGraphEdgeCollectionSave1.generated
+++ b/Documentation/Examples/generalGraphEdgeCollectionSave1.generated
@@ -4,5 +4,5 @@ arangosh> graph.relation.save("male/bob", "_id" : "relation/bobAndAlice",
"_key" : "bobAndAlice",
- "_rev" : "_WpTBAv---E"
+ "_rev" : "_WtcBTwe--_"
}
diff --git a/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated b/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
index f816e652e9..9c95104229 100644
--- a/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
+++ b/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
@@ -4,12 +4,12 @@ arangosh> graph.relation.save("female/alice"
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WpTBAyG--J"
+ "_rev" : "_WtcBTzi--F"
}
arangosh> graph.relation.update("relation/aliceAndDiana", {type: "quarreled", _key: "aliceAndDiana"});
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WpTBAyG--L",
- "_oldRev" : "_WpTBAyG--J"
+ "_rev" : "_WtcBTzi--H",
+ "_oldRev" : "_WtcBTzi--F"
}
diff --git a/Documentation/Examples/generalGraphGetFromVertex.generated b/Documentation/Examples/generalGraphGetFromVertex.generated
index 5c3eccddc5..30a4e401cd 100644
--- a/Documentation/Examples/generalGraphGetFromVertex.generated
+++ b/Documentation/Examples/generalGraphGetFromVertex.generated
@@ -5,6 +5,6 @@ arangosh> graph._fromVertex("relation/" + an
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBAzu--B",
+ "_rev" : "_WtcBT1O--B",
"name" : "Alice"
}
diff --git a/Documentation/Examples/generalGraphGetToVertex.generated b/Documentation/Examples/generalGraphGetToVertex.generated
index 55ec022980..99df19e917 100644
--- a/Documentation/Examples/generalGraphGetToVertex.generated
+++ b/Documentation/Examples/generalGraphGetToVertex.generated
@@ -3,8 +3,8 @@ arangosh> var graph = examples.loadGraph(var any = require("@arangodb").db.relation.any();
arangosh> graph._toVertex("relation/" + any._key);
{
- "_key" : "bob",
- "_id" : "male/bob",
- "_rev" : "_WpTBA1u--_",
- "name" : "Bob"
+ "_key" : "diana",
+ "_id" : "female/diana",
+ "_rev" : "_WtcBT3---F",
+ "name" : "Diana"
}
diff --git a/Documentation/Examples/generalGraphLoadGraph.generated b/Documentation/Examples/generalGraphLoadGraph.generated
index 885276fd12..63aee5875f 100644
--- a/Documentation/Examples/generalGraphLoadGraph.generated
+++ b/Documentation/Examples/generalGraphLoadGraph.generated
@@ -1,7 +1,7 @@
arangosh> var graph_module = require("@arangodb/general-graph");
arangosh> graph = graph_module._graph("social");
{[Graph]
- "relation" : [ArangoCollection 17138, "relation" (type edge, status loaded)],
- "female" : [ArangoCollection 17132, "female" (type document, status loaded)],
- "male" : [ArangoCollection 17135, "male" (type document, status loaded)]
+ "relation" : [ArangoCollection 17271, "relation" (type edge, status loaded)],
+ "female" : [ArangoCollection 17265, "female" (type document, status loaded)],
+ "male" : [ArangoCollection 17268, "male" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphModuleCommonNeighbors1.generated b/Documentation/Examples/generalGraphModuleCommonNeighbors1.generated
index 078d134b2a..44890bf2c4 100644
--- a/Documentation/Examples/generalGraphModuleCommonNeighbors1.generated
+++ b/Documentation/Examples/generalGraphModuleCommonNeighbors1.generated
@@ -7,17 +7,17 @@ arangosh> graph._commonNeighbors({isCapital :
"right" : "frenchCity/Paris",
"neighbors" : [
"frenchCity/Lyon",
- "germanCity/Hamburg",
- "germanCity/Cologne"
+ "germanCity/Cologne",
+ "germanCity/Hamburg"
]
},
{
"left" : "frenchCity/Paris",
"right" : "germanCity/Berlin",
"neighbors" : [
- "germanCity/Hamburg",
+ "germanCity/Cologne",
"frenchCity/Lyon",
- "germanCity/Cologne"
+ "germanCity/Hamburg"
]
}
]
diff --git a/Documentation/Examples/generalGraphModuleCommonNeighbors2.generated b/Documentation/Examples/generalGraphModuleCommonNeighbors2.generated
index d01d61023e..8d4e2a3092 100644
--- a/Documentation/Examples/generalGraphModuleCommonNeighbors2.generated
+++ b/Documentation/Examples/generalGraphModuleCommonNeighbors2.generated
@@ -10,16 +10,16 @@ arangosh> graph._commonNeighbors(
"left" : "germanCity/Hamburg",
"right" : "germanCity/Cologne",
"neighbors" : [
- "frenchCity/Paris",
- "frenchCity/Lyon"
+ "frenchCity/Lyon",
+ "frenchCity/Paris"
]
},
{
"left" : "germanCity/Hamburg",
"right" : "germanCity/Berlin",
"neighbors" : [
- "frenchCity/Paris",
"frenchCity/Lyon",
+ "frenchCity/Paris",
"germanCity/Cologne"
]
},
diff --git a/Documentation/Examples/generalGraphModulePaths1.generated b/Documentation/Examples/generalGraphModulePaths1.generated
index 3142a956ae..96ddfb2eb8 100644
--- a/Documentation/Examples/generalGraphModulePaths1.generated
+++ b/Documentation/Examples/generalGraphModulePaths1.generated
@@ -6,13 +6,13 @@ arangosh> g._paths();
"source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
},
"edges" : [ ],
@@ -20,7 +20,7 @@ arangosh> g._paths();
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
}
]
@@ -29,13 +29,13 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
"edges" : [ ],
@@ -43,7 +43,7 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
}
]
@@ -52,22 +52,22 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
"destination" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
},
"edges" : [
{
- "_key" : "20950",
- "_id" : "relation/20950",
+ "_key" : "21085",
+ "_id" : "relation/21085",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WpTBCf6--D",
+ "_rev" : "_WtcBWzK--_",
"type" : "married",
"vertex" : "alice"
}
@@ -76,13 +76,13 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
}
]
@@ -91,31 +91,31 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "20950",
- "_id" : "relation/20950",
+ "_key" : "21085",
+ "_id" : "relation/21085",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WpTBCf6--D",
+ "_rev" : "_WtcBWzK--_",
"type" : "married",
"vertex" : "alice"
},
{
- "_key" : "20960",
- "_id" : "relation/20960",
+ "_key" : "21095",
+ "_id" : "relation/21095",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WpTBCf6--J",
+ "_rev" : "_WtcBWzK--F",
"type" : "friend",
"vertex" : "bob"
}
@@ -124,19 +124,19 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
}
]
@@ -145,22 +145,22 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
"destination" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
},
"edges" : [
{
- "_key" : "20954",
- "_id" : "relation/20954",
+ "_key" : "21089",
+ "_id" : "relation/21089",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WpTBCf6--F",
+ "_rev" : "_WtcBWzK--B",
"type" : "friend",
"vertex" : "alice"
}
@@ -169,13 +169,13 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
}
]
@@ -184,31 +184,31 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "20954",
- "_id" : "relation/20954",
+ "_key" : "21089",
+ "_id" : "relation/21089",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WpTBCf6--F",
+ "_rev" : "_WtcBWzK--B",
"type" : "friend",
"vertex" : "alice"
},
{
- "_key" : "20957",
- "_id" : "relation/20957",
+ "_key" : "21092",
+ "_id" : "relation/21092",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WpTBCf6--H",
+ "_rev" : "_WtcBWzK--D",
"type" : "married",
"vertex" : "charly"
}
@@ -217,19 +217,19 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCf2--B",
+ "_rev" : "_WtcBWzG--B",
"name" : "Alice"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
}
]
@@ -238,13 +238,13 @@ arangosh> g._paths();
"source" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
},
"destination" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
},
"edges" : [ ],
@@ -252,7 +252,7 @@ arangosh> g._paths();
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
}
]
@@ -261,22 +261,22 @@ arangosh> g._paths();
"source" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "20960",
- "_id" : "relation/20960",
+ "_key" : "21095",
+ "_id" : "relation/21095",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WpTBCf6--J",
+ "_rev" : "_WtcBWzK--F",
"type" : "friend",
"vertex" : "bob"
}
@@ -285,13 +285,13 @@ arangosh> g._paths();
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCf2--D",
+ "_rev" : "_WtcBWzG--D",
"name" : "Bob"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
}
]
@@ -300,13 +300,13 @@ arangosh> g._paths();
"source" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
},
"destination" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
},
"edges" : [ ],
@@ -314,7 +314,7 @@ arangosh> g._paths();
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
}
]
@@ -323,22 +323,22 @@ arangosh> g._paths();
"source" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "20957",
- "_id" : "relation/20957",
+ "_key" : "21092",
+ "_id" : "relation/21092",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WpTBCf6--H",
+ "_rev" : "_WtcBWzK--D",
"type" : "married",
"vertex" : "charly"
}
@@ -347,13 +347,13 @@ arangosh> g._paths();
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCf6--_",
+ "_rev" : "_WtcBWzG--F",
"name" : "Charly"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCf6--B",
+ "_rev" : "_WtcBWzG--H",
"name" : "Diana"
}
]
diff --git a/Documentation/Examples/generalGraphModulePaths2.generated b/Documentation/Examples/generalGraphModulePaths2.generated
index 23d49958aa..2dd7e1afa0 100644
--- a/Documentation/Examples/generalGraphModulePaths2.generated
+++ b/Documentation/Examples/generalGraphModulePaths2.generated
@@ -6,22 +6,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
"destination" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCh6--D",
+ "_rev" : "_WtcBW3---B",
"name" : "Charly"
},
"edges" : [
{
- "_key" : "21024",
- "_id" : "relation/21024",
+ "_key" : "21159",
+ "_id" : "relation/21159",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WpTBCh6--L",
+ "_rev" : "_WtcBW3---J",
"type" : "married",
"vertex" : "charly"
}
@@ -30,13 +30,13 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCh6--D",
+ "_rev" : "_WtcBW3---B",
"name" : "Charly"
}
]
@@ -45,31 +45,31 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "21024",
- "_id" : "relation/21024",
+ "_key" : "21159",
+ "_id" : "relation/21159",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WpTBCh6--L",
+ "_rev" : "_WtcBW3---J",
"type" : "married",
"vertex" : "charly"
},
{
- "_key" : "21021",
- "_id" : "relation/21021",
+ "_key" : "21156",
+ "_id" : "relation/21156",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WpTBCh6--J",
+ "_rev" : "_WtcBW3---H",
"type" : "friend",
"vertex" : "alice"
}
@@ -78,19 +78,19 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCh6--D",
+ "_rev" : "_WtcBW3---B",
"name" : "Charly"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
}
]
@@ -99,22 +99,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
"destination" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCh6--B",
+ "_rev" : "_WtcBW3---_",
"name" : "Bob"
},
"edges" : [
{
- "_key" : "21027",
- "_id" : "relation/21027",
+ "_key" : "21162",
+ "_id" : "relation/21162",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WpTBCi---_",
+ "_rev" : "_WtcBW3---L",
"type" : "friend",
"vertex" : "bob"
}
@@ -123,13 +123,13 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCh6--B",
+ "_rev" : "_WtcBW3---_",
"name" : "Bob"
}
]
@@ -138,31 +138,31 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "21027",
- "_id" : "relation/21027",
+ "_key" : "21162",
+ "_id" : "relation/21162",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WpTBCi---_",
+ "_rev" : "_WtcBW3---L",
"type" : "friend",
"vertex" : "bob"
},
{
- "_key" : "21017",
- "_id" : "relation/21017",
+ "_key" : "21152",
+ "_id" : "relation/21152",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WpTBCh6--H",
+ "_rev" : "_WtcBW3---F",
"type" : "married",
"vertex" : "alice"
}
@@ -171,19 +171,19 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBCh6--F",
+ "_rev" : "_WtcBW3---D",
"name" : "Diana"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCh6--B",
+ "_rev" : "_WtcBW3---_",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
}
]
@@ -192,22 +192,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCh6--B",
+ "_rev" : "_WtcBW3---_",
"name" : "Bob"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "21017",
- "_id" : "relation/21017",
+ "_key" : "21152",
+ "_id" : "relation/21152",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WpTBCh6--H",
+ "_rev" : "_WtcBW3---F",
"type" : "married",
"vertex" : "alice"
}
@@ -216,13 +216,13 @@ arangosh> g._paths({direction : "_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBCh6--B",
+ "_rev" : "_WtcBW3---_",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
}
]
@@ -231,22 +231,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCh6--D",
+ "_rev" : "_WtcBW3---B",
"name" : "Charly"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "21021",
- "_id" : "relation/21021",
+ "_key" : "21156",
+ "_id" : "relation/21156",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WpTBCh6--J",
+ "_rev" : "_WtcBW3---H",
"type" : "friend",
"vertex" : "alice"
}
@@ -255,13 +255,13 @@ arangosh> g._paths({direction : "_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBCh6--D",
+ "_rev" : "_WtcBW3---B",
"name" : "Charly"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBCh6--_",
+ "_rev" : "_WtcBW26--B",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/generalGraphModuleShortestPaths1.generated b/Documentation/Examples/generalGraphModuleShortestPaths1.generated
index c9a3bd9c1f..3c6ce89975 100644
--- a/Documentation/Examples/generalGraphModuleShortestPaths1.generated
+++ b/Documentation/Examples/generalGraphModuleShortestPaths1.generated
@@ -10,11 +10,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21708",
- "_id" : "germanHighway/21708",
+ "_key" : "21843",
+ "_id" : "germanHighway/21843",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
- "_rev" : "_WpTBD-y--B",
+ "_rev" : "_WtcBXem--_",
"distance" : 500
}
],
@@ -27,11 +27,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21701",
- "_id" : "germanHighway/21701",
+ "_key" : "21836",
+ "_id" : "germanHighway/21836",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Cologne",
- "_rev" : "_WpTBD-u--_",
+ "_rev" : "_WtcBXei--_",
"distance" : 850
}
],
@@ -44,11 +44,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21728",
- "_id" : "internationalHighway/21728",
+ "_key" : "21863",
+ "_id" : "internationalHighway/21863",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-2--B",
+ "_rev" : "_WtcBXeq--_",
"distance" : 700
}
],
@@ -61,11 +61,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21731",
- "_id" : "internationalHighway/21731",
+ "_key" : "21866",
+ "_id" : "internationalHighway/21866",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBD-2--D",
+ "_rev" : "_WtcBXeq--B",
"distance" : 550
}
],
@@ -78,11 +78,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21708",
- "_id" : "germanHighway/21708",
+ "_key" : "21843",
+ "_id" : "germanHighway/21843",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
- "_rev" : "_WpTBD-y--B",
+ "_rev" : "_WtcBXem--_",
"distance" : 500
}
],
@@ -95,11 +95,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21705",
- "_id" : "germanHighway/21705",
+ "_key" : "21840",
+ "_id" : "germanHighway/21840",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Hamburg",
- "_rev" : "_WpTBD-y--_",
+ "_rev" : "_WtcBXei--B",
"distance" : 400
}
],
@@ -112,11 +112,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21725",
- "_id" : "internationalHighway/21725",
+ "_key" : "21860",
+ "_id" : "internationalHighway/21860",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-2--_",
+ "_rev" : "_WtcBXem--J",
"distance" : 1300
}
],
@@ -129,11 +129,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21722",
- "_id" : "internationalHighway/21722",
+ "_key" : "21857",
+ "_id" : "internationalHighway/21857",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBD-y--J",
+ "_rev" : "_WtcBXem--H",
"distance" : 900
}
],
@@ -146,11 +146,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21701",
- "_id" : "germanHighway/21701",
+ "_key" : "21836",
+ "_id" : "germanHighway/21836",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Cologne",
- "_rev" : "_WpTBD-u--_",
+ "_rev" : "_WtcBXei--_",
"distance" : 850
}
],
@@ -163,11 +163,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21705",
- "_id" : "germanHighway/21705",
+ "_key" : "21840",
+ "_id" : "germanHighway/21840",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Hamburg",
- "_rev" : "_WpTBD-y--_",
+ "_rev" : "_WtcBXei--B",
"distance" : 400
}
],
@@ -180,11 +180,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21715",
- "_id" : "internationalHighway/21715",
+ "_key" : "21850",
+ "_id" : "internationalHighway/21850",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-y--F",
+ "_rev" : "_WtcBXem--D",
"distance" : 1100
}
],
@@ -197,11 +197,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21719",
- "_id" : "internationalHighway/21719",
+ "_key" : "21854",
+ "_id" : "internationalHighway/21854",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBD-y--H",
+ "_rev" : "_WtcBXem--F",
"distance" : 1200
}
],
@@ -214,11 +214,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21728",
- "_id" : "internationalHighway/21728",
+ "_key" : "21863",
+ "_id" : "internationalHighway/21863",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-2--B",
+ "_rev" : "_WtcBXeq--_",
"distance" : 700
}
],
@@ -231,11 +231,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21725",
- "_id" : "internationalHighway/21725",
+ "_key" : "21860",
+ "_id" : "internationalHighway/21860",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-2--_",
+ "_rev" : "_WtcBXem--J",
"distance" : 1300
}
],
@@ -248,11 +248,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21715",
- "_id" : "internationalHighway/21715",
+ "_key" : "21850",
+ "_id" : "internationalHighway/21850",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-y--F",
+ "_rev" : "_WtcBXem--D",
"distance" : 1100
}
],
@@ -265,11 +265,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21711",
- "_id" : "frenchHighway/21711",
+ "_key" : "21846",
+ "_id" : "frenchHighway/21846",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-y--D",
+ "_rev" : "_WtcBXem--B",
"distance" : 550
}
],
@@ -282,11 +282,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21731",
- "_id" : "internationalHighway/21731",
+ "_key" : "21866",
+ "_id" : "internationalHighway/21866",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBD-2--D",
+ "_rev" : "_WtcBXeq--B",
"distance" : 550
}
],
@@ -299,11 +299,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21722",
- "_id" : "internationalHighway/21722",
+ "_key" : "21857",
+ "_id" : "internationalHighway/21857",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBD-y--J",
+ "_rev" : "_WtcBXem--H",
"distance" : 900
}
],
@@ -316,11 +316,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21719",
- "_id" : "internationalHighway/21719",
+ "_key" : "21854",
+ "_id" : "internationalHighway/21854",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBD-y--H",
+ "_rev" : "_WtcBXem--F",
"distance" : 1200
}
],
@@ -333,11 +333,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "21711",
- "_id" : "frenchHighway/21711",
+ "_key" : "21846",
+ "_id" : "frenchHighway/21846",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBD-y--D",
+ "_rev" : "_WtcBXem--B",
"distance" : 550
}
],
diff --git a/Documentation/Examples/generalGraphModuleShortestPaths2.generated b/Documentation/Examples/generalGraphModuleShortestPaths2.generated
index 39b90b27f5..e889581d7a 100644
--- a/Documentation/Examples/generalGraphModuleShortestPaths2.generated
+++ b/Documentation/Examples/generalGraphModuleShortestPaths2.generated
@@ -10,11 +10,11 @@ arangosh> g._shortestPath([{_id: "edges" : [
{
- "_key" : "21848",
- "_id" : "internationalHighway/21848",
+ "_key" : "21983",
+ "_id" : "internationalHighway/21983",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBDGW--J",
+ "_rev" : "_WtcBXmO--L",
"distance" : 700
}
],
diff --git a/Documentation/Examples/generalGraphVertexCollectionRemove.generated b/Documentation/Examples/generalGraphVertexCollectionRemove.generated
index 11d21b6862..3751afdc4f 100644
--- a/Documentation/Examples/generalGraphVertexCollectionRemove.generated
+++ b/Documentation/Examples/generalGraphVertexCollectionRemove.generated
@@ -4,7 +4,7 @@ arangosh> graph.male.save({name: "_id" : "male/kermit",
"_key" : "kermit",
- "_rev" : "_WpTBDK6--B"
+ "_rev" : "_WtcBXqa--_"
}
arangosh> db._exists("male/kermit")
true
diff --git a/Documentation/Examples/generalGraphVertexCollectionReplace.generated b/Documentation/Examples/generalGraphVertexCollectionReplace.generated
index 1d34aa08a0..b19e6f18c8 100644
--- a/Documentation/Examples/generalGraphVertexCollectionReplace.generated
+++ b/Documentation/Examples/generalGraphVertexCollectionReplace.generated
@@ -4,12 +4,12 @@ arangosh> graph.male.save({neym: "_id" : "male/john",
"_key" : "john",
- "_rev" : "_WpTBDOO--_"
+ "_rev" : "_WtcBXte--D"
}
arangosh> graph.male.replace("male/john", {name: "John"});
{
"_id" : "male/john",
"_key" : "john",
- "_rev" : "_WpTBDOO--B",
- "_oldRev" : "_WpTBDOO--_"
+ "_rev" : "_WtcBXte--F",
+ "_oldRev" : "_WtcBXte--D"
}
diff --git a/Documentation/Examples/generalGraphVertexCollectionSave.generated b/Documentation/Examples/generalGraphVertexCollectionSave.generated
index 222a9ab781..7b4e7b06f1 100644
--- a/Documentation/Examples/generalGraphVertexCollectionSave.generated
+++ b/Documentation/Examples/generalGraphVertexCollectionSave.generated
@@ -4,5 +4,5 @@ arangosh> graph.male.save({name: "_id" : "male/floyd",
"_key" : "floyd",
- "_rev" : "_WpTBDQm--H"
+ "_rev" : "_WtcBXwK--_"
}
diff --git a/Documentation/Examples/generalGraphVertexCollectionUpdate.generated b/Documentation/Examples/generalGraphVertexCollectionUpdate.generated
index 0039d5a126..8840d9a31d 100644
--- a/Documentation/Examples/generalGraphVertexCollectionUpdate.generated
+++ b/Documentation/Examples/generalGraphVertexCollectionUpdate.generated
@@ -4,12 +4,12 @@ arangosh> graph.female.save({name: "_id" : "female/linda",
"_key" : "linda",
- "_rev" : "_WpTBDTi--H"
+ "_rev" : "_WtcBXzq--D"
}
arangosh> graph.female.update("female/linda", {name: "Linda", _key: "linda"});
{
"_id" : "female/linda",
"_key" : "linda",
- "_rev" : "_WpTBDTm--_",
- "_oldRev" : "_WpTBDTi--H"
+ "_rev" : "_WtcBXzq--F",
+ "_oldRev" : "_WtcBXzq--D"
}
diff --git a/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated b/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated
index 698cbae790..566ed8f42f 100644
--- a/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated
+++ b/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated
@@ -4,4 +4,4 @@ arangosh> var ed2 = graph_module._relation(
arangosh> var graph = graph_module._create("myGraph", [ed1, ed2]);
arangosh> graph._deleteEdgeDefinition("myEC1");
arangosh> db._collection("myEC1");
-[ArangoCollection 22228, "myEC1" (type edge, status loaded)]
+[ArangoCollection 22363, "myEC1" (type edge, status loaded)]
diff --git a/Documentation/Examples/general_graph_create_graph_example1.generated b/Documentation/Examples/general_graph_create_graph_example1.generated
index ecf2dc5858..951697f935 100644
--- a/Documentation/Examples/general_graph_create_graph_example1.generated
+++ b/Documentation/Examples/general_graph_create_graph_example1.generated
@@ -6,10 +6,10 @@ arangosh> graph_module._extendEdgeDefinitions(
........> "has_bought", ["Customer", "Company"], ["Groceries", "Electronics"]));
arangosh> graph_module._create("myStore", edgeDefinitions);
{[Graph]
- "friend_of" : [ArangoCollection 22526, "friend_of" (type edge, status loaded)],
- "Customer" : [ArangoCollection 22521, "Customer" (type document, status loaded)],
- "has_bought" : [ArangoCollection 22543, "has_bought" (type edge, status loaded)],
- "Company" : [ArangoCollection 22531, "Company" (type document, status loaded)],
- "Electronics" : [ArangoCollection 22539, "Electronics" (type document, status loaded)],
- "Groceries" : [ArangoCollection 22535, "Groceries" (type document, status loaded)]
+ "friend_of" : [ArangoCollection 22661, "friend_of" (type edge, status loaded)],
+ "Customer" : [ArangoCollection 22656, "Customer" (type document, status loaded)],
+ "has_bought" : [ArangoCollection 22678, "has_bought" (type edge, status loaded)],
+ "Company" : [ArangoCollection 22666, "Company" (type document, status loaded)],
+ "Electronics" : [ArangoCollection 22674, "Electronics" (type document, status loaded)],
+ "Groceries" : [ArangoCollection 22670, "Groceries" (type document, status loaded)]
}
diff --git a/Documentation/Examples/general_graph_create_graph_example2.generated b/Documentation/Examples/general_graph_create_graph_example2.generated
index ee309fb287..2787c15e14 100644
--- a/Documentation/Examples/general_graph_create_graph_example2.generated
+++ b/Documentation/Examples/general_graph_create_graph_example2.generated
@@ -4,10 +4,10 @@ arangosh> var edgeDefinitions = graph_modu
........> "has_bought", ["Customer", "Company"], ["Groceries", "Electronics"]));
arangosh> graph_module._create("myStore", edgeDefinitions);
{[Graph]
- "friend_of" : [ArangoCollection 22568, "friend_of" (type edge, status loaded)],
- "Customer" : [ArangoCollection 22563, "Customer" (type document, status loaded)],
- "has_bought" : [ArangoCollection 22585, "has_bought" (type edge, status loaded)],
- "Company" : [ArangoCollection 22572, "Company" (type document, status loaded)],
- "Electronics" : [ArangoCollection 22577, "Electronics" (type document, status loaded)],
- "Groceries" : [ArangoCollection 22581, "Groceries" (type document, status loaded)]
+ "friend_of" : [ArangoCollection 22703, "friend_of" (type edge, status loaded)],
+ "Customer" : [ArangoCollection 22698, "Customer" (type document, status loaded)],
+ "has_bought" : [ArangoCollection 22720, "has_bought" (type edge, status loaded)],
+ "Company" : [ArangoCollection 22707, "Company" (type document, status loaded)],
+ "Electronics" : [ArangoCollection 22712, "Electronics" (type document, status loaded)],
+ "Groceries" : [ArangoCollection 22716, "Groceries" (type document, status loaded)]
}
diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute.generated
index a8e8d6c69c..9795251f88 100644
--- a/Documentation/Examples/geoIndexCreateForArrayAttribute.generated
+++ b/Documentation/Examples/geoIndexCreateForArrayAttribute.generated
@@ -5,7 +5,7 @@ arangosh> db.geo.ensureIndex({ type: "loc"
],
"geoJson" : false,
- "id" : "geo/22607",
+ "id" : "geo/22742",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -23,9 +23,9 @@ arangosh> db.geo.count();
arangosh> db.geo.near(0, 0).limit(3).toArray();
[
{
- "_key" : "23664",
- "_id" : "geo/23664",
- "_rev" : "_WpTBEJK--B",
+ "_key" : "23810",
+ "_id" : "geo/23810",
+ "_rev" : "_WtcBYqy--F",
"name" : "Name/0/0",
"loc" : [
0,
@@ -33,9 +33,9 @@ arangosh> db.geo.near(0, "_key" : "23775",
- "_id" : "geo/23775",
- "_rev" : "_WpTBEJe--B",
+ "_key" : "23921",
+ "_id" : "geo/23921",
+ "_rev" : "_WtcBYrG--H",
"name" : "Name/10/0",
"loc" : [
10,
@@ -43,9 +43,9 @@ arangosh> db.geo.near(0, "_key" : "23553",
- "_id" : "geo/23553",
- "_rev" : "_WpTBEI2--B",
+ "_key" : "23699",
+ "_id" : "geo/23699",
+ "_rev" : "_WtcBYqa--_",
"name" : "Name/-10/0",
"loc" : [
-10,
diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated
index 38137e3beb..cc4bbea4ee 100644
--- a/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated
+++ b/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated
@@ -5,7 +5,7 @@ arangosh> db.geo.ensureIndex({ type: "loc"
],
"geoJson" : false,
- "id" : "geo/24734",
+ "id" : "geo/24880",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -23,9 +23,9 @@ arangosh> db.geo.count();
arangosh> db.geo.near(0, 0).limit(3).toArray();
[
{
- "_key" : "25791",
- "_id" : "geo/25791",
- "_rev" : "_WpTBESG--B",
+ "_key" : "25937",
+ "_id" : "geo/25937",
+ "_rev" : "_WtcBYyG--D",
"name" : "Name/0/0",
"loc" : [
0,
@@ -33,9 +33,9 @@ arangosh> db.geo.near(0, "_key" : "25902",
- "_id" : "geo/25902",
- "_rev" : "_WpTBESe--B",
+ "_key" : "26048",
+ "_id" : "geo/26048",
+ "_rev" : "_WtcBYyi--_",
"name" : "Name/10/0",
"loc" : [
10,
@@ -43,9 +43,9 @@ arangosh> db.geo.near(0, "_key" : "25680",
- "_id" : "geo/25680",
- "_rev" : "_WpTBERu--J",
+ "_key" : "25826",
+ "_id" : "geo/25826",
+ "_rev" : "_WtcBYxu--H",
"name" : "Name/-10/0",
"loc" : [
-10,
diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated
index 463b956f39..7d5fe46ae3 100644
--- a/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated
+++ b/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated
@@ -5,7 +5,7 @@ arangosh> db.geo2.ensureIndex({ type: "location.latitude",
"location.longitude"
],
- "id" : "geo2/26861",
+ "id" : "geo2/27007",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -21,9 +21,9 @@ arangosh> for (i = 0, 0).limit(3).toArray();
[
{
- "_key" : "27918",
- "_id" : "geo2/27918",
- "_rev" : "_WpTBEbC--F",
+ "_key" : "28064",
+ "_id" : "geo2/28064",
+ "_rev" : "_WtcBY5---_",
"name" : "Name/0/0",
"location" : {
"latitude" : 0,
@@ -31,9 +31,9 @@ arangosh> db.geo2.near(0, "_key" : "28029",
- "_id" : "geo2/28029",
- "_rev" : "_WpTBEba--D",
+ "_key" : "28175",
+ "_id" : "geo2/28175",
+ "_rev" : "_WtcBY5S--F",
"name" : "Name/10/0",
"location" : {
"latitude" : 10,
@@ -41,9 +41,9 @@ arangosh> db.geo2.near(0, "_key" : "27807",
- "_id" : "geo2/27807",
- "_rev" : "_WpTBEaq--B",
+ "_key" : "27953",
+ "_id" : "geo2/27953",
+ "_rev" : "_WtcBY4m--B",
"name" : "Name/-10/0",
"location" : {
"latitude" : -10,
diff --git a/Documentation/Examples/geoIndexFilterOptimization.generated b/Documentation/Examples/geoIndexFilterOptimization.generated
index 410577ae29..4a36e37169 100644
--- a/Documentation/Examples/geoIndexFilterOptimization.generated
+++ b/Documentation/Examples/geoIndexFilterOptimization.generated
@@ -5,7 +5,7 @@ arangosh> db.geoFilter.ensureIndex({ type: "latitude",
"longitude"
],
- "id" : "geoFilter/28982",
+ "id" : "geoFilter/29128",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -42,9 +42,9 @@ Optimization rules applied:
arangosh> db._query(query);
[
{
- "_key" : "30039",
- "_id" : "geoFilter/30039",
- "_rev" : "_WpTBEji--D",
+ "_key" : "30185",
+ "_id" : "geoFilter/30185",
+ "_rev" : "_WtcBZAi--_",
"name" : "Name/0/0",
"latitude" : 0,
"longitude" : 0
diff --git a/Documentation/Examples/geoIndexSimpleQuery.generated b/Documentation/Examples/geoIndexSimpleQuery.generated
index 1f584eb332..96aa7a4e2a 100644
--- a/Documentation/Examples/geoIndexSimpleQuery.generated
+++ b/Documentation/Examples/geoIndexSimpleQuery.generated
@@ -15,7 +15,7 @@ arangosh> db.complex.ensureIndex({ type: "home"
],
"geoJson" : false,
- "id" : "complex/33212",
+ "id" : "complex/33358",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -26,9 +26,9 @@ arangosh> db.complex.ensureIndex({ type: 0, 170).limit(5).toArray();
[
{
- "_key" : "32206",
- "_id" : "complex/32206",
- "_rev" : "_WpTBErW--_",
+ "_key" : "32352",
+ "_id" : "complex/32352",
+ "_rev" : "_WtcBZHq--F",
"name" : "Name/0/170",
"home" : [
0,
@@ -40,9 +40,9 @@ arangosh> db.complex.near(0, "_key" : "32209",
- "_id" : "complex/32209",
- "_rev" : "_WpTBErW--B",
+ "_key" : "32355",
+ "_id" : "complex/32355",
+ "_rev" : "_WtcBZHq--H",
"name" : "Name/0/180",
"home" : [
0,
@@ -54,23 +54,9 @@ arangosh> db.complex.near(0, "_key" : "32095",
- "_id" : "complex/32095",
- "_rev" : "_WpTBErC--L",
- "name" : "Name/-10/170",
- "home" : [
- -10,
- 170
- ],
- "work" : [
- 10,
- -170
- ]
- },
- {
- "_key" : "32317",
- "_id" : "complex/32317",
- "_rev" : "_WpTBErm--H",
+ "_key" : "32463",
+ "_id" : "complex/32463",
+ "_rev" : "_WtcBZIC--C",
"name" : "Name/10/170",
"home" : [
10,
@@ -82,9 +68,23 @@ arangosh> db.complex.near(0, "_key" : "32101",
- "_id" : "complex/32101",
- "_rev" : "_WpTBErC--P",
+ "_key" : "32241",
+ "_id" : "complex/32241",
+ "_rev" : "_WtcBZHW---",
+ "name" : "Name/-10/170",
+ "home" : [
+ -10,
+ 170
+ ],
+ "work" : [
+ 10,
+ -170
+ ]
+ },
+ {
+ "_key" : "32247",
+ "_id" : "complex/32247",
+ "_rev" : "_WtcBZHW--C",
"name" : "Name/0/-180",
"home" : [
0,
@@ -105,7 +105,7 @@ arangosh> db.complex.ensureIndex({ type: "work"
],
"geoJson" : false,
- "id" : "complex/33220",
+ "id" : "complex/33366",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -116,9 +116,9 @@ arangosh> db.complex.ensureIndex({ type: "work").near(0, 170).limit(5).toArray();
[
{
- "_key" : "32206",
- "_id" : "complex/32206",
- "_rev" : "_WpTBErW--_",
+ "_key" : "32352",
+ "_id" : "complex/32352",
+ "_rev" : "_WtcBZHq--F",
"name" : "Name/0/170",
"home" : [
0,
@@ -130,9 +130,9 @@ arangosh> db.complex.geo("work").near("_key" : "32209",
- "_id" : "complex/32209",
- "_rev" : "_WpTBErW--B",
+ "_key" : "32355",
+ "_id" : "complex/32355",
+ "_rev" : "_WtcBZHq--H",
"name" : "Name/0/180",
"home" : [
0,
@@ -144,23 +144,9 @@ arangosh> db.complex.geo("work").near("_key" : "32095",
- "_id" : "complex/32095",
- "_rev" : "_WpTBErC--L",
- "name" : "Name/-10/170",
- "home" : [
- -10,
- 170
- ],
- "work" : [
- 10,
- -170
- ]
- },
- {
- "_key" : "32317",
- "_id" : "complex/32317",
- "_rev" : "_WpTBErm--H",
+ "_key" : "32463",
+ "_id" : "complex/32463",
+ "_rev" : "_WtcBZIC--C",
"name" : "Name/10/170",
"home" : [
10,
@@ -172,9 +158,23 @@ arangosh> db.complex.geo("work").near("_key" : "32101",
- "_id" : "complex/32101",
- "_rev" : "_WpTBErC--P",
+ "_key" : "32241",
+ "_id" : "complex/32241",
+ "_rev" : "_WtcBZHW---",
+ "name" : "Name/-10/170",
+ "home" : [
+ -10,
+ 170
+ ],
+ "work" : [
+ 10,
+ -170
+ ]
+ },
+ {
+ "_key" : "32247",
+ "_id" : "complex/32247",
+ "_rev" : "_WtcBZHW--C",
"name" : "Name/0/-180",
"home" : [
0,
diff --git a/Documentation/Examples/geoIndexSortOptimization.generated b/Documentation/Examples/geoIndexSortOptimization.generated
index c096525e3e..83270ab460 100644
--- a/Documentation/Examples/geoIndexSortOptimization.generated
+++ b/Documentation/Examples/geoIndexSortOptimization.generated
@@ -5,7 +5,7 @@ arangosh> db.geoSort.ensureIndex({ type: "latitude",
"longitude"
],
- "id" : "geoSort/33231",
+ "id" : "geoSort/33377",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -43,41 +43,41 @@ Optimization rules applied:
arangosh> db._query(query);
[
{
- "_key" : "34288",
- "_id" : "geoSort/34288",
- "_rev" : "_WpTBE2q--_",
+ "_key" : "34434",
+ "_id" : "geoSort/34434",
+ "_rev" : "_WtcBZQK--H",
"name" : "Name/0/0",
"latitude" : 0,
"longitude" : 0
},
{
- "_key" : "34177",
- "_id" : "geoSort/34177",
- "_rev" : "_WpTBE2S--B",
+ "_key" : "34323",
+ "_id" : "geoSort/34323",
+ "_rev" : "_WtcBZPy--F",
"name" : "Name/-10/0",
"latitude" : -10,
"longitude" : 0
},
{
- "_key" : "34399",
- "_id" : "geoSort/34399",
- "_rev" : "_WpTBE26--L",
+ "_key" : "34545",
+ "_id" : "geoSort/34545",
+ "_rev" : "_WtcBZQm--B",
"name" : "Name/10/0",
"latitude" : 10,
"longitude" : 0
},
{
- "_key" : "34285",
- "_id" : "geoSort/34285",
- "_rev" : "_WpTBE2m--H",
+ "_key" : "34431",
+ "_id" : "geoSort/34431",
+ "_rev" : "_WtcBZQK--F",
"name" : "Name/0/-10",
"latitude" : 0,
"longitude" : -10
},
{
- "_key" : "34291",
- "_id" : "geoSort/34291",
- "_rev" : "_WpTBE2q--B",
+ "_key" : "34437",
+ "_id" : "geoSort/34437",
+ "_rev" : "_WtcBZQK--J",
"name" : "Name/0/10",
"latitude" : 0,
"longitude" : 10
diff --git a/Documentation/Examples/graph_create_cities_sample.generated b/Documentation/Examples/graph_create_cities_sample.generated
index 2ea61c0009..78c2f01962 100644
--- a/Documentation/Examples/graph_create_cities_sample.generated
+++ b/Documentation/Examples/graph_create_cities_sample.generated
@@ -5,7 +5,7 @@ arangosh> db.frenchCity.toArray();
{
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WpTBE9W--_",
+ "_rev" : "_WtcBZVW--F",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -16,7 +16,7 @@ arangosh> db.frenchCity.toArray();
{
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WpTBE9W--B",
+ "_rev" : "_WtcBZVa--_",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -30,7 +30,7 @@ arangosh> db.germanCity.toArray();
{
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WpTBE9S--B",
+ "_rev" : "_WtcBZVW--B",
"population" : 1000000,
"isCapital" : false,
"loc" : [
@@ -41,7 +41,7 @@ arangosh> db.germanCity.toArray();
{
"_key" : "Hamburg",
"_id" : "germanCity/Hamburg",
- "_rev" : "_WpTBE9S--D",
+ "_rev" : "_WtcBZVW--D",
"population" : 1000000,
"isCapital" : false,
"loc" : [
@@ -52,7 +52,7 @@ arangosh> db.germanCity.toArray();
{
"_key" : "Berlin",
"_id" : "germanCity/Berlin",
- "_rev" : "_WpTBE9S--_",
+ "_rev" : "_WtcBZVW--_",
"population" : 3000000,
"isCapital" : true,
"loc" : [
@@ -64,89 +64,89 @@ arangosh> db.germanCity.toArray();
arangosh> db.germanHighway.toArray();
[
{
- "_key" : "35404",
- "_id" : "germanHighway/35404",
+ "_key" : "35550",
+ "_id" : "germanHighway/35550",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
- "_rev" : "_WpTBF-a--D",
+ "_rev" : "_WtcBZW---D",
"distance" : 500
},
{
- "_key" : "35397",
- "_id" : "germanHighway/35397",
- "_from" : "germanCity/Berlin",
- "_to" : "germanCity/Cologne",
- "_rev" : "_WpTBF-a--_",
- "distance" : 850
- },
- {
- "_key" : "35401",
- "_id" : "germanHighway/35401",
+ "_key" : "35547",
+ "_id" : "germanHighway/35547",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Hamburg",
- "_rev" : "_WpTBF-a--B",
+ "_rev" : "_WtcBZW---B",
"distance" : 400
+ },
+ {
+ "_key" : "35543",
+ "_id" : "germanHighway/35543",
+ "_from" : "germanCity/Berlin",
+ "_to" : "germanCity/Cologne",
+ "_rev" : "_WtcBZW---_",
+ "distance" : 850
}
]
arangosh> db.frenchHighway.toArray();
[
{
- "_key" : "35407",
- "_id" : "frenchHighway/35407",
+ "_key" : "35553",
+ "_id" : "frenchHighway/35553",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBF-a--F",
+ "_rev" : "_WtcBZW---F",
"distance" : 550
}
]
arangosh> db.internationalHighway.toArray();
[
{
- "_key" : "35418",
- "_id" : "internationalHighway/35418",
+ "_key" : "35564",
+ "_id" : "internationalHighway/35564",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBF-e--D",
+ "_rev" : "_WtcBZWC--B",
"distance" : 900
},
{
- "_key" : "35415",
- "_id" : "internationalHighway/35415",
- "_from" : "germanCity/Berlin",
- "_to" : "frenchCity/Paris",
- "_rev" : "_WpTBF-e--B",
- "distance" : 1200
- },
- {
- "_key" : "35424",
- "_id" : "internationalHighway/35424",
- "_from" : "germanCity/Cologne",
- "_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBF-e--H",
- "distance" : 700
- },
- {
- "_key" : "35427",
- "_id" : "internationalHighway/35427",
+ "_key" : "35573",
+ "_id" : "internationalHighway/35573",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Paris",
- "_rev" : "_WpTBF-e--J",
+ "_rev" : "_WtcBZWC--H",
"distance" : 550
},
{
- "_key" : "35411",
- "_id" : "internationalHighway/35411",
+ "_key" : "35557",
+ "_id" : "internationalHighway/35557",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBF-e--_",
+ "_rev" : "_WtcBZW---H",
"distance" : 1100
},
{
- "_key" : "35421",
- "_id" : "internationalHighway/35421",
+ "_key" : "35561",
+ "_id" : "internationalHighway/35561",
+ "_from" : "germanCity/Berlin",
+ "_to" : "frenchCity/Paris",
+ "_rev" : "_WtcBZWC--_",
+ "distance" : 1200
+ },
+ {
+ "_key" : "35570",
+ "_id" : "internationalHighway/35570",
+ "_from" : "germanCity/Cologne",
+ "_to" : "frenchCity/Lyon",
+ "_rev" : "_WtcBZWC--F",
+ "distance" : 700
+ },
+ {
+ "_key" : "35567",
+ "_id" : "internationalHighway/35567",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WpTBF-e--F",
+ "_rev" : "_WtcBZWC--D",
"distance" : 1300
}
]
diff --git a/Documentation/Examples/graph_create_knows_sample.generated b/Documentation/Examples/graph_create_knows_sample.generated
index 6d26f7a04c..b5a8d8c370 100644
--- a/Documentation/Examples/graph_create_knows_sample.generated
+++ b/Documentation/Examples/graph_create_knows_sample.generated
@@ -5,74 +5,74 @@ arangosh> db.persons.toArray()
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WpTBFBq--_",
+ "_rev" : "_WtcBZYK--D",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WpTBFBq--B",
+ "_rev" : "_WtcBZYK--F",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WpTBFBq--D",
+ "_rev" : "_WtcBZYK--H",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WpTBFBq--F",
+ "_rev" : "_WtcBZYK--J",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WpTBFBm--B",
+ "_rev" : "_WtcBZYK--B",
"name" : "Alice"
}
]
arangosh> db.knows.toArray();
[
{
- "_key" : "35496",
- "_id" : "knows/35496",
+ "_key" : "35646",
+ "_id" : "knows/35646",
+ "_from" : "persons/bob",
+ "_to" : "persons/charlie",
+ "_rev" : "_WtcBZYO--B",
+ "vertex" : "bob"
+ },
+ {
+ "_key" : "35649",
+ "_id" : "knows/35649",
+ "_from" : "persons/bob",
+ "_to" : "persons/dave",
+ "_rev" : "_WtcBZYO--D",
+ "vertex" : "bob"
+ },
+ {
+ "_key" : "35642",
+ "_id" : "knows/35642",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WpTBFBq--H",
+ "_rev" : "_WtcBZYO--_",
"vertex" : "alice"
},
{
- "_key" : "35500",
- "_id" : "knows/35500",
- "_from" : "persons/bob",
- "_to" : "persons/charlie",
- "_rev" : "_WpTBFBq--J",
- "vertex" : "bob"
- },
- {
- "_key" : "35503",
- "_id" : "knows/35503",
- "_from" : "persons/bob",
- "_to" : "persons/dave",
- "_rev" : "_WpTBFBq--L",
- "vertex" : "bob"
- },
- {
- "_key" : "35509",
- "_id" : "knows/35509",
+ "_key" : "35655",
+ "_id" : "knows/35655",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WpTBFBu--_",
+ "_rev" : "_WtcBZYO--H",
"vertex" : "eve"
},
{
- "_key" : "35506",
- "_id" : "knows/35506",
+ "_key" : "35652",
+ "_id" : "knows/35652",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WpTBFBq--N",
+ "_rev" : "_WtcBZYO--F",
"vertex" : "eve"
}
]
diff --git a/Documentation/Examples/graph_create_social_sample.generated b/Documentation/Examples/graph_create_social_sample.generated
index 8ff588be92..36da0360e8 100644
--- a/Documentation/Examples/graph_create_social_sample.generated
+++ b/Documentation/Examples/graph_create_social_sample.generated
@@ -5,13 +5,13 @@ arangosh> db.female.toArray()
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WpTBFES--F",
+ "_rev" : "_WtcBZZq--_",
"name" : "Diana"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WpTBFES--_",
+ "_rev" : "_WtcBZZm--B",
"name" : "Alice"
}
]
@@ -20,53 +20,53 @@ arangosh> db.male.toArray()
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WpTBFES--B",
+ "_rev" : "_WtcBZZm--D",
"name" : "Bob"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WpTBFES--D",
+ "_rev" : "_WtcBZZm--F",
"name" : "Charly"
}
]
arangosh> db.relation.toArray()
[
{
- "_key" : "35568",
- "_id" : "relation/35568",
+ "_key" : "35714",
+ "_id" : "relation/35714",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WpTBFES--L",
+ "_rev" : "_WtcBZZq--F",
"type" : "married",
"vertex" : "charly"
},
{
- "_key" : "35561",
- "_id" : "relation/35561",
+ "_key" : "35707",
+ "_id" : "relation/35707",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WpTBFES--H",
+ "_rev" : "_WtcBZZq--B",
"type" : "married",
"vertex" : "alice"
},
{
- "_key" : "35571",
- "_id" : "relation/35571",
- "_from" : "male/bob",
- "_to" : "female/diana",
- "_rev" : "_WpTBFEW--_",
- "type" : "friend",
- "vertex" : "bob"
- },
- {
- "_key" : "35565",
- "_id" : "relation/35565",
+ "_key" : "35711",
+ "_id" : "relation/35711",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WpTBFES--J",
+ "_rev" : "_WtcBZZq--D",
"type" : "friend",
"vertex" : "alice"
+ },
+ {
+ "_key" : "35717",
+ "_id" : "relation/35717",
+ "_from" : "male/bob",
+ "_to" : "female/diana",
+ "_rev" : "_WtcBZZq--H",
+ "type" : "friend",
+ "vertex" : "bob"
}
]
arangosh> examples.dropGraph("social");
diff --git a/Documentation/Examples/graph_create_traversal_sample.generated b/Documentation/Examples/graph_create_traversal_sample.generated
index 9203da6e6a..06611b04b6 100644
--- a/Documentation/Examples/graph_create_traversal_sample.generated
+++ b/Documentation/Examples/graph_create_traversal_sample.generated
@@ -5,168 +5,168 @@ arangosh> db.circles.toArray();
{
"_key" : "I",
"_id" : "circles/I",
- "_rev" : "_WpTBFJK--B",
+ "_rev" : "_WtcBZbW--N",
"label" : "9"
},
{
"_key" : "G",
"_id" : "circles/G",
- "_rev" : "_WpTBFJC--H",
+ "_rev" : "_WtcBZbW--J",
"label" : "7"
},
{
"_key" : "F",
"_id" : "circles/F",
- "_rev" : "_WpTBFJC--F",
+ "_rev" : "_WtcBZbW--H",
"label" : "6"
},
{
"_key" : "A",
"_id" : "circles/A",
- "_rev" : "_WpTBFJ---_",
+ "_rev" : "_WtcBZbS--B",
"label" : "1"
},
{
"_key" : "E",
"_id" : "circles/E",
- "_rev" : "_WpTBFJC--D",
+ "_rev" : "_WtcBZbW--F",
"label" : "5"
},
{
"_key" : "C",
"_id" : "circles/C",
- "_rev" : "_WpTBFJC--_",
+ "_rev" : "_WtcBZbW--B",
"label" : "3"
},
{
"_key" : "D",
"_id" : "circles/D",
- "_rev" : "_WpTBFJC--B",
+ "_rev" : "_WtcBZbW--D",
"label" : "4"
},
{
"_key" : "J",
"_id" : "circles/J",
- "_rev" : "_WpTBFJO--_",
+ "_rev" : "_WtcBZbW--P",
"label" : "10"
},
{
"_key" : "B",
"_id" : "circles/B",
- "_rev" : "_WpTBFJ---B",
+ "_rev" : "_WtcBZbW--_",
"label" : "2"
},
{
"_key" : "H",
"_id" : "circles/H",
- "_rev" : "_WpTBFJK--_",
+ "_rev" : "_WtcBZbW--L",
"label" : "8"
},
{
"_key" : "K",
"_id" : "circles/K",
- "_rev" : "_WpTBFJO--B",
+ "_rev" : "_WtcBZba--_",
"label" : "11"
}
]
arangosh> db.edges.toArray();
[
{
- "_key" : "35658",
- "_id" : "edges/35658",
- "_from" : "circles/H",
- "_to" : "circles/I",
- "_rev" : "_WpTBFJW--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_blub"
- },
- {
- "_key" : "35661",
- "_id" : "edges/35661",
- "_from" : "circles/G",
- "_to" : "circles/J",
- "_rev" : "_WpTBFJW--B",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_zip"
- },
- {
- "_key" : "35643",
- "_id" : "edges/35643",
+ "_key" : "35789",
+ "_id" : "edges/35789",
"_from" : "circles/C",
"_to" : "circles/D",
- "_rev" : "_WpTBFJS--_",
+ "_rev" : "_WtcBZba--F",
"theFalse" : false,
"theTruth" : true,
"label" : "left_blorg"
},
{
- "_key" : "35640",
- "_id" : "edges/35640",
- "_from" : "circles/B",
- "_to" : "circles/C",
- "_rev" : "_WpTBFJO--F",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blarg"
- },
- {
- "_key" : "35646",
- "_id" : "edges/35646",
- "_from" : "circles/B",
- "_to" : "circles/E",
- "_rev" : "_WpTBFJS--B",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blub"
- },
- {
- "_key" : "35649",
- "_id" : "edges/35649",
- "_from" : "circles/E",
- "_to" : "circles/F",
- "_rev" : "_WpTBFJS--D",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_schubi"
- },
- {
- "_key" : "35636",
- "_id" : "edges/35636",
+ "_key" : "35782",
+ "_id" : "edges/35782",
"_from" : "circles/A",
"_to" : "circles/B",
- "_rev" : "_WpTBFJO--D",
+ "_rev" : "_WtcBZba--B",
"theFalse" : false,
"theTruth" : true,
"label" : "left_bar"
},
{
- "_key" : "35664",
- "_id" : "edges/35664",
+ "_key" : "35810",
+ "_id" : "edges/35810",
"_from" : "circles/J",
"_to" : "circles/K",
- "_rev" : "_WpTBFJW--D",
+ "_rev" : "_WtcBZbe--F",
"theFalse" : false,
"theTruth" : true,
"label" : "right_zup"
},
{
- "_key" : "35655",
- "_id" : "edges/35655",
+ "_key" : "35807",
+ "_id" : "edges/35807",
+ "_from" : "circles/G",
+ "_to" : "circles/J",
+ "_rev" : "_WtcBZbe--D",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_zip"
+ },
+ {
+ "_key" : "35801",
+ "_id" : "edges/35801",
"_from" : "circles/G",
"_to" : "circles/H",
- "_rev" : "_WpTBFJS--H",
+ "_rev" : "_WtcBZbe--_",
"theFalse" : false,
"theTruth" : true,
"label" : "right_blob"
},
{
- "_key" : "35652",
- "_id" : "edges/35652",
+ "_key" : "35804",
+ "_id" : "edges/35804",
+ "_from" : "circles/H",
+ "_to" : "circles/I",
+ "_rev" : "_WtcBZbe--B",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_blub"
+ },
+ {
+ "_key" : "35792",
+ "_id" : "edges/35792",
+ "_from" : "circles/B",
+ "_to" : "circles/E",
+ "_rev" : "_WtcBZba--H",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blub"
+ },
+ {
+ "_key" : "35795",
+ "_id" : "edges/35795",
+ "_from" : "circles/E",
+ "_to" : "circles/F",
+ "_rev" : "_WtcBZba--J",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_schubi"
+ },
+ {
+ "_key" : "35786",
+ "_id" : "edges/35786",
+ "_from" : "circles/B",
+ "_to" : "circles/C",
+ "_rev" : "_WtcBZba--D",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blarg"
+ },
+ {
+ "_key" : "35798",
+ "_id" : "edges/35798",
"_from" : "circles/A",
"_to" : "circles/G",
- "_rev" : "_WpTBFJS--F",
+ "_rev" : "_WtcBZba--L",
"theFalse" : false,
"theTruth" : true,
"label" : "right_foo"
diff --git a/Documentation/Examples/graph_create_world_sample.generated b/Documentation/Examples/graph_create_world_sample.generated
index cdc78dadb3..584cb994d7 100644
--- a/Documentation/Examples/graph_create_world_sample.generated
+++ b/Documentation/Examples/graph_create_world_sample.generated
@@ -5,42 +5,42 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-ottawa",
"_id" : "worldVertices/capital-ottawa",
- "_rev" : "_WpTBFN6--T",
+ "_rev" : "_WtcBZdS--P",
"name" : "Ottawa",
"type" : "capital"
},
{
"_key" : "capital-yaounde",
"_id" : "worldVertices/capital-yaounde",
- "_rev" : "_WpTBFOC--D",
+ "_rev" : "_WtcBZda--H",
"name" : "Yaounde",
"type" : "capital"
},
{
"_key" : "capital-algiers",
"_id" : "worldVertices/capital-algiers",
- "_rev" : "_WpTBFNy--J",
+ "_rev" : "_WtcBZdK--B",
"name" : "Algiers",
"type" : "capital"
},
{
"_key" : "continent-south-america",
"_id" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFNi--F",
+ "_rev" : "_WtcBZc2--J",
"name" : "South America",
"type" : "continent"
},
{
"_key" : "capital-andorra-la-vella",
"_id" : "worldVertices/capital-andorra-la-vella",
- "_rev" : "_WpTBFNy--L",
+ "_rev" : "_WtcBZdK--D",
"name" : "Andorra la Vella",
"type" : "capital"
},
{
"_key" : "country-people-s-republic-of-china",
"_id" : "worldVertices/country-people-s-republic-of-china",
- "_rev" : "_WpTBFNy--H",
+ "_rev" : "_WtcBZdK--_",
"name" : "People's Republic of China",
"type" : "country",
"code" : "CHN"
@@ -48,14 +48,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-tirana",
"_id" : "worldVertices/capital-tirana",
- "_rev" : "_WpTBFO---R",
+ "_rev" : "_WtcBZda--B",
"name" : "Tirana",
"type" : "capital"
},
{
"_key" : "country-cote-d-ivoire",
"_id" : "worldVertices/country-cote-d-ivoire",
- "_rev" : "_WpTBFNu--D",
+ "_rev" : "_WtcBZdC--P",
"name" : "Cote d'Ivoire",
"type" : "country",
"code" : "CIV"
@@ -63,21 +63,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-sofia",
"_id" : "worldVertices/capital-sofia",
- "_rev" : "_WpTBFO---N",
+ "_rev" : "_WtcBZdW--N",
"name" : "Sofia",
"type" : "capital"
},
{
"_key" : "capital-bridgetown",
"_id" : "worldVertices/capital-bridgetown",
- "_rev" : "_WpTBFN2--J",
+ "_rev" : "_WtcBZdO--_",
"name" : "Bridgetown",
"type" : "capital"
},
{
"_key" : "country-chad",
"_id" : "worldVertices/country-chad",
- "_rev" : "_WpTBFNq--T",
+ "_rev" : "_WtcBZdC--J",
"name" : "Chad",
"type" : "country",
"code" : "TCD"
@@ -85,35 +85,35 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-thimphu",
"_id" : "worldVertices/capital-thimphu",
- "_rev" : "_WpTBFO---P",
+ "_rev" : "_WtcBZda--_",
"name" : "Thimphu",
"type" : "capital"
},
{
"_key" : "capital-santiago",
"_id" : "worldVertices/capital-santiago",
- "_rev" : "_WpTBFO---J",
+ "_rev" : "_WtcBZdW--J",
"name" : "Santiago",
"type" : "capital"
},
{
"_key" : "capital-manama",
"_id" : "worldVertices/capital-manama",
- "_rev" : "_WpTBFN6--N",
+ "_rev" : "_WtcBZdS--J",
"name" : "Manama",
"type" : "capital"
},
{
"_key" : "capital-zagreb",
"_id" : "worldVertices/capital-zagreb",
- "_rev" : "_WpTBFOC--F",
+ "_rev" : "_WtcBZda--J",
"name" : "Zagreb",
"type" : "capital"
},
{
"_key" : "country-brazil",
"_id" : "worldVertices/country-brazil",
- "_rev" : "_WpTBFNq--D",
+ "_rev" : "_WtcBZd---L",
"name" : "Brazil",
"type" : "country",
"code" : "BRA"
@@ -121,7 +121,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-burundi",
"_id" : "worldVertices/country-burundi",
- "_rev" : "_WpTBFNq--L",
+ "_rev" : "_WtcBZdC--B",
"name" : "Burundi",
"type" : "country",
"code" : "BDI"
@@ -129,14 +129,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-la-paz",
"_id" : "worldVertices/capital-la-paz",
- "_rev" : "_WpTBFN6--J",
+ "_rev" : "_WtcBZdS--F",
"name" : "La Paz",
"type" : "capital"
},
{
"_key" : "country-germany",
"_id" : "worldVertices/country-germany",
- "_rev" : "_WpTBFNy--F",
+ "_rev" : "_WtcBZdG--P",
"name" : "Germany",
"type" : "country",
"code" : "DEU"
@@ -144,7 +144,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-botswana",
"_id" : "worldVertices/country-botswana",
- "_rev" : "_WpTBFNq--B",
+ "_rev" : "_WtcBZd---J",
"name" : "Botswana",
"type" : "country",
"code" : "BWA"
@@ -152,14 +152,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-phnom-penh",
"_id" : "worldVertices/capital-phnom-penh",
- "_rev" : "_WpTBFO---B",
+ "_rev" : "_WtcBZdW--B",
"name" : "Phnom Penh",
"type" : "capital"
},
{
"_key" : "country-croatia",
"_id" : "worldVertices/country-croatia",
- "_rev" : "_WpTBFNu--F",
+ "_rev" : "_WtcBZdG--_",
"name" : "Croatia",
"type" : "country",
"code" : "HRV"
@@ -167,7 +167,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-eritrea",
"_id" : "worldVertices/country-eritrea",
- "_rev" : "_WpTBFNy--_",
+ "_rev" : "_WtcBZdG--J",
"name" : "Eritrea",
"type" : "country",
"code" : "ERI"
@@ -175,7 +175,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-angola",
"_id" : "worldVertices/country-angola",
- "_rev" : "_WpTBFNi--P",
+ "_rev" : "_WtcBZc6--B",
"name" : "Angola",
"type" : "country",
"code" : "AGO"
@@ -183,7 +183,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bahrain",
"_id" : "worldVertices/country-bahrain",
- "_rev" : "_WpTBFNm--J",
+ "_rev" : "_WtcBZc6--N",
"name" : "Bahrain",
"type" : "country",
"code" : "BHR"
@@ -191,7 +191,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-argentina",
"_id" : "worldVertices/country-argentina",
- "_rev" : "_WpTBFNm--B",
+ "_rev" : "_WtcBZc6--F",
"name" : "Argentina",
"type" : "country",
"code" : "ARG"
@@ -199,21 +199,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-canberra",
"_id" : "worldVertices/capital-canberra",
- "_rev" : "_WpTBFN2--T",
+ "_rev" : "_WtcBZdO--J",
"name" : "Canberra",
"type" : "capital"
},
{
"_key" : "capital-bujumbura",
"_id" : "worldVertices/capital-bujumbura",
- "_rev" : "_WpTBFN2--P",
+ "_rev" : "_WtcBZdO--F",
"name" : "Bujumbura",
"type" : "capital"
},
{
"_key" : "country-bangladesh",
"_id" : "worldVertices/country-bangladesh",
- "_rev" : "_WpTBFNm--L",
+ "_rev" : "_WtcBZc6--P",
"name" : "Bangladesh",
"type" : "country",
"code" : "BGD"
@@ -221,7 +221,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-ecuador",
"_id" : "worldVertices/country-ecuador",
- "_rev" : "_WpTBFNu--L",
+ "_rev" : "_WtcBZdG--F",
"name" : "Ecuador",
"type" : "country",
"code" : "ECU"
@@ -229,14 +229,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-africa",
"_id" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFNe--B",
+ "_rev" : "_WtcBZc2--_",
"name" : "Africa",
"type" : "continent"
},
{
"_key" : "country-cambodia",
"_id" : "worldVertices/country-cambodia",
- "_rev" : "_WpTBFNq--N",
+ "_rev" : "_WtcBZdC--D",
"name" : "Cambodia",
"type" : "country",
"code" : "KHM"
@@ -244,7 +244,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-chile",
"_id" : "worldVertices/country-chile",
- "_rev" : "_WpTBFNu--_",
+ "_rev" : "_WtcBZdC--L",
"name" : "Chile",
"type" : "country",
"code" : "CHL"
@@ -252,7 +252,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bolivia",
"_id" : "worldVertices/country-bolivia",
- "_rev" : "_WpTBFNm--T",
+ "_rev" : "_WtcBZd---F",
"name" : "Bolivia",
"type" : "country",
"code" : "BOL"
@@ -260,7 +260,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-belgium",
"_id" : "worldVertices/country-belgium",
- "_rev" : "_WpTBFNm--P",
+ "_rev" : "_WtcBZd---B",
"name" : "Belgium",
"type" : "country",
"code" : "BEL"
@@ -268,14 +268,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-copenhagen",
"_id" : "worldVertices/capital-copenhagen",
- "_rev" : "_WpTBFN6--_",
+ "_rev" : "_WtcBZdO--L",
"name" : "Copenhagen",
"type" : "capital"
},
{
"_key" : "country-cameroon",
"_id" : "worldVertices/country-cameroon",
- "_rev" : "_WpTBFNq--P",
+ "_rev" : "_WtcBZdC--F",
"name" : "Cameroon",
"type" : "country",
"code" : "CMR"
@@ -283,42 +283,42 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-gaborone",
"_id" : "worldVertices/capital-gaborone",
- "_rev" : "_WpTBFN6--D",
+ "_rev" : "_WtcBZdS--_",
"name" : "Gaborone",
"type" : "capital"
},
{
"_key" : "continent-australia",
"_id" : "worldVertices/continent-australia",
- "_rev" : "_WpTBFNi--_",
+ "_rev" : "_WtcBZc2--D",
"name" : "Australia",
"type" : "continent"
},
{
"_key" : "world",
"_id" : "worldVertices/world",
- "_rev" : "_WpTBFNe--_",
+ "_rev" : "_WtcBZcy--_",
"name" : "World",
"type" : "root"
},
{
"_key" : "capital-yamoussoukro",
"_id" : "worldVertices/capital-yamoussoukro",
- "_rev" : "_WpTBFOC--B",
+ "_rev" : "_WtcBZda--F",
"name" : "Yamoussoukro",
"type" : "capital"
},
{
"_key" : "capital-brasilia",
"_id" : "worldVertices/capital-brasilia",
- "_rev" : "_WpTBFN2--H",
+ "_rev" : "_WtcBZdK--P",
"name" : "Brasilia",
"type" : "capital"
},
{
"_key" : "country-antigua-and-barbuda",
"_id" : "worldVertices/country-antigua-and-barbuda",
- "_rev" : "_WpTBFNm--_",
+ "_rev" : "_WtcBZc6--D",
"name" : "Antigua and Barbuda",
"type" : "country",
"code" : "ATG"
@@ -326,28 +326,28 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-bandar-seri-begawan",
"_id" : "worldVertices/capital-bandar-seri-begawan",
- "_rev" : "_WpTBFN2--_",
+ "_rev" : "_WtcBZdK--H",
"name" : "Bandar Seri Begawan",
"type" : "capital"
},
{
"_key" : "capital-dhaka",
"_id" : "worldVertices/capital-dhaka",
- "_rev" : "_WpTBFN6--B",
+ "_rev" : "_WtcBZdO--N",
"name" : "Dhaka",
"type" : "capital"
},
{
"_key" : "capital-saint-john-s",
"_id" : "worldVertices/capital-saint-john-s",
- "_rev" : "_WpTBFO---H",
+ "_rev" : "_WtcBZdW--H",
"name" : "Saint John's",
"type" : "capital"
},
{
"_key" : "country-burkina-faso",
"_id" : "worldVertices/country-burkina-faso",
- "_rev" : "_WpTBFNq--J",
+ "_rev" : "_WtcBZdC--_",
"name" : "Burkina Faso",
"type" : "country",
"code" : "BFA"
@@ -355,14 +355,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-prague",
"_id" : "worldVertices/capital-prague",
- "_rev" : "_WpTBFO---D",
+ "_rev" : "_WtcBZdW--D",
"name" : "Prague",
"type" : "capital"
},
{
"_key" : "country-czech-republic",
"_id" : "worldVertices/country-czech-republic",
- "_rev" : "_WpTBFNu--H",
+ "_rev" : "_WtcBZdG--B",
"name" : "Czech Republic",
"type" : "country",
"code" : "CZE"
@@ -370,7 +370,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-egypt",
"_id" : "worldVertices/country-egypt",
- "_rev" : "_WpTBFNu--N",
+ "_rev" : "_WtcBZdG--H",
"name" : "Egypt",
"type" : "country",
"code" : "EGY"
@@ -378,14 +378,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-helsinki",
"_id" : "worldVertices/capital-helsinki",
- "_rev" : "_WpTBFN6--F",
+ "_rev" : "_WtcBZdS--B",
"name" : "Helsinki",
"type" : "capital"
},
{
"_key" : "country-bhutan",
"_id" : "worldVertices/country-bhutan",
- "_rev" : "_WpTBFNm--R",
+ "_rev" : "_WtcBZd---D",
"name" : "Bhutan",
"type" : "country",
"code" : "BTN"
@@ -393,7 +393,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-algeria",
"_id" : "worldVertices/country-algeria",
- "_rev" : "_WpTBFNi--L",
+ "_rev" : "_WtcBZc2--P",
"name" : "Algeria",
"type" : "country",
"code" : "DZA"
@@ -401,7 +401,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-afghanistan",
"_id" : "worldVertices/country-afghanistan",
- "_rev" : "_WpTBFNi--H",
+ "_rev" : "_WtcBZc2--L",
"name" : "Afghanistan",
"type" : "country",
"code" : "AFG"
@@ -409,14 +409,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-paris",
"_id" : "worldVertices/capital-paris",
- "_rev" : "_WpTBFO---_",
+ "_rev" : "_WtcBZdW--_",
"name" : "Paris",
"type" : "capital"
},
{
"_key" : "country-finland",
"_id" : "worldVertices/country-finland",
- "_rev" : "_WpTBFNy--B",
+ "_rev" : "_WtcBZdG--L",
"name" : "Finland",
"type" : "country",
"code" : "FIN"
@@ -424,7 +424,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-austria",
"_id" : "worldVertices/country-austria",
- "_rev" : "_WpTBFNm--F",
+ "_rev" : "_WtcBZc6--J",
"name" : "Austria",
"type" : "country",
"code" : "AUT"
@@ -432,14 +432,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-brussels",
"_id" : "worldVertices/capital-brussels",
- "_rev" : "_WpTBFN2--L",
+ "_rev" : "_WtcBZdO--B",
"name" : "Brussels",
"type" : "capital"
},
{
"_key" : "country-denmark",
"_id" : "worldVertices/country-denmark",
- "_rev" : "_WpTBFNu--J",
+ "_rev" : "_WtcBZdG--D",
"name" : "Denmark",
"type" : "country",
"code" : "DNK"
@@ -447,7 +447,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-albania",
"_id" : "worldVertices/country-albania",
- "_rev" : "_WpTBFNi--J",
+ "_rev" : "_WtcBZc2--N",
"name" : "Albania",
"type" : "country",
"code" : "ALB"
@@ -455,28 +455,28 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-berlin",
"_id" : "worldVertices/capital-berlin",
- "_rev" : "_WpTBFN2--D",
+ "_rev" : "_WtcBZdK--L",
"name" : "Berlin",
"type" : "capital"
},
{
"_key" : "capital-buenos-aires",
"_id" : "worldVertices/capital-buenos-aires",
- "_rev" : "_WpTBFN2--N",
+ "_rev" : "_WtcBZdO--D",
"name" : "Buenos Aires",
"type" : "capital"
},
{
"_key" : "capital-quito",
"_id" : "worldVertices/capital-quito",
- "_rev" : "_WpTBFO---F",
+ "_rev" : "_WtcBZdW--F",
"name" : "Quito",
"type" : "capital"
},
{
"_key" : "country-france",
"_id" : "worldVertices/country-france",
- "_rev" : "_WpTBFNy--D",
+ "_rev" : "_WtcBZdG--N",
"name" : "France",
"type" : "country",
"code" : "FRA"
@@ -484,7 +484,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-colombia",
"_id" : "worldVertices/country-colombia",
- "_rev" : "_WpTBFNu--B",
+ "_rev" : "_WtcBZdC--N",
"name" : "Colombia",
"type" : "country",
"code" : "COL"
@@ -492,7 +492,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bulgaria",
"_id" : "worldVertices/country-bulgaria",
- "_rev" : "_WpTBFNq--H",
+ "_rev" : "_WtcBZd---P",
"name" : "Bulgaria",
"type" : "country",
"code" : "BGR"
@@ -500,21 +500,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-north-america",
"_id" : "worldVertices/continent-north-america",
- "_rev" : "_WpTBFNi--D",
+ "_rev" : "_WtcBZc2--H",
"name" : "North America",
"type" : "continent"
},
{
"_key" : "capital-vienna",
"_id" : "worldVertices/capital-vienna",
- "_rev" : "_WpTBFOC--_",
+ "_rev" : "_WtcBZda--D",
"name" : "Vienna",
"type" : "capital"
},
{
"_key" : "country-bahamas",
"_id" : "worldVertices/country-bahamas",
- "_rev" : "_WpTBFNm--H",
+ "_rev" : "_WtcBZc6--L",
"name" : "Bahamas",
"type" : "country",
"code" : "BHS"
@@ -522,14 +522,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-asia",
"_id" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFNe--D",
+ "_rev" : "_WtcBZc2--B",
"name" : "Asia",
"type" : "continent"
},
{
"_key" : "country-barbados",
"_id" : "worldVertices/country-barbados",
- "_rev" : "_WpTBFNm--N",
+ "_rev" : "_WtcBZd---_",
"name" : "Barbados",
"type" : "country",
"code" : "BRB"
@@ -537,28 +537,28 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-n-djamena",
"_id" : "worldVertices/capital-n-djamena",
- "_rev" : "_WpTBFN6--R",
+ "_rev" : "_WtcBZdS--N",
"name" : "N'Djamena",
"type" : "capital"
},
{
"_key" : "capital-ouagadougou",
"_id" : "worldVertices/capital-ouagadougou",
- "_rev" : "_WpTBFN6--V",
+ "_rev" : "_WtcBZdS--R",
"name" : "Ouagadougou",
"type" : "capital"
},
{
"_key" : "capital-bogota",
"_id" : "worldVertices/capital-bogota",
- "_rev" : "_WpTBFN2--F",
+ "_rev" : "_WtcBZdK--N",
"name" : "Bogota",
"type" : "capital"
},
{
"_key" : "country-brunei",
"_id" : "worldVertices/country-brunei",
- "_rev" : "_WpTBFNq--F",
+ "_rev" : "_WtcBZd---N",
"name" : "Brunei",
"type" : "country",
"code" : "BRN"
@@ -566,42 +566,42 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-asmara",
"_id" : "worldVertices/capital-asmara",
- "_rev" : "_WpTBFNy--N",
+ "_rev" : "_WtcBZdK--F",
"name" : "Asmara",
"type" : "capital"
},
{
"_key" : "capital-cairo",
"_id" : "worldVertices/capital-cairo",
- "_rev" : "_WpTBFN2--R",
+ "_rev" : "_WtcBZdO--H",
"name" : "Cairo",
"type" : "capital"
},
{
"_key" : "capital-kabul",
"_id" : "worldVertices/capital-kabul",
- "_rev" : "_WpTBFN6--H",
+ "_rev" : "_WtcBZdS--D",
"name" : "Kabul",
"type" : "capital"
},
{
"_key" : "capital-nassau",
"_id" : "worldVertices/capital-nassau",
- "_rev" : "_WpTBFN6--P",
+ "_rev" : "_WtcBZdS--L",
"name" : "Nassau",
"type" : "capital"
},
{
"_key" : "capital-beijing",
"_id" : "worldVertices/capital-beijing",
- "_rev" : "_WpTBFN2--B",
+ "_rev" : "_WtcBZdK--J",
"name" : "Beijing",
"type" : "capital"
},
{
"_key" : "country-canada",
"_id" : "worldVertices/country-canada",
- "_rev" : "_WpTBFNq--R",
+ "_rev" : "_WtcBZdC--H",
"name" : "Canada",
"type" : "country",
"code" : "CAN"
@@ -609,21 +609,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-europe",
"_id" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFNi--B",
+ "_rev" : "_WtcBZc2--F",
"name" : "Europe",
"type" : "continent"
},
{
"_key" : "capital-luanda",
"_id" : "worldVertices/capital-luanda",
- "_rev" : "_WpTBFN6--L",
+ "_rev" : "_WtcBZdS--H",
"name" : "Luanda",
"type" : "capital"
},
{
"_key" : "country-australia",
"_id" : "worldVertices/country-australia",
- "_rev" : "_WpTBFNm--D",
+ "_rev" : "_WtcBZc6--H",
"name" : "Australia",
"type" : "country",
"code" : "AUS"
@@ -631,14 +631,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-sarajevo",
"_id" : "worldVertices/capital-sarajevo",
- "_rev" : "_WpTBFO---L",
+ "_rev" : "_WtcBZdW--L",
"name" : "Sarajevo",
"type" : "capital"
},
{
"_key" : "country-andorra",
"_id" : "worldVertices/country-andorra",
- "_rev" : "_WpTBFNi--N",
+ "_rev" : "_WtcBZc6--_",
"name" : "Andorra",
"type" : "country",
"code" : "AND"
@@ -646,7 +646,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bosnia-and-herzegovina",
"_id" : "worldVertices/country-bosnia-and-herzegovina",
- "_rev" : "_WpTBFNq--_",
+ "_rev" : "_WtcBZd---H",
"name" : "Bosnia and Herzegovina",
"type" : "country",
"code" : "BIH"
@@ -655,691 +655,691 @@ arangosh> db.worldVertices.toArray();
arangosh> db.worldEdges.toArray();
[
{
- "_key" : "36107",
- "_id" : "worldEdges/36107",
- "_from" : "worldVertices/capital-santiago",
- "_to" : "worldVertices/country-chile",
- "_rev" : "_WpTBFOm--J",
- "type" : "is-in"
- },
- {
- "_key" : "36101",
- "_id" : "worldEdges/36101",
- "_from" : "worldVertices/capital-quito",
- "_to" : "worldVertices/country-ecuador",
- "_rev" : "_WpTBFOm--F",
- "type" : "is-in"
- },
- {
- "_key" : "36074",
- "_id" : "worldEdges/36074",
- "_from" : "worldVertices/capital-luanda",
- "_to" : "worldVertices/country-angola",
- "_rev" : "_WpTBFOi--F",
- "type" : "is-in"
- },
- {
- "_key" : "35978",
- "_id" : "worldEdges/35978",
- "_from" : "worldVertices/country-colombia",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFOS--J",
- "type" : "is-in"
- },
- {
- "_key" : "35975",
- "_id" : "worldEdges/35975",
- "_from" : "worldVertices/country-chile",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFOS--H",
- "type" : "is-in"
- },
- {
- "_key" : "35960",
- "_id" : "worldEdges/35960",
- "_from" : "worldVertices/country-burundi",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOO--N",
- "type" : "is-in"
- },
- {
- "_key" : "36110",
- "_id" : "worldEdges/36110",
- "_from" : "worldVertices/capital-sarajevo",
- "_to" : "worldVertices/country-bosnia-and-herzegovina",
- "_rev" : "_WpTBFOm--L",
- "type" : "is-in"
- },
- {
- "_key" : "36062",
- "_id" : "worldEdges/36062",
- "_from" : "worldVertices/capital-gaborone",
- "_to" : "worldVertices/country-botswana",
- "_rev" : "_WpTBFOe--N",
- "type" : "is-in"
- },
- {
- "_key" : "35981",
- "_id" : "worldEdges/35981",
- "_from" : "worldVertices/country-cote-d-ivoire",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOS--L",
- "type" : "is-in"
- },
- {
- "_key" : "35948",
- "_id" : "worldEdges/35948",
- "_from" : "worldVertices/country-brazil",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFOO--F",
- "type" : "is-in"
- },
- {
- "_key" : "36116",
- "_id" : "worldEdges/36116",
- "_from" : "worldVertices/capital-thimphu",
- "_to" : "worldVertices/country-bhutan",
- "_rev" : "_WpTBFOq--_",
- "type" : "is-in"
- },
- {
- "_key" : "36059",
- "_id" : "worldEdges/36059",
- "_from" : "worldVertices/capital-dhaka",
- "_to" : "worldVertices/country-bangladesh",
- "_rev" : "_WpTBFOe--L",
- "type" : "is-in"
- },
- {
- "_key" : "36005",
- "_id" : "worldEdges/36005",
- "_from" : "worldVertices/country-france",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOW--L",
- "type" : "is-in"
- },
- {
- "_key" : "36038",
- "_id" : "worldEdges/36038",
- "_from" : "worldVertices/capital-bridgetown",
- "_to" : "worldVertices/country-barbados",
- "_rev" : "_WpTBFOa--P",
- "type" : "is-in"
- },
- {
- "_key" : "35882",
- "_id" : "worldEdges/35882",
- "_from" : "worldVertices/continent-australia",
- "_to" : "worldVertices/world",
- "_rev" : "_WpTBFOC--L",
- "type" : "is-in"
- },
- {
- "_key" : "36119",
- "_id" : "worldEdges/36119",
- "_from" : "worldVertices/capital-tirana",
- "_to" : "worldVertices/country-albania",
- "_rev" : "_WpTBFOq--B",
- "type" : "is-in"
- },
- {
- "_key" : "35951",
- "_id" : "worldEdges/35951",
- "_from" : "worldVertices/country-brunei",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOO--H",
- "type" : "is-in"
- },
- {
- "_key" : "35957",
- "_id" : "worldEdges/35957",
- "_from" : "worldVertices/country-burkina-faso",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOO--L",
- "type" : "is-in"
- },
- {
- "_key" : "36023",
- "_id" : "worldEdges/36023",
- "_from" : "worldVertices/capital-bandar-seri-begawan",
- "_to" : "worldVertices/country-brunei",
- "_rev" : "_WpTBFOa--F",
- "type" : "is-in"
- },
- {
- "_key" : "35875",
- "_id" : "worldEdges/35875",
- "_from" : "worldVertices/continent-africa",
- "_to" : "worldVertices/world",
- "_rev" : "_WpTBFOC--H",
- "type" : "is-in"
- },
- {
- "_key" : "35996",
- "_id" : "worldEdges/35996",
- "_from" : "worldVertices/country-egypt",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOW--F",
- "type" : "is-in"
- },
- {
- "_key" : "35927",
- "_id" : "worldEdges/35927",
- "_from" : "worldVertices/country-bangladesh",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOK--F",
- "type" : "is-in"
- },
- {
- "_key" : "36089",
- "_id" : "worldEdges/36089",
- "_from" : "worldVertices/capital-ouagadougou",
- "_to" : "worldVertices/country-burkina-faso",
- "_rev" : "_WpTBFOi--P",
- "type" : "is-in"
- },
- {
- "_key" : "35966",
- "_id" : "worldEdges/35966",
- "_from" : "worldVertices/country-cameroon",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOS--B",
- "type" : "is-in"
- },
- {
- "_key" : "35894",
- "_id" : "worldEdges/35894",
- "_from" : "worldVertices/country-afghanistan",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOG--_",
- "type" : "is-in"
- },
- {
- "_key" : "36011",
- "_id" : "worldEdges/36011",
- "_from" : "worldVertices/country-people-s-republic-of-china",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOW--P",
- "type" : "is-in"
- },
- {
- "_key" : "36056",
- "_id" : "worldEdges/36056",
- "_from" : "worldVertices/capital-copenhagen",
- "_to" : "worldVertices/country-denmark",
- "_rev" : "_WpTBFOe--J",
- "type" : "is-in"
- },
- {
- "_key" : "36002",
- "_id" : "worldEdges/36002",
- "_from" : "worldVertices/country-finland",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOW--J",
- "type" : "is-in"
- },
- {
- "_key" : "35990",
- "_id" : "worldEdges/35990",
- "_from" : "worldVertices/country-denmark",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOW--B",
- "type" : "is-in"
- },
- {
- "_key" : "35933",
- "_id" : "worldEdges/35933",
- "_from" : "worldVertices/country-belgium",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOK--J",
- "type" : "is-in"
- },
- {
- "_key" : "36053",
- "_id" : "worldEdges/36053",
- "_from" : "worldVertices/capital-canberra",
- "_to" : "worldVertices/country-australia",
- "_rev" : "_WpTBFOe--H",
- "type" : "is-in"
- },
- {
- "_key" : "35906",
- "_id" : "worldEdges/35906",
- "_from" : "worldVertices/country-angola",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOG--H",
- "type" : "is-in"
- },
- {
- "_key" : "36077",
- "_id" : "worldEdges/36077",
- "_from" : "worldVertices/capital-manama",
- "_to" : "worldVertices/country-bahrain",
- "_rev" : "_WpTBFOi--H",
- "type" : "is-in"
- },
- {
- "_key" : "35921",
- "_id" : "worldEdges/35921",
- "_from" : "worldVertices/country-bahamas",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WpTBFOK--B",
- "type" : "is-in"
- },
- {
- "_key" : "36008",
- "_id" : "worldEdges/36008",
+ "_key" : "36154",
+ "_id" : "worldEdges/36154",
"_from" : "worldVertices/country-germany",
"_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOW--N",
+ "_rev" : "_WtcBZdy--_",
"type" : "is-in"
},
{
- "_key" : "35936",
- "_id" : "worldEdges/35936",
- "_from" : "worldVertices/country-bhutan",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOK--L",
- "type" : "is-in"
- },
- {
- "_key" : "35993",
- "_id" : "worldEdges/35993",
- "_from" : "worldVertices/country-ecuador",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFOW--D",
- "type" : "is-in"
- },
- {
- "_key" : "36125",
- "_id" : "worldEdges/36125",
- "_from" : "worldVertices/capital-yamoussoukro",
- "_to" : "worldVertices/country-cote-d-ivoire",
- "_rev" : "_WpTBFOq--F",
- "type" : "is-in"
- },
- {
- "_key" : "36086",
- "_id" : "worldEdges/36086",
- "_from" : "worldVertices/capital-ottawa",
- "_to" : "worldVertices/country-canada",
- "_rev" : "_WpTBFOi--N",
- "type" : "is-in"
- },
- {
- "_key" : "35969",
- "_id" : "worldEdges/35969",
- "_from" : "worldVertices/country-canada",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WpTBFOS--D",
- "type" : "is-in"
- },
- {
- "_key" : "35897",
- "_id" : "worldEdges/35897",
- "_from" : "worldVertices/country-albania",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOG--B",
- "type" : "is-in"
- },
- {
- "_key" : "35900",
- "_id" : "worldEdges/35900",
+ "_key" : "36046",
+ "_id" : "worldEdges/36046",
"_from" : "worldVertices/country-algeria",
"_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOG--D",
+ "_rev" : "_WtcBZde--J",
"type" : "is-in"
},
{
- "_key" : "36017",
- "_id" : "worldEdges/36017",
- "_from" : "worldVertices/capital-andorra-la-vella",
- "_to" : "worldVertices/country-andorra",
- "_rev" : "_WpTBFOa--B",
+ "_key" : "36253",
+ "_id" : "worldEdges/36253",
+ "_from" : "worldVertices/capital-santiago",
+ "_to" : "worldVertices/country-chile",
+ "_rev" : "_WtcBZeC--J",
"type" : "is-in"
},
{
- "_key" : "35963",
- "_id" : "worldEdges/35963",
- "_from" : "worldVertices/country-cambodia",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOS--_",
- "type" : "is-in"
- },
- {
- "_key" : "36020",
- "_id" : "worldEdges/36020",
- "_from" : "worldVertices/capital-asmara",
- "_to" : "worldVertices/country-eritrea",
- "_rev" : "_WpTBFOa--D",
- "type" : "is-in"
- },
- {
- "_key" : "36065",
- "_id" : "worldEdges/36065",
- "_from" : "worldVertices/capital-helsinki",
- "_to" : "worldVertices/country-finland",
- "_rev" : "_WpTBFOi--_",
- "type" : "is-in"
- },
- {
- "_key" : "36029",
- "_id" : "worldEdges/36029",
- "_from" : "worldVertices/capital-berlin",
- "_to" : "worldVertices/country-germany",
- "_rev" : "_WpTBFOa--J",
- "type" : "is-in"
- },
- {
- "_key" : "35924",
- "_id" : "worldEdges/35924",
- "_from" : "worldVertices/country-bahrain",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WpTBFOK--D",
- "type" : "is-in"
- },
- {
- "_key" : "35909",
- "_id" : "worldEdges/35909",
- "_from" : "worldVertices/country-antigua-and-barbuda",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WpTBFOG--J",
- "type" : "is-in"
- },
- {
- "_key" : "36026",
- "_id" : "worldEdges/36026",
- "_from" : "worldVertices/capital-beijing",
- "_to" : "worldVertices/country-people-s-republic-of-china",
- "_rev" : "_WpTBFOa--H",
- "type" : "is-in"
- },
- {
- "_key" : "36113",
- "_id" : "worldEdges/36113",
- "_from" : "worldVertices/capital-sofia",
- "_to" : "worldVertices/country-bulgaria",
- "_rev" : "_WpTBFOm--N",
- "type" : "is-in"
- },
- {
- "_key" : "36032",
- "_id" : "worldEdges/36032",
- "_from" : "worldVertices/capital-bogota",
- "_to" : "worldVertices/country-colombia",
- "_rev" : "_WpTBFOa--L",
- "type" : "is-in"
- },
- {
- "_key" : "35912",
- "_id" : "worldEdges/35912",
- "_from" : "worldVertices/country-argentina",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFOG--L",
- "type" : "is-in"
- },
- {
- "_key" : "36131",
- "_id" : "worldEdges/36131",
- "_from" : "worldVertices/capital-zagreb",
- "_to" : "worldVertices/country-croatia",
- "_rev" : "_WpTBFOq--J",
- "type" : "is-in"
- },
- {
- "_key" : "36050",
- "_id" : "worldEdges/36050",
- "_from" : "worldVertices/capital-cairo",
- "_to" : "worldVertices/country-egypt",
- "_rev" : "_WpTBFOe--F",
- "type" : "is-in"
- },
- {
- "_key" : "35954",
- "_id" : "worldEdges/35954",
- "_from" : "worldVertices/country-bulgaria",
+ "_key" : "36079",
+ "_id" : "worldEdges/36079",
+ "_from" : "worldVertices/country-belgium",
"_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOO--J",
+ "_rev" : "_WtcBZdi--N",
"type" : "is-in"
},
{
- "_key" : "35891",
- "_id" : "worldEdges/35891",
- "_from" : "worldVertices/continent-south-america",
- "_to" : "worldVertices/world",
- "_rev" : "_WpTBFOC--R",
- "type" : "is-in"
- },
- {
- "_key" : "35945",
- "_id" : "worldEdges/35945",
- "_from" : "worldVertices/country-botswana",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOO--D",
- "type" : "is-in"
- },
- {
- "_key" : "36041",
- "_id" : "worldEdges/36041",
- "_from" : "worldVertices/capital-brussels",
- "_to" : "worldVertices/country-belgium",
- "_rev" : "_WpTBFOe--_",
- "type" : "is-in"
- },
- {
- "_key" : "35942",
- "_id" : "worldEdges/35942",
- "_from" : "worldVertices/country-bosnia-and-herzegovina",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOO--B",
- "type" : "is-in"
- },
- {
- "_key" : "36104",
- "_id" : "worldEdges/36104",
- "_from" : "worldVertices/capital-saint-john-s",
- "_to" : "worldVertices/country-antigua-and-barbuda",
- "_rev" : "_WpTBFOm--H",
- "type" : "is-in"
- },
- {
- "_key" : "36071",
- "_id" : "worldEdges/36071",
- "_from" : "worldVertices/capital-la-paz",
- "_to" : "worldVertices/country-bolivia",
- "_rev" : "_WpTBFOi--D",
- "type" : "is-in"
- },
- {
- "_key" : "35939",
- "_id" : "worldEdges/35939",
- "_from" : "worldVertices/country-bolivia",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WpTBFOO--_",
- "type" : "is-in"
- },
- {
- "_key" : "36035",
- "_id" : "worldEdges/36035",
- "_from" : "worldVertices/capital-brasilia",
- "_to" : "worldVertices/country-brazil",
- "_rev" : "_WpTBFOa--N",
- "type" : "is-in"
- },
- {
- "_key" : "35903",
- "_id" : "worldEdges/35903",
- "_from" : "worldVertices/country-andorra",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOG--F",
- "type" : "is-in"
- },
- {
- "_key" : "36128",
- "_id" : "worldEdges/36128",
- "_from" : "worldVertices/capital-yaounde",
- "_to" : "worldVertices/country-cameroon",
- "_rev" : "_WpTBFOq--H",
- "type" : "is-in"
- },
- {
- "_key" : "36092",
- "_id" : "worldEdges/36092",
- "_from" : "worldVertices/capital-paris",
- "_to" : "worldVertices/country-france",
- "_rev" : "_WpTBFOm--_",
- "type" : "is-in"
- },
- {
- "_key" : "35879",
- "_id" : "worldEdges/35879",
- "_from" : "worldVertices/continent-asia",
- "_to" : "worldVertices/world",
- "_rev" : "_WpTBFOC--J",
- "type" : "is-in"
- },
- {
- "_key" : "36098",
- "_id" : "worldEdges/36098",
- "_from" : "worldVertices/capital-prague",
- "_to" : "worldVertices/country-czech-republic",
- "_rev" : "_WpTBFOm--D",
- "type" : "is-in"
- },
- {
- "_key" : "36083",
- "_id" : "worldEdges/36083",
- "_from" : "worldVertices/capital-n-djamena",
- "_to" : "worldVertices/country-chad",
- "_rev" : "_WpTBFOi--L",
- "type" : "is-in"
- },
- {
- "_key" : "36068",
- "_id" : "worldEdges/36068",
- "_from" : "worldVertices/capital-kabul",
- "_to" : "worldVertices/country-afghanistan",
- "_rev" : "_WpTBFOi--B",
- "type" : "is-in"
- },
- {
- "_key" : "36095",
- "_id" : "worldEdges/36095",
- "_from" : "worldVertices/capital-phnom-penh",
- "_to" : "worldVertices/country-cambodia",
- "_rev" : "_WpTBFOm--B",
- "type" : "is-in"
- },
- {
- "_key" : "35972",
- "_id" : "worldEdges/35972",
- "_from" : "worldVertices/country-chad",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOS--F",
- "type" : "is-in"
- },
- {
- "_key" : "35984",
- "_id" : "worldEdges/35984",
+ "_key" : "36130",
+ "_id" : "worldEdges/36130",
"_from" : "worldVertices/country-croatia",
"_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOS--N",
+ "_rev" : "_WtcBZdu--_",
"type" : "is-in"
},
{
- "_key" : "35915",
- "_id" : "worldEdges/35915",
- "_from" : "worldVertices/country-australia",
- "_to" : "worldVertices/continent-australia",
- "_rev" : "_WpTBFOG--N",
- "type" : "is-in"
- },
- {
- "_key" : "35999",
- "_id" : "worldEdges/35999",
- "_from" : "worldVertices/country-eritrea",
+ "_key" : "36052",
+ "_id" : "worldEdges/36052",
+ "_from" : "worldVertices/country-angola",
"_to" : "worldVertices/continent-africa",
- "_rev" : "_WpTBFOW--H",
+ "_rev" : "_WtcBZde--N",
"type" : "is-in"
},
{
- "_key" : "35885",
- "_id" : "worldEdges/35885",
+ "_key" : "36136",
+ "_id" : "worldEdges/36136",
+ "_from" : "worldVertices/country-denmark",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdu--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36031",
+ "_id" : "worldEdges/36031",
"_from" : "worldVertices/continent-europe",
"_to" : "worldVertices/world",
- "_rev" : "_WpTBFOC--N",
+ "_rev" : "_WtcBZde--_",
"type" : "is-in"
},
{
- "_key" : "36047",
- "_id" : "worldEdges/36047",
- "_from" : "worldVertices/capital-bujumbura",
- "_to" : "worldVertices/country-burundi",
- "_rev" : "_WpTBFOe--D",
+ "_key" : "36070",
+ "_id" : "worldEdges/36070",
+ "_from" : "worldVertices/country-bahrain",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZdi--H",
"type" : "is-in"
},
{
- "_key" : "36044",
- "_id" : "worldEdges/36044",
- "_from" : "worldVertices/capital-buenos-aires",
- "_to" : "worldVertices/country-argentina",
- "_rev" : "_WpTBFOe--B",
+ "_key" : "36172",
+ "_id" : "worldEdges/36172",
+ "_from" : "worldVertices/capital-beijing",
+ "_to" : "worldVertices/country-people-s-republic-of-china",
+ "_rev" : "_WtcBZdy--L",
"type" : "is-in"
},
{
- "_key" : "36080",
- "_id" : "worldEdges/36080",
- "_from" : "worldVertices/capital-nassau",
- "_to" : "worldVertices/country-bahamas",
- "_rev" : "_WpTBFOi--J",
+ "_key" : "36055",
+ "_id" : "worldEdges/36055",
+ "_from" : "worldVertices/country-antigua-and-barbuda",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WtcBZde--P",
"type" : "is-in"
},
{
- "_key" : "35888",
- "_id" : "worldEdges/35888",
- "_from" : "worldVertices/continent-north-america",
- "_to" : "worldVertices/world",
- "_rev" : "_WpTBFOC--P",
+ "_key" : "36220",
+ "_id" : "worldEdges/36220",
+ "_from" : "worldVertices/capital-luanda",
+ "_to" : "worldVertices/country-angola",
+ "_rev" : "_WtcBZe---B",
"type" : "is-in"
},
{
- "_key" : "36122",
- "_id" : "worldEdges/36122",
- "_from" : "worldVertices/capital-vienna",
- "_to" : "worldVertices/country-austria",
- "_rev" : "_WpTBFOq--D",
+ "_key" : "36073",
+ "_id" : "worldEdges/36073",
+ "_from" : "worldVertices/country-bangladesh",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZdi--J",
"type" : "is-in"
},
{
- "_key" : "35987",
- "_id" : "worldEdges/35987",
- "_from" : "worldVertices/country-czech-republic",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOW--_",
- "type" : "is-in"
- },
- {
- "_key" : "36014",
- "_id" : "worldEdges/36014",
- "_from" : "worldVertices/capital-algiers",
- "_to" : "worldVertices/country-algeria",
- "_rev" : "_WpTBFOa--_",
- "type" : "is-in"
- },
- {
- "_key" : "35918",
- "_id" : "worldEdges/35918",
- "_from" : "worldVertices/country-austria",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WpTBFOK--_",
- "type" : "is-in"
- },
- {
- "_key" : "35930",
- "_id" : "worldEdges/35930",
+ "_key" : "36076",
+ "_id" : "worldEdges/36076",
"_from" : "worldVertices/country-barbados",
"_to" : "worldVertices/continent-north-america",
- "_rev" : "_WpTBFOK--H",
+ "_rev" : "_WtcBZdi--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36241",
+ "_id" : "worldEdges/36241",
+ "_from" : "worldVertices/capital-phnom-penh",
+ "_to" : "worldVertices/country-cambodia",
+ "_rev" : "_WtcBZeC--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36178",
+ "_id" : "worldEdges/36178",
+ "_from" : "worldVertices/capital-bogota",
+ "_to" : "worldVertices/country-colombia",
+ "_rev" : "_WtcBZd2--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36265",
+ "_id" : "worldEdges/36265",
+ "_from" : "worldVertices/capital-tirana",
+ "_to" : "worldVertices/country-albania",
+ "_rev" : "_WtcBZeG--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36025",
+ "_id" : "worldEdges/36025",
+ "_from" : "worldVertices/continent-asia",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WtcBZda--N",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36160",
+ "_id" : "worldEdges/36160",
+ "_from" : "worldVertices/capital-algiers",
+ "_to" : "worldVertices/country-algeria",
+ "_rev" : "_WtcBZdy--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36238",
+ "_id" : "worldEdges/36238",
+ "_from" : "worldVertices/capital-paris",
+ "_to" : "worldVertices/country-france",
+ "_rev" : "_WtcBZeC--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36145",
+ "_id" : "worldEdges/36145",
+ "_from" : "worldVertices/country-eritrea",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdu--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36021",
+ "_id" : "worldEdges/36021",
+ "_from" : "worldVertices/continent-africa",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WtcBZda--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36037",
+ "_id" : "worldEdges/36037",
+ "_from" : "worldVertices/continent-south-america",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WtcBZde--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36100",
+ "_id" : "worldEdges/36100",
+ "_from" : "worldVertices/country-bulgaria",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdm--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36115",
+ "_id" : "worldEdges/36115",
+ "_from" : "worldVertices/country-canada",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WtcBZdq--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36169",
+ "_id" : "worldEdges/36169",
+ "_from" : "worldVertices/capital-bandar-seri-begawan",
+ "_to" : "worldVertices/country-brunei",
+ "_rev" : "_WtcBZdy--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36124",
+ "_id" : "worldEdges/36124",
+ "_from" : "worldVertices/country-colombia",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WtcBZdq--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36187",
+ "_id" : "worldEdges/36187",
+ "_from" : "worldVertices/capital-brussels",
+ "_to" : "worldVertices/country-belgium",
+ "_rev" : "_WtcBZd2--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36034",
+ "_id" : "worldEdges/36034",
+ "_from" : "worldVertices/continent-north-america",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WtcBZde--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36256",
+ "_id" : "worldEdges/36256",
+ "_from" : "worldVertices/capital-sarajevo",
+ "_to" : "worldVertices/country-bosnia-and-herzegovina",
+ "_rev" : "_WtcBZeC--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36193",
+ "_id" : "worldEdges/36193",
+ "_from" : "worldVertices/capital-bujumbura",
+ "_to" : "worldVertices/country-burundi",
+ "_rev" : "_WtcBZd2--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36097",
+ "_id" : "worldEdges/36097",
+ "_from" : "worldVertices/country-brunei",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZdm--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36277",
+ "_id" : "worldEdges/36277",
+ "_from" : "worldVertices/capital-zagreb",
+ "_to" : "worldVertices/country-croatia",
+ "_rev" : "_WtcBZeG--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36148",
+ "_id" : "worldEdges/36148",
+ "_from" : "worldVertices/country-finland",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdu--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36268",
+ "_id" : "worldEdges/36268",
+ "_from" : "worldVertices/capital-vienna",
+ "_to" : "worldVertices/country-austria",
+ "_rev" : "_WtcBZeG--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36247",
+ "_id" : "worldEdges/36247",
+ "_from" : "worldVertices/capital-quito",
+ "_to" : "worldVertices/country-ecuador",
+ "_rev" : "_WtcBZeC--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36121",
+ "_id" : "worldEdges/36121",
+ "_from" : "worldVertices/country-chile",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WtcBZdq--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36118",
+ "_id" : "worldEdges/36118",
+ "_from" : "worldVertices/country-chad",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdq--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36205",
+ "_id" : "worldEdges/36205",
+ "_from" : "worldVertices/capital-dhaka",
+ "_to" : "worldVertices/country-bangladesh",
+ "_rev" : "_WtcBZd6--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36274",
+ "_id" : "worldEdges/36274",
+ "_from" : "worldVertices/capital-yaounde",
+ "_to" : "worldVertices/country-cameroon",
+ "_rev" : "_WtcBZeG--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36175",
+ "_id" : "worldEdges/36175",
+ "_from" : "worldVertices/capital-berlin",
+ "_to" : "worldVertices/country-germany",
+ "_rev" : "_WtcBZd2--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36250",
+ "_id" : "worldEdges/36250",
+ "_from" : "worldVertices/capital-saint-john-s",
+ "_to" : "worldVertices/country-antigua-and-barbuda",
+ "_rev" : "_WtcBZeC--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36199",
+ "_id" : "worldEdges/36199",
+ "_from" : "worldVertices/capital-canberra",
+ "_to" : "worldVertices/country-australia",
+ "_rev" : "_WtcBZd6--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36157",
+ "_id" : "worldEdges/36157",
+ "_from" : "worldVertices/country-people-s-republic-of-china",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZdy--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36163",
+ "_id" : "worldEdges/36163",
+ "_from" : "worldVertices/capital-andorra-la-vella",
+ "_to" : "worldVertices/country-andorra",
+ "_rev" : "_WtcBZdy--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36088",
+ "_id" : "worldEdges/36088",
+ "_from" : "worldVertices/country-bosnia-and-herzegovina",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdm--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36085",
+ "_id" : "worldEdges/36085",
+ "_from" : "worldVertices/country-bolivia",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WtcBZdm--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36139",
+ "_id" : "worldEdges/36139",
+ "_from" : "worldVertices/country-ecuador",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WtcBZdu--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36190",
+ "_id" : "worldEdges/36190",
+ "_from" : "worldVertices/capital-buenos-aires",
+ "_to" : "worldVertices/country-argentina",
+ "_rev" : "_WtcBZd2--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36244",
+ "_id" : "worldEdges/36244",
+ "_from" : "worldVertices/capital-prague",
+ "_to" : "worldVertices/country-czech-republic",
+ "_rev" : "_WtcBZeC--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36103",
+ "_id" : "worldEdges/36103",
+ "_from" : "worldVertices/country-burkina-faso",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdm--N",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36064",
+ "_id" : "worldEdges/36064",
+ "_from" : "worldVertices/country-austria",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdi--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36217",
+ "_id" : "worldEdges/36217",
+ "_from" : "worldVertices/capital-la-paz",
+ "_to" : "worldVertices/country-bolivia",
+ "_rev" : "_WtcBZe---_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36067",
+ "_id" : "worldEdges/36067",
+ "_from" : "worldVertices/country-bahamas",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WtcBZdi--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36229",
+ "_id" : "worldEdges/36229",
+ "_from" : "worldVertices/capital-n-djamena",
+ "_to" : "worldVertices/country-chad",
+ "_rev" : "_WtcBZe---H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36211",
+ "_id" : "worldEdges/36211",
+ "_from" : "worldVertices/capital-helsinki",
+ "_to" : "worldVertices/country-finland",
+ "_rev" : "_WtcBZd6--J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36043",
+ "_id" : "worldEdges/36043",
+ "_from" : "worldVertices/country-albania",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZde--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36226",
+ "_id" : "worldEdges/36226",
+ "_from" : "worldVertices/capital-nassau",
+ "_to" : "worldVertices/country-bahamas",
+ "_rev" : "_WtcBZe---F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36109",
+ "_id" : "worldEdges/36109",
+ "_from" : "worldVertices/country-cambodia",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZdq--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36208",
+ "_id" : "worldEdges/36208",
+ "_from" : "worldVertices/capital-gaborone",
+ "_to" : "worldVertices/country-botswana",
+ "_rev" : "_WtcBZd6--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36262",
+ "_id" : "worldEdges/36262",
+ "_from" : "worldVertices/capital-thimphu",
+ "_to" : "worldVertices/country-bhutan",
+ "_rev" : "_WtcBZeG--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36058",
+ "_id" : "worldEdges/36058",
+ "_from" : "worldVertices/country-argentina",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WtcBZdi--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36061",
+ "_id" : "worldEdges/36061",
+ "_from" : "worldVertices/country-australia",
+ "_to" : "worldVertices/continent-australia",
+ "_rev" : "_WtcBZdi--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36181",
+ "_id" : "worldEdges/36181",
+ "_from" : "worldVertices/capital-brasilia",
+ "_to" : "worldVertices/country-brazil",
+ "_rev" : "_WtcBZd2--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36271",
+ "_id" : "worldEdges/36271",
+ "_from" : "worldVertices/capital-yamoussoukro",
+ "_to" : "worldVertices/country-cote-d-ivoire",
+ "_rev" : "_WtcBZeG--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36196",
+ "_id" : "worldEdges/36196",
+ "_from" : "worldVertices/capital-cairo",
+ "_to" : "worldVertices/country-egypt",
+ "_rev" : "_WtcBZd6--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36112",
+ "_id" : "worldEdges/36112",
+ "_from" : "worldVertices/country-cameroon",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdq--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36214",
+ "_id" : "worldEdges/36214",
+ "_from" : "worldVertices/capital-kabul",
+ "_to" : "worldVertices/country-afghanistan",
+ "_rev" : "_WtcBZd6--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36127",
+ "_id" : "worldEdges/36127",
+ "_from" : "worldVertices/country-cote-d-ivoire",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdq--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36232",
+ "_id" : "worldEdges/36232",
+ "_from" : "worldVertices/capital-ottawa",
+ "_to" : "worldVertices/country-canada",
+ "_rev" : "_WtcBZe---J",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36094",
+ "_id" : "worldEdges/36094",
+ "_from" : "worldVertices/country-brazil",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WtcBZdm--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36028",
+ "_id" : "worldEdges/36028",
+ "_from" : "worldVertices/continent-australia",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WtcBZda--P",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36133",
+ "_id" : "worldEdges/36133",
+ "_from" : "worldVertices/country-czech-republic",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdu--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36151",
+ "_id" : "worldEdges/36151",
+ "_from" : "worldVertices/country-france",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZdu--N",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36049",
+ "_id" : "worldEdges/36049",
+ "_from" : "worldVertices/country-andorra",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WtcBZde--L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36166",
+ "_id" : "worldEdges/36166",
+ "_from" : "worldVertices/capital-asmara",
+ "_to" : "worldVertices/country-eritrea",
+ "_rev" : "_WtcBZdy--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36091",
+ "_id" : "worldEdges/36091",
+ "_from" : "worldVertices/country-botswana",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdm--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36184",
+ "_id" : "worldEdges/36184",
+ "_from" : "worldVertices/capital-bridgetown",
+ "_to" : "worldVertices/country-barbados",
+ "_rev" : "_WtcBZd2--F",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36082",
+ "_id" : "worldEdges/36082",
+ "_from" : "worldVertices/country-bhutan",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZdm--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36223",
+ "_id" : "worldEdges/36223",
+ "_from" : "worldVertices/capital-manama",
+ "_to" : "worldVertices/country-bahrain",
+ "_rev" : "_WtcBZe---D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36202",
+ "_id" : "worldEdges/36202",
+ "_from" : "worldVertices/capital-copenhagen",
+ "_to" : "worldVertices/country-denmark",
+ "_rev" : "_WtcBZd6--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36142",
+ "_id" : "worldEdges/36142",
+ "_from" : "worldVertices/country-egypt",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdu--H",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36259",
+ "_id" : "worldEdges/36259",
+ "_from" : "worldVertices/capital-sofia",
+ "_to" : "worldVertices/country-bulgaria",
+ "_rev" : "_WtcBZeG--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36235",
+ "_id" : "worldEdges/36235",
+ "_from" : "worldVertices/capital-ouagadougou",
+ "_to" : "worldVertices/country-burkina-faso",
+ "_rev" : "_WtcBZe---L",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36106",
+ "_id" : "worldEdges/36106",
+ "_from" : "worldVertices/country-burundi",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WtcBZdm--P",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "36040",
+ "_id" : "worldEdges/36040",
+ "_from" : "worldVertices/country-afghanistan",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WtcBZde--F",
"type" : "is-in"
}
]
diff --git a/Documentation/Examples/joinTuples.generated b/Documentation/Examples/joinTuples.generated
index 92fd4e5f66..eec5ae476f 100644
--- a/Documentation/Examples/joinTuples.generated
+++ b/Documentation/Examples/joinTuples.generated
@@ -14,10 +14,6 @@
}
@R
[
- {
- "user": "Abigail",
- "friendId": 2
- },
{
"user": "Abigail",
"friendId": 3
@@ -27,13 +23,17 @@
"friendId": 4
},
{
- "user": "Mary",
- "friendId": 1
+ "user": "Abigail",
+ "friendId": 2
},
{
"user": "Mary",
"friendId": 4
},
+ {
+ "user": "Mary",
+ "friendId": 1
+ },
{
"user": "Mariah",
"friendId": 1
diff --git a/Documentation/Examples/queryLimit.generated b/Documentation/Examples/queryLimit.generated
index 3262206edc..333d6b3c47 100644
--- a/Documentation/Examples/queryLimit.generated
+++ b/Documentation/Examples/queryLimit.generated
@@ -1,48 +1,48 @@
arangosh> db.five.all().toArray();
[
{
- "_key" : "36612",
- "_id" : "five/36612",
- "_rev" : "_WpTBFaK--D",
+ "_key" : "36806",
+ "_id" : "five/36806",
+ "_rev" : "_WtcBZl---F",
"name" : "four"
},
{
- "_key" : "36602",
- "_id" : "five/36602",
- "_rev" : "_WpTBFaG--_",
+ "_key" : "36796",
+ "_id" : "five/36796",
+ "_rev" : "_WtcBZl---_",
"name" : "one"
},
{
- "_key" : "36615",
- "_id" : "five/36615",
- "_rev" : "_WpTBFaK--F",
- "name" : "five"
+ "_key" : "36800",
+ "_id" : "five/36800",
+ "_rev" : "_WtcBZl---B",
+ "name" : "two"
},
{
- "_key" : "36609",
- "_id" : "five/36609",
- "_rev" : "_WpTBFaK--B",
+ "_key" : "36803",
+ "_id" : "five/36803",
+ "_rev" : "_WtcBZl---D",
"name" : "three"
},
{
- "_key" : "36606",
- "_id" : "five/36606",
- "_rev" : "_WpTBFaK--_",
- "name" : "two"
+ "_key" : "36809",
+ "_id" : "five/36809",
+ "_rev" : "_WtcBZlC--_",
+ "name" : "five"
}
]
arangosh> db.five.all().limit(2).toArray();
[
{
- "_key" : "36612",
- "_id" : "five/36612",
- "_rev" : "_WpTBFaK--D",
+ "_key" : "36806",
+ "_id" : "five/36806",
+ "_rev" : "_WtcBZl---F",
"name" : "four"
},
{
- "_key" : "36602",
- "_id" : "five/36602",
- "_rev" : "_WpTBFaG--_",
+ "_key" : "36796",
+ "_id" : "five/36796",
+ "_rev" : "_WtcBZl---_",
"name" : "one"
}
]
diff --git a/Documentation/Examples/querySkip.generated b/Documentation/Examples/querySkip.generated
index 044f67caa2..a2a3e72ce6 100644
--- a/Documentation/Examples/querySkip.generated
+++ b/Documentation/Examples/querySkip.generated
@@ -1,48 +1,48 @@
arangosh> db.five.all().toArray();
[
{
- "_key" : "36628",
- "_id" : "five/36628",
- "_rev" : "_WpTBFbe--B",
- "name" : "two"
+ "_key" : "36818",
+ "_id" : "five/36818",
+ "_rev" : "_WtcBZmG--_",
+ "name" : "one"
},
{
- "_key" : "36631",
- "_id" : "five/36631",
- "_rev" : "_WpTBFbe--D",
- "name" : "three"
- },
- {
- "_key" : "36634",
- "_id" : "five/36634",
- "_rev" : "_WpTBFbe--F",
- "name" : "four"
- },
- {
- "_key" : "36637",
- "_id" : "five/36637",
- "_rev" : "_WpTBFbe--H",
+ "_key" : "36831",
+ "_id" : "five/36831",
+ "_rev" : "_WtcBZmK--D",
"name" : "five"
},
{
- "_key" : "36624",
- "_id" : "five/36624",
- "_rev" : "_WpTBFbe--_",
- "name" : "one"
+ "_key" : "36825",
+ "_id" : "five/36825",
+ "_rev" : "_WtcBZmK--_",
+ "name" : "three"
+ },
+ {
+ "_key" : "36828",
+ "_id" : "five/36828",
+ "_rev" : "_WtcBZmK--B",
+ "name" : "four"
+ },
+ {
+ "_key" : "36822",
+ "_id" : "five/36822",
+ "_rev" : "_WtcBZmG--B",
+ "name" : "two"
}
]
arangosh> db.five.all().skip(3).toArray();
[
{
- "_key" : "36637",
- "_id" : "five/36637",
- "_rev" : "_WpTBFbe--H",
- "name" : "five"
+ "_key" : "36828",
+ "_id" : "five/36828",
+ "_rev" : "_WtcBZmK--B",
+ "name" : "four"
},
{
- "_key" : "36624",
- "_id" : "five/36624",
- "_rev" : "_WpTBFbe--_",
- "name" : "one"
+ "_key" : "36822",
+ "_id" : "five/36822",
+ "_rev" : "_WtcBZmG--B",
+ "name" : "two"
}
]
diff --git a/Documentation/Examples/usingToArray.generated b/Documentation/Examples/usingToArray.generated
index 5642c8be80..f85d4aa855 100644
--- a/Documentation/Examples/usingToArray.generated
+++ b/Documentation/Examples/usingToArray.generated
@@ -1,36 +1,36 @@
arangosh> db._create("five")
-[ArangoCollection 36674, "five" (type document, status loaded)]
+[ArangoCollection 36868, "five" (type document, status loaded)]
arangosh> for (i = 0; i < 5; i++) db.five.save({value:i})
arangosh> db.five.toArray()
[
{
- "_key" : "36685",
- "_id" : "five/36685",
- "_rev" : "_WpTBFlC--B",
- "value" : 2
- },
- {
- "_key" : "36691",
- "_id" : "five/36691",
- "_rev" : "_WpTBFlC--F",
- "value" : 4
- },
- {
- "_key" : "36688",
- "_id" : "five/36688",
- "_rev" : "_WpTBFlC--D",
- "value" : 3
- },
- {
- "_key" : "36678",
- "_id" : "five/36678",
- "_rev" : "_WpTBFl---_",
+ "_key" : "36872",
+ "_id" : "five/36872",
+ "_rev" : "_WtcBZue--_",
"value" : 0
},
{
- "_key" : "36682",
- "_id" : "five/36682",
- "_rev" : "_WpTBFlC--_",
+ "_key" : "36879",
+ "_id" : "five/36879",
+ "_rev" : "_WtcBZue--D",
+ "value" : 2
+ },
+ {
+ "_key" : "36885",
+ "_id" : "five/36885",
+ "_rev" : "_WtcBZue--H",
+ "value" : 4
+ },
+ {
+ "_key" : "36876",
+ "_id" : "five/36876",
+ "_rev" : "_WtcBZue--B",
"value" : 1
+ },
+ {
+ "_key" : "36882",
+ "_id" : "five/36882",
+ "_rev" : "_WtcBZue--F",
+ "value" : 3
}
]
diff --git a/Documentation/Examples/working_with_date_time.generated b/Documentation/Examples/working_with_date_time.generated
index 1832d24e5c..29544ffc6d 100644
--- a/Documentation/Examples/working_with_date_time.generated
+++ b/Documentation/Examples/working_with_date_time.generated
@@ -1,28 +1,28 @@
arangosh> db._create("exampleTime");
-[ArangoCollection 36695, "exampleTime" (type document, status loaded)]
+[ArangoCollection 36889, "exampleTime" (type document, status loaded)]
arangosh> var timestamps = ["2014-05-07T14:19:09.522","2014-05-07T21:19:09.522","2014-05-08T04:19:09.522","2014-05-08T11:19:09.522","2014-05-08T18:19:09.522"];
arangosh> for (i = 0; i < 5; i++) db.exampleTime.save({value:i, ts: timestamps[i]})
arangosh> db._query("FOR d IN exampleTime FILTER d.ts > '2014-05-07T14:19:09.522' and d.ts < '2014-05-08T18:19:09.522' RETURN d").toArray()
[
{
- "_key" : "36706",
- "_id" : "exampleTime/36706",
- "_rev" : "_WpTBFnS--B",
- "value" : 2,
- "ts" : "2014-05-08T04:19:09.522"
+ "_key" : "36903",
+ "_id" : "exampleTime/36903",
+ "_rev" : "_WtcBZve--F",
+ "value" : 3,
+ "ts" : "2014-05-08T11:19:09.522"
},
{
- "_key" : "36703",
- "_id" : "exampleTime/36703",
- "_rev" : "_WpTBFnS--_",
+ "_key" : "36897",
+ "_id" : "exampleTime/36897",
+ "_rev" : "_WtcBZve--B",
"value" : 1,
"ts" : "2014-05-07T21:19:09.522"
},
{
- "_key" : "36709",
- "_id" : "exampleTime/36709",
- "_rev" : "_WpTBFnS--D",
- "value" : 3,
- "ts" : "2014-05-08T11:19:09.522"
+ "_key" : "36900",
+ "_id" : "exampleTime/36900",
+ "_rev" : "_WtcBZve--D",
+ "value" : 2,
+ "ts" : "2014-05-08T04:19:09.522"
}
]