diff --git a/Documentation/Examples/001_collectionAll.generated b/Documentation/Examples/001_collectionAll.generated
index ff0b86db13..3906b5fcc1 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/107",
- "_key" : "107",
- "_rev" : "_WgE5icG--_"
-}
-arangosh> db.five.save({ name : "two" });
-{
- "_id" : "five/111",
- "_key" : "111",
- "_rev" : "_WgE5icW--_"
-}
-arangosh> db.five.save({ name : "three" });
{
"_id" : "five/114",
"_key" : "114",
- "_rev" : "_WgE5ica--_"
+ "_rev" : "_WnWWtNC--_"
+}
+arangosh> db.five.save({ name : "two" });
+{
+ "_id" : "five/118",
+ "_key" : "118",
+ "_rev" : "_WnWWtNG--_"
+}
+arangosh> db.five.save({ name : "three" });
+{
+ "_id" : "five/121",
+ "_key" : "121",
+ "_rev" : "_WnWWtNG--B"
}
arangosh> db.five.save({ name : "four" });
{
- "_id" : "five/117",
- "_key" : "117",
- "_rev" : "_WgE5ice--_"
+ "_id" : "five/124",
+ "_key" : "124",
+ "_rev" : "_WnWWtNG--D"
}
arangosh> db.five.save({ name : "five" });
{
- "_id" : "five/120",
- "_key" : "120",
- "_rev" : "_WgE5ici--_"
+ "_id" : "five/127",
+ "_key" : "127",
+ "_rev" : "_WnWWtNG--F"
}
arangosh> db.five.all().toArray();
[
{
"_key" : "114",
"_id" : "five/114",
- "_rev" : "_WgE5ica--_",
- "name" : "three"
- },
- {
- "_key" : "117",
- "_id" : "five/117",
- "_rev" : "_WgE5ice--_",
- "name" : "four"
- },
- {
- "_key" : "107",
- "_id" : "five/107",
- "_rev" : "_WgE5icG--_",
+ "_rev" : "_WnWWtNC--_",
"name" : "one"
},
{
- "_key" : "120",
- "_id" : "five/120",
- "_rev" : "_WgE5ici--_",
+ "_key" : "124",
+ "_id" : "five/124",
+ "_rev" : "_WnWWtNG--D",
+ "name" : "four"
+ },
+ {
+ "_key" : "127",
+ "_id" : "five/127",
+ "_rev" : "_WnWWtNG--F",
"name" : "five"
},
{
- "_key" : "111",
- "_id" : "five/111",
- "_rev" : "_WgE5icW--_",
+ "_key" : "121",
+ "_id" : "five/121",
+ "_rev" : "_WnWWtNG--B",
+ "name" : "three"
+ },
+ {
+ "_key" : "118",
+ "_id" : "five/118",
+ "_rev" : "_WnWWtNG--_",
"name" : "two"
}
]
diff --git a/Documentation/Examples/002_collectionAllNext.generated b/Documentation/Examples/002_collectionAllNext.generated
index 27823feffb..043761bba0 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/139",
- "_key" : "139",
- "_rev" : "_WgE5joG--_"
+ "_id" : "five/137",
+ "_key" : "137",
+ "_rev" : "_WnWWtOK--_"
}
arangosh> db.five.save({ name : "two" });
{
- "_id" : "five/143",
- "_key" : "143",
- "_rev" : "_WgE5joG--B"
+ "_id" : "five/141",
+ "_key" : "141",
+ "_rev" : "_WnWWtOK--B"
}
arangosh> db.five.save({ name : "three" });
{
- "_id" : "five/146",
- "_key" : "146",
- "_rev" : "_WgE5joK--_"
+ "_id" : "five/144",
+ "_key" : "144",
+ "_rev" : "_WnWWtOO--_"
}
arangosh> db.five.save({ name : "four" });
{
- "_id" : "five/149",
- "_key" : "149",
- "_rev" : "_WgE5joO--_"
+ "_id" : "five/147",
+ "_key" : "147",
+ "_rev" : "_WnWWtOS--_"
}
arangosh> db.five.save({ name : "five" });
{
- "_id" : "five/152",
- "_key" : "152",
- "_rev" : "_WgE5joS--_"
+ "_id" : "five/150",
+ "_key" : "150",
+ "_rev" : "_WnWWtOW--_"
}
arangosh> db.five.all().limit(2).toArray();
[
{
- "_key" : "139",
- "_id" : "five/139",
- "_rev" : "_WgE5joG--_",
- "name" : "one"
+ "_key" : "141",
+ "_id" : "five/141",
+ "_rev" : "_WnWWtOK--B",
+ "name" : "two"
},
{
- "_key" : "149",
- "_id" : "five/149",
- "_rev" : "_WgE5joO--_",
+ "_key" : "147",
+ "_id" : "five/147",
+ "_rev" : "_WnWWtOS--_",
"name" : "four"
}
]
diff --git a/Documentation/Examples/003_collectionByExample.generated b/Documentation/Examples/003_collectionByExample.generated
index d75da5e2c7..cd0b8e4070 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/161",
- "_key" : "161",
- "_rev" : "_WgE5kCG--_"
+ "_id" : "users/159",
+ "_key" : "159",
+ "_rev" : "_WnWWtPi--_"
}
arangosh> db.users.save({ name: "Helmut" });
{
- "_id" : "users/165",
- "_key" : "165",
- "_rev" : "_WgE5kCO--_"
+ "_id" : "users/163",
+ "_key" : "163",
+ "_rev" : "_WnWWtPm--_"
}
arangosh> db.users.save({ name: "Angela" });
{
- "_id" : "users/168",
- "_key" : "168",
- "_rev" : "_WgE5kCS--_"
+ "_id" : "users/166",
+ "_key" : "166",
+ "_rev" : "_WnWWtPm--B"
}
arangosh> db.users.all().toArray();
[
{
- "_key" : "165",
- "_id" : "users/165",
- "_rev" : "_WgE5kCO--_",
- "name" : "Helmut"
- },
- {
- "_key" : "168",
- "_id" : "users/168",
- "_rev" : "_WgE5kCS--_",
+ "_key" : "166",
+ "_id" : "users/166",
+ "_rev" : "_WnWWtPm--B",
"name" : "Angela"
},
{
- "_key" : "161",
- "_id" : "users/161",
- "_rev" : "_WgE5kCG--_",
+ "_key" : "159",
+ "_id" : "users/159",
+ "_rev" : "_WnWWtPi--_",
"name" : "Gerhard"
+ },
+ {
+ "_key" : "163",
+ "_id" : "users/163",
+ "_rev" : "_WnWWtPm--_",
+ "name" : "Helmut"
}
]
arangosh> db.users.byExample({ "_id" : "users/20" }).toArray();
@@ -42,9 +42,9 @@ arangosh> db.users.byExample({ "_id" : "name" : "Gerhard" }).toArray();
[
{
- "_key" : "161",
- "_id" : "users/161",
- "_rev" : "_WgE5kCG--_",
+ "_key" : "159",
+ "_id" : "users/159",
+ "_rev" : "_WnWWtPi--_",
"name" : "Gerhard"
}
]
diff --git a/Documentation/Examples/004_collectionByExampleNext.generated b/Documentation/Examples/004_collectionByExampleNext.generated
index e601669574..43d6a50e51 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/180",
- "_key" : "180",
- "_rev" : "_WgE5kaG--_"
+ "_id" : "users/178",
+ "_key" : "178",
+ "_rev" : "_WnWWtQy--_"
}
arangosh> db.users.save({ name: "Helmut" });
{
- "_id" : "users/184",
- "_key" : "184",
- "_rev" : "_WgE5kaK--_"
+ "_id" : "users/182",
+ "_key" : "182",
+ "_rev" : "_WnWWtQy--B"
}
arangosh> db.users.save({ name: "Angela" });
{
- "_id" : "users/187",
- "_key" : "187",
- "_rev" : "_WgE5kaO--_"
+ "_id" : "users/185",
+ "_key" : "185",
+ "_rev" : "_WnWWtQ2--_"
}
arangosh> var a = db.users.byExample( {"name" : "Angela" } );
arangosh> while (a.hasNext()) print(a.next());
{
- "_key" : "187",
- "_id" : "users/187",
- "_rev" : "_WgE5kaO--_",
+ "_key" : "185",
+ "_id" : "users/185",
+ "_rev" : "_WnWWtQ2--_",
"name" : "Angela"
}
diff --git a/Documentation/Examples/005_collectionRange.generated b/Documentation/Examples/005_collectionRange.generated
index 3007877814..11dc002ff7 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/195",
+ "id" : "old/194",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,34 +13,34 @@ arangosh> db.old.ensureIndex({ type: age: 15 });
{
- "_id" : "old/198",
- "_key" : "198",
- "_rev" : "_WgE5lPO--_"
+ "_id" : "old/197",
+ "_key" : "197",
+ "_rev" : "_WnWWtSO--_"
}
arangosh> db.old.save({ age: 25 });
{
- "_id" : "old/202",
- "_key" : "202",
- "_rev" : "_WgE5lPS--_"
+ "_id" : "old/201",
+ "_key" : "201",
+ "_rev" : "_WnWWtSS--_"
}
arangosh> db.old.save({ age: 30 });
{
- "_id" : "old/205",
- "_key" : "205",
- "_rev" : "_WgE5lPW--_"
+ "_id" : "old/204",
+ "_key" : "204",
+ "_rev" : "_WnWWtSW--_"
}
arangosh> db.old.range("age", 10, 30).toArray();
[
{
- "_key" : "198",
- "_id" : "old/198",
- "_rev" : "_WgE5lPO--_",
+ "_key" : "197",
+ "_id" : "old/197",
+ "_rev" : "_WnWWtSO--_",
"age" : 15
},
{
- "_key" : "202",
- "_id" : "old/202",
- "_rev" : "_WgE5lPS--_",
+ "_key" : "201",
+ "_id" : "old/201",
+ "_rev" : "_WnWWtSS--_",
"age" : 25
}
]
diff --git a/Documentation/Examples/006_collectionClosedRange.generated b/Documentation/Examples/006_collectionClosedRange.generated
index 716d5bfaa4..21c0383589 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/214",
+ "id" : "old/213",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,40 +13,40 @@ arangosh> db.old.ensureIndex({ type: age: 15 });
{
- "_id" : "old/217",
- "_key" : "217",
- "_rev" : "_WgE5mAq--_"
+ "_id" : "old/216",
+ "_key" : "216",
+ "_rev" : "_WnWWtU---_"
}
arangosh> db.old.save({ age: 25 });
{
- "_id" : "old/221",
- "_key" : "221",
- "_rev" : "_WgE5mAy--_"
+ "_id" : "old/220",
+ "_key" : "220",
+ "_rev" : "_WnWWtUC--_"
}
arangosh> db.old.save({ age: 30 });
{
- "_id" : "old/224",
- "_key" : "224",
- "_rev" : "_WgE5mA2--_"
+ "_id" : "old/223",
+ "_key" : "223",
+ "_rev" : "_WnWWtUC--B"
}
arangosh> db.old.closedRange("age", 10, 30).toArray();
[
{
- "_key" : "217",
- "_id" : "old/217",
- "_rev" : "_WgE5mAq--_",
+ "_key" : "216",
+ "_id" : "old/216",
+ "_rev" : "_WnWWtU---_",
"age" : 15
},
{
- "_key" : "221",
- "_id" : "old/221",
- "_rev" : "_WgE5mAy--_",
+ "_key" : "220",
+ "_id" : "old/220",
+ "_rev" : "_WnWWtUC--_",
"age" : 25
},
{
- "_key" : "224",
- "_id" : "old/224",
- "_rev" : "_WgE5mA2--_",
+ "_key" : "223",
+ "_id" : "old/223",
+ "_rev" : "_WnWWtUC--B",
"age" : 30
}
]
diff --git a/Documentation/Examples/007_collectionNear.generated b/Documentation/Examples/007_collectionNear.generated
index 1acd2b0010..a44569bd60 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/233",
+ "id" : "geo/232",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -22,9 +22,9 @@ arangosh> for (v
arangosh> db.geo.near(0, 0).limit(2).toArray();
[
{
- "_key" : "1290",
- "_id" : "geo/1290",
- "_rev" : "_WgE5m36--J",
+ "_key" : "1289",
+ "_id" : "geo/1289",
+ "_rev" : "_WnWWtW2--Z",
"name" : "Name/0/0",
"loc" : [
0,
@@ -32,9 +32,9 @@ arangosh> db.geo.near(0, "_key" : "1179",
- "_id" : "geo/1179",
- "_rev" : "_WgE5m3q--J",
+ "_key" : "1178",
+ "_id" : "geo/1178",
+ "_rev" : "_WnWWtWu--N",
"name" : "Name/-10/0",
"loc" : [
-10,
diff --git a/Documentation/Examples/008_collectionNearDistance.generated b/Documentation/Examples/008_collectionNearDistance.generated
index d09bdf2027..5b74d97a0e 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/2354",
+ "id" : "geo/2353",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -23,9 +23,9 @@ arangosh> db.geo.near(0, "distance" : 0,
- "_id" : "geo/3411",
- "_key" : "3411",
- "_rev" : "_WgE5nzW--_",
+ "_id" : "geo/3410",
+ "_key" : "3410",
+ "_rev" : "_WnWWtci--H",
"loc" : [
0,
0
@@ -34,9 +34,9 @@ arangosh> db.geo.near(0, "distance" : 1111949.2664455874,
- "_id" : "geo/3300",
- "_key" : "3300",
- "_rev" : "_WgE5nzG--_",
+ "_id" : "geo/3299",
+ "_key" : "3299",
+ "_rev" : "_WnWWtcW--F",
"loc" : [
-10,
0
diff --git a/Documentation/Examples/009_collectionWithin.generated b/Documentation/Examples/009_collectionWithin.generated
index c5aca99d43..fbcd37fdb5 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/5532",
- "_key" : "5532",
- "_rev" : "_WgE5oxu--N",
+ "_id" : "geo/5531",
+ "_key" : "5531",
+ "_rev" : "_WnWWtgq--V",
"loc" : [
0,
0
@@ -16,9 +16,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5421",
- "_key" : "5421",
- "_rev" : "_WgE5oxe--F",
+ "_id" : "geo/5420",
+ "_key" : "5420",
+ "_rev" : "_WnWWtgi--H",
"loc" : [
-10,
0
@@ -27,9 +27,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5535",
- "_key" : "5535",
- "_rev" : "_WgE5oxu--P",
+ "_id" : "geo/5534",
+ "_key" : "5534",
+ "_rev" : "_WnWWtgq--X",
"loc" : [
0,
10
@@ -38,9 +38,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5643",
- "_key" : "5643",
- "_rev" : "_WgE5oy---N",
+ "_id" : "geo/5642",
+ "_key" : "5642",
+ "_rev" : "_WnWWtg2--C",
"loc" : [
10,
0
@@ -49,9 +49,9 @@ arangosh> db.geo.within(0, "distance" : 1111949.2664455874,
- "_id" : "geo/5529",
- "_key" : "5529",
- "_rev" : "_WgE5oxu--L",
+ "_id" : "geo/5528",
+ "_key" : "5528",
+ "_rev" : "_WnWWtgq--T",
"loc" : [
0,
-10
@@ -60,9 +60,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5424",
- "_key" : "5424",
- "_rev" : "_WgE5oxe--H",
+ "_id" : "geo/5423",
+ "_key" : "5423",
+ "_rev" : "_WnWWtgi--J",
"loc" : [
-10,
10
@@ -71,9 +71,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5646",
- "_key" : "5646",
- "_rev" : "_WgE5oy---P",
+ "_id" : "geo/5645",
+ "_key" : "5645",
+ "_rev" : "_WnWWtg2--E",
"loc" : [
10,
10
@@ -82,9 +82,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5418",
- "_key" : "5418",
- "_rev" : "_WgE5oxe--D",
+ "_id" : "geo/5417",
+ "_key" : "5417",
+ "_rev" : "_WnWWtgi--F",
"loc" : [
-10,
-10
@@ -93,9 +93,9 @@ arangosh> db.geo.within(0, "distance" : 1568520.556798576,
- "_id" : "geo/5640",
- "_key" : "5640",
- "_rev" : "_WgE5oy---L",
+ "_id" : "geo/5639",
+ "_key" : "5639",
+ "_rev" : "_WnWWtg2--A",
"loc" : [
10,
-10
diff --git a/Documentation/Examples/011_documentsCollectionReplaceByExample.generated b/Documentation/Examples/011_documentsCollectionReplaceByExample.generated
index 88fcda18b0..72cffab946 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/6609",
- "_key" : "6609",
- "_rev" : "_WgE5prm--_"
+ "_id" : "example/6608",
+ "_key" : "6608",
+ "_rev" : "_WnWWtjK--_"
}
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 971caa3373..4cd6d60524 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/6622",
- "_key" : "6622",
- "_rev" : "_WgE5qFm--_"
+ "_id" : "example/6621",
+ "_key" : "6621",
+ "_rev" : "_WnWWtjy--_"
}
arangosh> db.example.updateByExample({ Hello: "world" }, { Hello: "foo", World: "bar" }, false);
1
arangosh> db.example.byExample({ Hello: "foo" }).toArray()
[
{
- "_key" : "6622",
- "_id" : "example/6622",
- "_rev" : "_WgE5qF6---",
+ "_key" : "6621",
+ "_id" : "example/6621",
+ "_rev" : "_WnWWtj2--_",
"Hello" : "foo",
"foo" : "bar",
"World" : "bar"
diff --git a/Documentation/Examples/01_workWithAQL_all.generated b/Documentation/Examples/01_workWithAQL_all.generated
index 1b9cf7150b..3cc0ace227 100644
--- a/Documentation/Examples/01_workWithAQL_all.generated
+++ b/Documentation/Examples/01_workWithAQL_all.generated
@@ -1,10 +1,10 @@
arangosh> db._create("mycollection")
-[ArangoCollection 6632, "mycollection" (type document, status loaded)]
+[ArangoCollection 6631, "mycollection" (type document, status loaded)]
arangosh> db.mycollection.save({ _key: "testKey", Hello : "World" })
{
"_id" : "mycollection/testKey",
"_key" : "testKey",
- "_rev" : "_WgE5qj6--_"
+ "_rev" : "_WnWWtka--_"
}
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 f83cb48814..1d9e39c782 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" : "_WgE5qj6--_",
+ "_rev" : "_WnWWtka--_",
"Hello" : "World"
}
]
diff --git a/Documentation/Examples/03_workWithAQL_getExtra.generated b/Documentation/Examples/03_workWithAQL_getExtra.generated
index 25ab15e1ae..b36fc69e7f 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.0011560916900634766
+ "executionTime" : 0.00038695335388183594
},
"warnings" : [ ]
}
diff --git a/Documentation/Examples/06_workWithAQL_statements12.generated b/Documentation/Examples/06_workWithAQL_statements12.generated
index adee2ab894..dafc4860e3 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.0002448558807373047
+ "executionTime" : 0.00009989738464355469
},
"profile" : {
- "initializing" : 0.0000030994415283203125,
- "parsing" : 0.00005507469177246094,
- "optimizing ast" : 0.000004291534423828125,
- "loading collections" : 0.0000054836273193359375,
- "instantiating plan" : 0.000025510787963867188,
- "optimizing plan" : 0.0000591278076171875,
- "executing" : 0.00005555152893066406,
- "finalizing" : 0.00002288818359375
+ "initializing" : 9.5367431640625e-7,
+ "parsing" : 0.000016927719116210938,
+ "optimizing ast" : 0.0000011920928955078125,
+ "loading collections" : 0.0000019073486328125,
+ "instantiating plan" : 0.0000095367431640625,
+ "optimizing plan" : 0.00003457069396972656,
+ "executing" : 0.000020503997802734375,
+ "finalizing" : 0.00000858306884765625
},
"warnings" : [ ]
}
diff --git a/Documentation/Examples/06_workWithAQL_statementsExtra.generated b/Documentation/Examples/06_workWithAQL_statementsExtra.generated
index dc37a85397..e5dc3483be 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.0013153553009033203
+ "executionTime" : 0.0004172325134277344
},
"warnings" : [ ]
}
@@ -35,7 +35,7 @@ arangosh> db._query({
"filtered" : 0,
"httpRequests" : 0,
"fullCount" : 0,
- "executionTime" : 0.0012688636779785156
+ "executionTime" : 0.0003635883331298828
},
"warnings" : [ ]
}
diff --git a/Documentation/Examples/07_workWithAQL_statementsExplain.generated b/Documentation/Examples/07_workWithAQL_statementsExplain.generated
index 3431d10ee1..1cad53a74d 100644
--- a/Documentation/Examples/07_workWithAQL_statementsExplain.generated
+++ b/Documentation/Examples/07_workWithAQL_statementsExplain.generated
@@ -26,7 +26,8 @@ arangosh> stmt.explain();
"outVariable" : {
"id" : 0,
"name" : "user"
- }
+ },
+ "producesResult" : true
},
{
"type" : "ReturnNode",
diff --git a/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated b/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated
index b56a360884..fec6c375bf 100644
--- a/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated
+++ b/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated
@@ -28,6 +28,7 @@ arangosh> stmt.explain();
"id" : 0,
"name" : "doc"
},
+ "producesResult" : true,
"indexes" : [
{
"id" : "11",
diff --git a/Documentation/Examples/10_workWithAQL_statementsPlansOptimizer2.generated b/Documentation/Examples/10_workWithAQL_statementsPlansOptimizer2.generated
index cc87b820f8..a5ecc468c0 100644
--- a/Documentation/Examples/10_workWithAQL_statementsPlansOptimizer2.generated
+++ b/Documentation/Examples/10_workWithAQL_statementsPlansOptimizer2.generated
@@ -25,7 +25,8 @@ arangosh> stmt.explain({ optimizer: {
"outVariable" : {
"id" : 0,
"name" : "user"
- }
+ },
+ "producesResult" : true
},
{
"type" : "CalculationNode",
diff --git a/Documentation/Examples/AQLEXP_01_axplainer.generated b/Documentation/Examples/AQLEXP_01_axplainer.generated
index e509787ad0..033a28c5a8 100644
--- a/Documentation/Examples/AQLEXP_01_axplainer.generated
+++ b/Documentation/Examples/AQLEXP_01_axplainer.generated
@@ -1,5 +1,5 @@
arangosh> db._create("test");
-[ArangoCollection 6972, "test" (type document, status loaded)]
+[ArangoCollection 6996, "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/7277",
+ "id" : "test/7301",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
diff --git a/Documentation/Examples/AQLEXP_01_explainCreate.generated b/Documentation/Examples/AQLEXP_01_explainCreate.generated
index 795c2008c7..d4e21dcbaa 100644
--- a/Documentation/Examples/AQLEXP_01_explainCreate.generated
+++ b/Documentation/Examples/AQLEXP_01_explainCreate.generated
@@ -26,9 +26,10 @@ arangosh> stmt.explain();
"id" : 0,
"name" : "i"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "7277",
+ "id" : "7301",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_05_explainAllPlans.generated b/Documentation/Examples/AQLEXP_05_explainAllPlans.generated
index 3f652de12c..e66ebe7c8a 100644
--- a/Documentation/Examples/AQLEXP_05_explainAllPlans.generated
+++ b/Documentation/Examples/AQLEXP_05_explainAllPlans.generated
@@ -25,9 +25,10 @@ arangosh> stmt.explain({ allPlans: "id" : 0,
"name" : "i"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "7277",
+ "id" : "7301",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_06_explainUnoptimizedPlans.generated b/Documentation/Examples/AQLEXP_06_explainUnoptimizedPlans.generated
index 7d4897d431..8282ef12e7 100644
--- a/Documentation/Examples/AQLEXP_06_explainUnoptimizedPlans.generated
+++ b/Documentation/Examples/AQLEXP_06_explainUnoptimizedPlans.generated
@@ -24,7 +24,8 @@ arangosh> stmt.explain({ optimizer: { "outVariable" : {
"id" : 0,
"name" : "i"
- }
+ },
+ "producesResult" : true
},
{
"type" : "CalculationNode",
diff --git a/Documentation/Examples/AQLEXP_07_explainSingleRulePlans.generated b/Documentation/Examples/AQLEXP_07_explainSingleRulePlans.generated
index 4ece7581cd..e9a4a518ed 100644
--- a/Documentation/Examples/AQLEXP_07_explainSingleRulePlans.generated
+++ b/Documentation/Examples/AQLEXP_07_explainSingleRulePlans.generated
@@ -24,7 +24,8 @@ arangosh> stmt.explain({ optimizer: { "outVariable" : {
"id" : 0,
"name" : "i"
- }
+ },
+ "producesResult" : true
},
{
"type" : "CalculationNode",
diff --git a/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated b/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated
index 857b503dfe..948c8040bd 100644
--- a/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated
+++ b/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated
@@ -24,9 +24,10 @@ arangosh> stmt.explain({ optimizer: { "id" : 0,
"name" : "i"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "7277",
+ "id" : "7301",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated b/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated
index e0798eb5ca..847bcd5e4f 100644
--- a/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated
+++ b/Documentation/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated
@@ -24,9 +24,10 @@ arangosh> stmt.explain({ maxNumberOfPlans: "id" : 0,
"name" : "i"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "7277",
+ "id" : "7301",
"type" : "skiplist",
"fields" : [
"value"
diff --git a/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated b/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated
index 4db966e14e..29936d7111 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" : "_WgE5ss---B",
+ "_rev" : "_WnWWtt2--_",
"population" : 1000000,
"isCapital" : false,
"loc" : [
@@ -21,7 +21,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Hamburg",
"_id" : "germanCity/Hamburg",
- "_rev" : "_WgE5ss---D",
+ "_rev" : "_WnWWtt2--B",
"population" : 1000000,
"isCapital" : false,
"loc" : [
diff --git a/Documentation/Examples/COMBINING_GRAPH_02_combine.generated b/Documentation/Examples/COMBINING_GRAPH_02_combine.generated
index dc91e6e13d..41659d9e30 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" : "_WgE5ssC--_",
+ "_rev" : "_WnWWtt6--_",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -28,7 +28,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WgE5ssC--B",
+ "_rev" : "_WnWWtt6--B",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -42,7 +42,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WgE5ssC--B",
+ "_rev" : "_WnWWtt6--B",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -56,7 +56,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WgE5ssC--_",
+ "_rev" : "_WnWWtt6--_",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -70,7 +70,7 @@ arangosh> db._query(`FOR startCity IN
"traversedCity" : {
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WgE5ss---B",
+ "_rev" : "_WnWWtt2--_",
"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 bbd9db698c..b28925e637 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" : "_WgE5ssC--_",
+ "_rev" : "_WnWWtt6--_",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -26,7 +26,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WgE5ssC--B",
+ "_rev" : "_WnWWtt6--B",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -42,7 +42,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WgE5ssC--B",
+ "_rev" : "_WnWWtt6--B",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -53,7 +53,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Lyon",
"_id" : "frenchCity/Lyon",
- "_rev" : "_WgE5ssC--_",
+ "_rev" : "_WnWWtt6--_",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -64,7 +64,7 @@ arangosh> db._query(`FOR startCity IN
{
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WgE5ss---B",
+ "_rev" : "_WnWWtt2--_",
"population" : 1000000,
"isCapital" : false,
"loc" : [
diff --git a/Documentation/Examples/CollectionUnload.generated b/Documentation/Examples/CollectionUnload.generated
index 0d33923ef4..989a23ac9d 100644
--- a/Documentation/Examples/CollectionUnload.generated
+++ b/Documentation/Examples/CollectionUnload.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 7426, "example" (type document, status loaded)]
+[ArangoCollection 7442, "example" (type document, status loaded)]
arangosh> col.unload();
arangosh> col;
-[ArangoCollection 7426, "example" (type document, status unloaded)]
+[ArangoCollection 7442, "example" (type document, status unloaded)]
diff --git a/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated b/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated
index fcc47ffde6..5b7558169d 100644
--- a/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated
+++ b/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated
@@ -1,31 +1,31 @@
arangosh> db._create("vertex");
-[ArangoCollection 7430, "vertex" (type document, status loaded)]
+[ArangoCollection 7446, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7433, "relation" (type edge, status loaded)]
+[ArangoCollection 7449, "relation" (type edge, status loaded)]
arangosh> v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7437",
- "_key" : "7437",
- "_rev" : "_WgE5vBy--_"
+ "_id" : "vertex/7453",
+ "_key" : "7453",
+ "_rev" : "_WnWWt0e---"
}
arangosh> v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7441",
- "_key" : "7441",
- "_rev" : "_WgE5vB2--_"
+ "_id" : "vertex/7457",
+ "_key" : "7457",
+ "_rev" : "_WnWWt0e--A"
}
arangosh> e1 = db.relation.insert(v1, v2, { label : "knows" });
{
- "_id" : "relation/7444",
- "_key" : "7444",
- "_rev" : "_WgE5vC---_"
+ "_id" : "relation/7460",
+ "_key" : "7460",
+ "_rev" : "_WnWWt0e--C"
}
arangosh> db._document(e1);
{
- "_key" : "7444",
- "_id" : "relation/7444",
- "_from" : "vertex/7437",
- "_to" : "vertex/7441",
- "_rev" : "_WgE5vC---_",
+ "_key" : "7460",
+ "_id" : "relation/7460",
+ "_from" : "vertex/7453",
+ "_to" : "vertex/7457",
+ "_rev" : "_WnWWt0e--C",
"label" : "knows"
}
diff --git a/Documentation/Examples/EDGCOL_02_Relation.generated b/Documentation/Examples/EDGCOL_02_Relation.generated
index 07afa39669..46fbde4682 100644
--- a/Documentation/Examples/EDGCOL_02_Relation.generated
+++ b/Documentation/Examples/EDGCOL_02_Relation.generated
@@ -1,34 +1,34 @@
arangosh> db._create("vertex");
-[ArangoCollection 7450, "vertex" (type document, status loaded)]
+[ArangoCollection 7466, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7453, "relation" (type edge, status loaded)]
+[ArangoCollection 7469, "relation" (type edge, status loaded)]
arangosh> var myGraph = {};
arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7457",
- "_key" : "7457",
- "_rev" : "_WgE5vz---_"
+ "_id" : "vertex/7473",
+ "_key" : "7473",
+ "_rev" : "_WnWWt2K--_"
}
arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7461",
- "_key" : "7461",
- "_rev" : "_WgE5vzK--_"
+ "_id" : "vertex/7477",
+ "_key" : "7477",
+ "_rev" : "_WnWWt2O--_"
}
arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2,
........> { label : "knows"});
{
- "_id" : "relation/7464",
- "_key" : "7464",
- "_rev" : "_WgE5vzO--_"
+ "_id" : "relation/7480",
+ "_key" : "7480",
+ "_rev" : "_WnWWt2S--_"
}
arangosh> db._document(myGraph.e1);
{
- "_key" : "7464",
- "_id" : "relation/7464",
- "_from" : "vertex/7457",
- "_to" : "vertex/7461",
- "_rev" : "_WgE5vzO--_",
+ "_key" : "7480",
+ "_id" : "relation/7480",
+ "_from" : "vertex/7473",
+ "_to" : "vertex/7477",
+ "_rev" : "_WnWWt2S--_",
"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 63d45aa6ed..4fd7dcb549 100644
--- a/Documentation/Examples/EDGCOL_02_inEdges.generated
+++ b/Documentation/Examples/EDGCOL_02_inEdges.generated
@@ -1,33 +1,33 @@
arangosh> db._create("vertex");
-[ArangoCollection 7471, "vertex" (type document, status loaded)]
+[ArangoCollection 7487, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7474, "relation" (type edge, status loaded)]
+[ArangoCollection 7490, "relation" (type edge, status loaded)]
arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7478",
- "_key" : "7478",
- "_rev" : "_WgE5w3---_"
+ "_id" : "vertex/7494",
+ "_key" : "7494",
+ "_rev" : "_WnWWt4K--_"
}
arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7482",
- "_key" : "7482",
- "_rev" : "_WgE5w3C--_"
+ "_id" : "vertex/7498",
+ "_key" : "7498",
+ "_rev" : "_WnWWt4K--B"
}
arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2,
........> { label : "knows"});
{
- "_id" : "relation/7485",
- "_key" : "7485",
- "_rev" : "_WgE5w3G--_"
+ "_id" : "relation/7501",
+ "_key" : "7501",
+ "_rev" : "_WnWWt4O--_"
}
arangosh> db._document(myGraph.e1);
{
- "_key" : "7485",
- "_id" : "relation/7485",
- "_from" : "vertex/7478",
- "_to" : "vertex/7482",
- "_rev" : "_WgE5w3G--_",
+ "_key" : "7501",
+ "_id" : "relation/7501",
+ "_from" : "vertex/7494",
+ "_to" : "vertex/7498",
+ "_rev" : "_WnWWt4O--_",
"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" : "7485",
- "_id" : "relation/7485",
- "_from" : "vertex/7478",
- "_to" : "vertex/7482",
- "_rev" : "_WgE5w3G--_",
+ "_key" : "7501",
+ "_id" : "relation/7501",
+ "_from" : "vertex/7494",
+ "_to" : "vertex/7498",
+ "_rev" : "_WnWWt4O--_",
"label" : "knows"
}
]
diff --git a/Documentation/Examples/EDGCOL_02_outEdges.generated b/Documentation/Examples/EDGCOL_02_outEdges.generated
index 349b3b0183..5558504c83 100644
--- a/Documentation/Examples/EDGCOL_02_outEdges.generated
+++ b/Documentation/Examples/EDGCOL_02_outEdges.generated
@@ -1,43 +1,43 @@
arangosh> db._create("vertex");
-[ArangoCollection 7493, "vertex" (type document, status loaded)]
+[ArangoCollection 7509, "vertex" (type document, status loaded)]
arangosh> db._createEdgeCollection("relation");
-[ArangoCollection 7496, "relation" (type edge, status loaded)]
+[ArangoCollection 7512, "relation" (type edge, status loaded)]
arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" });
{
- "_id" : "vertex/7500",
- "_key" : "7500",
- "_rev" : "_WgE5x9O--_"
+ "_id" : "vertex/7516",
+ "_key" : "7516",
+ "_rev" : "_WnWWt6C--_"
}
arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" });
{
- "_id" : "vertex/7504",
- "_key" : "7504",
- "_rev" : "_WgE5x9S--_"
+ "_id" : "vertex/7520",
+ "_key" : "7520",
+ "_rev" : "_WnWWt6G--_"
}
arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2,
........> { label : "knows"});
{
- "_id" : "relation/7507",
- "_key" : "7507",
- "_rev" : "_WgE5x9W--_"
+ "_id" : "relation/7523",
+ "_key" : "7523",
+ "_rev" : "_WnWWt6G--B"
}
arangosh> db._document(myGraph.e1);
{
- "_key" : "7507",
- "_id" : "relation/7507",
- "_from" : "vertex/7500",
- "_to" : "vertex/7504",
- "_rev" : "_WgE5x9W--_",
+ "_key" : "7523",
+ "_id" : "relation/7523",
+ "_from" : "vertex/7516",
+ "_to" : "vertex/7520",
+ "_rev" : "_WnWWt6G--B",
"label" : "knows"
}
arangosh> db.relation.outEdges(myGraph.v1._id);
[
{
- "_key" : "7507",
- "_id" : "relation/7507",
- "_from" : "vertex/7500",
- "_to" : "vertex/7504",
- "_rev" : "_WgE5x9W--_",
+ "_key" : "7523",
+ "_id" : "relation/7523",
+ "_from" : "vertex/7516",
+ "_to" : "vertex/7520",
+ "_rev" : "_WnWWt6G--B",
"label" : "knows"
}
]
diff --git a/Documentation/Examples/GRAPHSP_01_create_graph.generated b/Documentation/Examples/GRAPHSP_01_create_graph.generated
index bacede55de..58a3d35e61 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" : "_WgE5zFq--B",
+ "_rev" : "_WnWWt8u--F",
"label" : "9"
},
{
"_key" : "G",
"_id" : "circles/G",
- "_rev" : "_WgE5zFm--_",
+ "_rev" : "_WnWWt8u--B",
"label" : "7"
},
{
"_key" : "F",
"_id" : "circles/F",
- "_rev" : "_WgE5zFi--B",
+ "_rev" : "_WnWWt8u--_",
"label" : "6"
},
{
"_key" : "A",
"_id" : "circles/A",
- "_rev" : "_WgE5zFW--_",
+ "_rev" : "_WnWWt8q--_",
"label" : "1"
},
{
"_key" : "E",
"_id" : "circles/E",
- "_rev" : "_WgE5zFi--_",
+ "_rev" : "_WnWWt8q--H",
"label" : "5"
},
{
"_key" : "C",
"_id" : "circles/C",
- "_rev" : "_WgE5zFe--_",
+ "_rev" : "_WnWWt8q--D",
"label" : "3"
},
{
"_key" : "D",
"_id" : "circles/D",
- "_rev" : "_WgE5zFe--B",
+ "_rev" : "_WnWWt8q--F",
"label" : "4"
},
{
"_key" : "J",
"_id" : "circles/J",
- "_rev" : "_WgE5zFu--_",
+ "_rev" : "_WnWWt8u--H",
"label" : "10"
},
{
"_key" : "B",
"_id" : "circles/B",
- "_rev" : "_WgE5zFa--_",
+ "_rev" : "_WnWWt8q--B",
"label" : "2"
},
{
"_key" : "H",
"_id" : "circles/H",
- "_rev" : "_WgE5zFq--_",
+ "_rev" : "_WnWWt8u--D",
"label" : "8"
},
{
"_key" : "K",
"_id" : "circles/K",
- "_rev" : "_WgE5zFy--_",
+ "_rev" : "_WnWWt8u--J",
"label" : "11"
}
]
arangosh> db.edges.toArray();
[
{
- "_key" : "7562",
- "_id" : "edges/7562",
- "_from" : "circles/C",
- "_to" : "circles/D",
- "_rev" : "_WgE5zF6--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blorg"
- },
- {
- "_key" : "7568",
- "_id" : "edges/7568",
- "_from" : "circles/E",
- "_to" : "circles/F",
- "_rev" : "_WgE5zGC--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_schubi"
- },
- {
- "_key" : "7577",
- "_id" : "edges/7577",
+ "_key" : "7593",
+ "_id" : "edges/7593",
"_from" : "circles/H",
"_to" : "circles/I",
- "_rev" : "_WgE5zGK--_",
+ "_rev" : "_WnWWt82--B",
"theFalse" : false,
"theTruth" : true,
"label" : "right_blub"
},
{
- "_key" : "7555",
- "_id" : "edges/7555",
- "_from" : "circles/A",
- "_to" : "circles/B",
- "_rev" : "_WgE5zF2--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_bar"
- },
- {
- "_key" : "7559",
- "_id" : "edges/7559",
+ "_key" : "7575",
+ "_id" : "edges/7575",
"_from" : "circles/B",
"_to" : "circles/C",
- "_rev" : "_WgE5zF2--B",
+ "_rev" : "_WnWWt8y--B",
"theFalse" : false,
"theTruth" : true,
"label" : "left_blarg"
},
{
- "_key" : "7565",
- "_id" : "edges/7565",
+ "_key" : "7581",
+ "_id" : "edges/7581",
"_from" : "circles/B",
"_to" : "circles/E",
- "_rev" : "_WgE5zG---_",
+ "_rev" : "_WnWWt8y--F",
"theFalse" : false,
"theTruth" : true,
"label" : "left_blub"
},
{
- "_key" : "7583",
- "_id" : "edges/7583",
+ "_key" : "7590",
+ "_id" : "edges/7590",
+ "_from" : "circles/G",
+ "_to" : "circles/H",
+ "_rev" : "_WnWWt82--_",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_blob"
+ },
+ {
+ "_key" : "7584",
+ "_id" : "edges/7584",
+ "_from" : "circles/E",
+ "_to" : "circles/F",
+ "_rev" : "_WnWWt8y--H",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_schubi"
+ },
+ {
+ "_key" : "7599",
+ "_id" : "edges/7599",
"_from" : "circles/J",
"_to" : "circles/K",
- "_rev" : "_WgE5zGO--B",
+ "_rev" : "_WnWWt82--F",
"theFalse" : false,
"theTruth" : true,
"label" : "right_zup"
},
{
- "_key" : "7571",
- "_id" : "edges/7571",
- "_from" : "circles/A",
- "_to" : "circles/G",
- "_rev" : "_WgE5zGG--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_foo"
- },
- {
- "_key" : "7580",
- "_id" : "edges/7580",
+ "_key" : "7596",
+ "_id" : "edges/7596",
"_from" : "circles/G",
"_to" : "circles/J",
- "_rev" : "_WgE5zGO--_",
+ "_rev" : "_WnWWt82--D",
"theFalse" : false,
"theTruth" : true,
"label" : "right_zip"
},
{
- "_key" : "7574",
- "_id" : "edges/7574",
- "_from" : "circles/G",
- "_to" : "circles/H",
- "_rev" : "_WgE5zGG--B",
+ "_key" : "7578",
+ "_id" : "edges/7578",
+ "_from" : "circles/C",
+ "_to" : "circles/D",
+ "_rev" : "_WnWWt8y--D",
"theFalse" : false,
"theTruth" : true,
- "label" : "right_blob"
+ "label" : "left_blorg"
+ },
+ {
+ "_key" : "7571",
+ "_id" : "edges/7571",
+ "_from" : "circles/A",
+ "_to" : "circles/B",
+ "_rev" : "_WnWWt8y--_",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_bar"
+ },
+ {
+ "_key" : "7587",
+ "_id" : "edges/7587",
+ "_from" : "circles/A",
+ "_to" : "circles/G",
+ "_rev" : "_WnWWt8y--J",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_foo"
}
]
diff --git a/Documentation/Examples/GRAPHSP_02_A_to_D.generated b/Documentation/Examples/GRAPHSP_02_A_to_D.generated
index 2d50deed65..bab4617368 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",
- "7555"
+ "7571"
],
[
"C",
- "7559"
+ "7575"
],
[
"D",
- "7562"
+ "7578"
]
]
[object ArangoQueryCursor, count: 4, cached: false, hasMore: false]
@@ -26,15 +26,15 @@ arangosh> db._query("FOR v, e IN OUTBOUND SHORTEST_
],
[
"B",
- "7555"
+ "7571"
],
[
"C",
- "7559"
+ "7575"
],
[
"D",
- "7562"
+ "7578"
]
]
[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 b6ae8790f5..e8772e37fd 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",
- "7555"
+ "7571"
],
[
"C",
- "7559"
+ "7575"
],
[
"D",
- "7562"
+ "7578"
]
]
[object ArangoQueryCursor, count: 4, cached: false, hasMore: false]
@@ -26,15 +26,15 @@ arangosh> db._query("FOR a IN circles FILTER a._key
],
[
"B",
- "7555"
+ "7571"
],
[
"C",
- "7559"
+ "7575"
],
[
"D",
- "7562"
+ "7578"
]
]
[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 e3e1db29eb..6f9591c9b9 100644
--- a/Documentation/Examples/GRAPHTRAV_01_create_graph.generated
+++ b/Documentation/Examples/GRAPHTRAV_01_create_graph.generated
@@ -5,98 +5,98 @@ arangosh> db.circles.toArray();
{
"_key" : "I",
"_id" : "circles/I",
- "_rev" : "_WgE50Bm--_",
+ "_rev" : "_WnWWu_---_",
"label" : "9"
},
{
"_key" : "G",
"_id" : "circles/G",
- "_rev" : "_WgE50Be--B",
+ "_rev" : "_WnWWu-6--L",
"label" : "7"
},
{
"_key" : "F",
"_id" : "circles/F",
- "_rev" : "_WgE50Be--_",
+ "_rev" : "_WnWWu-6--J",
"label" : "6"
},
{
"_key" : "A",
"_id" : "circles/A",
- "_rev" : "_WgE50BO--_",
+ "_rev" : "_WnWWu-6--_",
"label" : "1"
},
{
"_key" : "E",
"_id" : "circles/E",
- "_rev" : "_WgE50Ba--_",
+ "_rev" : "_WnWWu-6--H",
"label" : "5"
},
{
"_key" : "C",
"_id" : "circles/C",
- "_rev" : "_WgE50BW--_",
+ "_rev" : "_WnWWu-6--D",
"label" : "3"
},
{
"_key" : "D",
"_id" : "circles/D",
- "_rev" : "_WgE50BW--B",
+ "_rev" : "_WnWWu-6--F",
"label" : "4"
},
{
"_key" : "J",
"_id" : "circles/J",
- "_rev" : "_WgE50Bm--B",
+ "_rev" : "_WnWWu_---B",
"label" : "10"
},
{
"_key" : "B",
"_id" : "circles/B",
- "_rev" : "_WgE50BS--_",
+ "_rev" : "_WnWWu-6--B",
"label" : "2"
},
{
"_key" : "H",
"_id" : "circles/H",
- "_rev" : "_WgE50Bi--_",
+ "_rev" : "_WnWWu-6--N",
"label" : "8"
},
{
"_key" : "K",
"_id" : "circles/K",
- "_rev" : "_WgE50Bq--_",
+ "_rev" : "_WnWWu_---D",
"label" : "11"
}
]
arangosh> db.edges.toArray();
[
{
- "_key" : "7670",
- "_id" : "edges/7670",
+ "_key" : "7692",
+ "_id" : "edges/7692",
"_from" : "circles/G",
- "_to" : "circles/H",
- "_rev" : "_WgE50B2--B",
+ "_to" : "circles/J",
+ "_rev" : "_WnWWu_---V",
"theFalse" : false,
"theTruth" : true,
- "label" : "right_blob"
+ "label" : "right_zip"
},
{
- "_key" : "7658",
- "_id" : "edges/7658",
- "_from" : "circles/C",
- "_to" : "circles/D",
- "_rev" : "_WgE50Bu--B",
+ "_key" : "7677",
+ "_id" : "edges/7677",
+ "_from" : "circles/B",
+ "_to" : "circles/E",
+ "_rev" : "_WnWWu_---L",
"theFalse" : false,
"theTruth" : true,
- "label" : "left_blorg"
+ "label" : "left_blub"
},
{
- "_key" : "7673",
- "_id" : "edges/7673",
+ "_key" : "7689",
+ "_id" : "edges/7689",
"_from" : "circles/H",
"_to" : "circles/I",
- "_rev" : "_WgE50B6--_",
+ "_rev" : "_WnWWu_---T",
"theFalse" : false,
"theTruth" : true,
"label" : "right_blub"
@@ -105,71 +105,71 @@ arangosh> db.edges.toArray();
"_key" : "7667",
"_id" : "edges/7667",
"_from" : "circles/A",
- "_to" : "circles/G",
- "_rev" : "_WgE50B2--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_foo"
- },
- {
- "_key" : "7676",
- "_id" : "edges/7676",
- "_from" : "circles/G",
- "_to" : "circles/J",
- "_rev" : "_WgE50B6--B",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_zip"
- },
- {
- "_key" : "7661",
- "_id" : "edges/7661",
- "_from" : "circles/B",
- "_to" : "circles/E",
- "_rev" : "_WgE50By--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blub"
- },
- {
- "_key" : "7655",
- "_id" : "edges/7655",
- "_from" : "circles/B",
- "_to" : "circles/C",
- "_rev" : "_WgE50Bu--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blarg"
- },
- {
- "_key" : "7651",
- "_id" : "edges/7651",
- "_from" : "circles/A",
"_to" : "circles/B",
- "_rev" : "_WgE50Bq--B",
+ "_rev" : "_WnWWu_---F",
"theFalse" : false,
"theTruth" : true,
"label" : "left_bar"
},
{
- "_key" : "7679",
- "_id" : "edges/7679",
- "_from" : "circles/J",
- "_to" : "circles/K",
- "_rev" : "_WgE50C---_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_zup"
- },
- {
- "_key" : "7664",
- "_id" : "edges/7664",
+ "_key" : "7680",
+ "_id" : "edges/7680",
"_from" : "circles/E",
"_to" : "circles/F",
- "_rev" : "_WgE50By--B",
+ "_rev" : "_WnWWu_---N",
"theFalse" : false,
"theTruth" : true,
"label" : "left_schubi"
+ },
+ {
+ "_key" : "7674",
+ "_id" : "edges/7674",
+ "_from" : "circles/C",
+ "_to" : "circles/D",
+ "_rev" : "_WnWWu_---J",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blorg"
+ },
+ {
+ "_key" : "7683",
+ "_id" : "edges/7683",
+ "_from" : "circles/A",
+ "_to" : "circles/G",
+ "_rev" : "_WnWWu_---P",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_foo"
+ },
+ {
+ "_key" : "7686",
+ "_id" : "edges/7686",
+ "_from" : "circles/G",
+ "_to" : "circles/H",
+ "_rev" : "_WnWWu_---R",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_blob"
+ },
+ {
+ "_key" : "7671",
+ "_id" : "edges/7671",
+ "_from" : "circles/B",
+ "_to" : "circles/C",
+ "_rev" : "_WnWWu_---H",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blarg"
+ },
+ {
+ "_key" : "7695",
+ "_id" : "edges/7695",
+ "_from" : "circles/J",
+ "_to" : "circles/K",
+ "_rev" : "_WnWWu_---X",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_zup"
}
]
arangosh> print("once you don't need them anymore, clean them up:");
diff --git a/Documentation/Examples/HTML_01_routingCreateHtml.generated b/Documentation/Examples/HTML_01_routingCreateHtml.generated
index bd85405282..b03390af40 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/9505",
- "_key" : "9505",
- "_rev" : "_WgE6Lq2--_"
+ "_id" : "_routing/9494",
+ "_key" : "9494",
+ "_rev" : "_WnWWu4a--_"
}
diff --git a/Documentation/Examples/HTML_04_routingCreateMultiPath.generated b/Documentation/Examples/HTML_04_routingCreateMultiPath.generated
index 94da7d4270..2354900ce6 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/9519",
- "_key" : "9519",
- "_rev" : "_WgE6Lu2--_"
+ "_id" : "_routing/9508",
+ "_key" : "9508",
+ "_rev" : "_WnWWu7q--_"
}
arangosh> db._routing.save({
........> url: { match: "/hello/:name", constraint: { name: "/[a-z]+/" } },
........> content: { contentType: "text/plain", body: "Match No 2"} });
{
- "_id" : "_routing/9523",
- "_key" : "9523",
- "_rev" : "_WgE6Lu2--B"
+ "_id" : "_routing/9512",
+ "_key" : "9512",
+ "_rev" : "_WnWWu7q--B"
}
arangosh> db._routing.save({
........> url: { match: "/:something/world" },
........> content: { contentType: "text/plain", body: "Match No 3"} });
{
- "_id" : "_routing/9526",
- "_key" : "9526",
- "_rev" : "_WgE6Lu6--_"
+ "_id" : "_routing/9515",
+ "_key" : "9515",
+ "_rev" : "_WnWWu7q--D"
}
arangosh> db._routing.save({
........> url: { match: "/hi/*" },
........> content: { contentType: "text/plain", body: "Match No 4"} });
{
- "_id" : "_routing/9529",
- "_key" : "9529",
- "_rev" : "_WgE6Lu6--B"
+ "_id" : "_routing/9518",
+ "_key" : "9518",
+ "_rev" : "_WnWWu7q--F"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/HttpGharialAddEdge.generated b/Documentation/Examples/HttpGharialAddEdge.generated
index 4c59287969..66dcd45131 100644
--- a/Documentation/Examples/HttpGharialAddEdge.generated
+++ b/Documentation/Examples/HttpGharialAddEdge.generated
@@ -7,16 +7,16 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6Mn---_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWv_a--_
{
"error" : false,
"code" : 202,
"edge" : {
- "_id" : "relation/9597",
- "_key" : "9597",
- "_rev" : "_WgE6Mn---_"
+ "_id" : "relation/9586",
+ "_key" : "9586",
+ "_rev" : "_WnWWv_a--_"
}
}
diff --git a/Documentation/Examples/HttpGharialAddEdgeCol.generated b/Documentation/Examples/HttpGharialAddEdgeCol.generated
index 890a73267b..e512cb729c 100644
--- a/Documentation/Examples/HttpGharialAddEdgeCol.generated
+++ b/Documentation/Examples/HttpGharialAddEdgeCol.generated
@@ -12,9 +12,9 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6NxC--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvBS--_
{
"error" : false,
@@ -50,6 +50,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WgE6NxC--_"
+ "_rev" : "_WnWWvBS--_"
}
}
diff --git a/Documentation/Examples/HttpGharialAddVertex.generated b/Documentation/Examples/HttpGharialAddVertex.generated
index 97e5b39fe8..93ff501b54 100644
--- a/Documentation/Examples/HttpGharialAddVertex.generated
+++ b/Documentation/Examples/HttpGharialAddVertex.generated
@@ -5,16 +5,16 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6PqW--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvEO--_
{
"error" : false,
"code" : 202,
"vertex" : {
- "_id" : "male/9754",
- "_key" : "9754",
- "_rev" : "_WgE6PqW--_"
+ "_id" : "male/9743",
+ "_key" : "9743",
+ "_rev" : "_WnWWvEO--_"
}
}
diff --git a/Documentation/Examples/HttpGharialAddVertexCol.generated b/Documentation/Examples/HttpGharialAddVertexCol.generated
index 1f59144b5d..68ed9e888b 100644
--- a/Documentation/Examples/HttpGharialAddVertexCol.generated
+++ b/Documentation/Examples/HttpGharialAddVertexCol.generated
@@ -5,9 +5,9 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6Q6i--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvF6--_
{
"error" : false,
@@ -35,6 +35,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WgE6Q6i--_"
+ "_rev" : "_WnWWvF6--_"
}
}
diff --git a/Documentation/Examples/HttpGharialCreate.generated b/Documentation/Examples/HttpGharialCreate.generated
index 565bf3545c..246008daaa 100644
--- a/Documentation/Examples/HttpGharialCreate.generated
+++ b/Documentation/Examples/HttpGharialCreate.generated
@@ -16,9 +16,9 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6SZu--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvIG--_
{
"error" : false,
@@ -42,6 +42,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/myGraph",
- "_rev" : "_WgE6SZu--_"
+ "_rev" : "_WnWWvIG--_"
}
}
diff --git a/Documentation/Examples/HttpGharialCreate2.generated b/Documentation/Examples/HttpGharialCreate2.generated
index ebaa42a62e..8f0171d6a4 100644
--- a/Documentation/Examples/HttpGharialCreate2.generated
+++ b/Documentation/Examples/HttpGharialCreate2.generated
@@ -21,9 +21,9 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6ThK--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvJ6--_
{
"error" : false,
@@ -47,6 +47,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/myGraph",
- "_rev" : "_WgE6ThK--_"
+ "_rev" : "_WnWWvJ6--_"
}
}
diff --git a/Documentation/Examples/HttpGharialDeleteEdge.generated b/Documentation/Examples/HttpGharialDeleteEdge.generated
index 2a34bdc925..f8a38bb6e9 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/9965
+shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/relation/9943
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 1d687da932..710bbd28c8 100644
--- a/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
+++ b/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
@@ -1,9 +1,9 @@
shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/relation
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6Ys6--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvWG--_
{
"error" : false,
@@ -20,6 +20,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WgE6Ys6--_"
+ "_rev" : "_WnWWvWG--_"
}
}
diff --git a/Documentation/Examples/HttpGharialGetEdge.generated b/Documentation/Examples/HttpGharialGetEdge.generated
index 8fcc559a03..8d36cf8438 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/10246
+shell> curl --dump - http://localhost:8529/_api/gharial/social/edge/relation/10223
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: _WgE6aA6--B
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvai--_
{
"error" : false,
"code" : 200,
"edge" : {
- "_key" : "10246",
- "_id" : "relation/10246",
- "_from" : "male/charly",
- "_to" : "female/diana",
- "_rev" : "_WgE6aA6--B",
- "type" : "married",
- "vertex" : "charly"
+ "_key" : "10223",
+ "_id" : "relation/10223",
+ "_from" : "female/alice",
+ "_to" : "male/charly",
+ "_rev" : "_WnWWvai--_",
+ "type" : "friend",
+ "vertex" : "alice"
}
}
diff --git a/Documentation/Examples/HttpGharialGetGraph.generated b/Documentation/Examples/HttpGharialGetGraph.generated
index 7bf7ce6e62..09c87cf9cf 100644
--- a/Documentation/Examples/HttpGharialGetGraph.generated
+++ b/Documentation/Examples/HttpGharialGetGraph.generated
@@ -1,9 +1,9 @@
shell> curl --dump - http://localhost:8529/_api/gharial/myGraph
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: _WgE6bF6--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvdS--_
{
"error" : false,
@@ -27,6 +27,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/myGraph",
- "_rev" : "_WgE6bF6--_"
+ "_rev" : "_WnWWvdS--_"
}
}
diff --git a/Documentation/Examples/HttpGharialGetVertex.generated b/Documentation/Examples/HttpGharialGetVertex.generated
index 557a3e5a4e..7551e88d99 100644
--- a/Documentation/Examples/HttpGharialGetVertex.generated
+++ b/Documentation/Examples/HttpGharialGetVertex.generated
@@ -1,9 +1,9 @@
shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: _WgE6f7m--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWvhO--_
{
"error" : false,
@@ -11,7 +11,7 @@ x-content-type-options: nosniff
"vertex" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgE6f7m--_",
+ "_rev" : "_WnWWvhO--_",
"name" : "Alice"
}
}
diff --git a/Documentation/Examples/HttpGharialList.generated b/Documentation/Examples/HttpGharialList.generated
index dd29a06bb1..3407fd1134 100644
--- a/Documentation/Examples/HttpGharialList.generated
+++ b/Documentation/Examples/HttpGharialList.generated
@@ -11,7 +11,7 @@ x-content-type-options: nosniff
{
"_key" : "routeplanner",
"_id" : "_graphs/routeplanner",
- "_rev" : "_WgE6iWq--_",
+ "_rev" : "_WnWWvoK--_",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{
@@ -50,7 +50,7 @@ x-content-type-options: nosniff
{
"_key" : "social",
"_id" : "_graphs/social",
- "_rev" : "_WgE6hQ---_",
+ "_rev" : "_WnWWvlu--_",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{
diff --git a/Documentation/Examples/HttpGharialModifyVertex.generated b/Documentation/Examples/HttpGharialModifyVertex.generated
index 918653eb43..4091233b1b 100644
--- a/Documentation/Examples/HttpGharialModifyVertex.generated
+++ b/Documentation/Examples/HttpGharialModifyVertex.generated
@@ -5,9 +5,9 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6n8y--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWv0S--_
{
"error" : false,
@@ -15,7 +15,7 @@ x-content-type-options: nosniff
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
- "_rev" : "_WgE6n8y--_",
- "_oldRev" : "_WgE6n8G--_"
+ "_rev" : "_WnWWv0S--_",
+ "_oldRev" : "_WnWWvzi--_"
}
}
diff --git a/Documentation/Examples/HttpGharialPatchEdge.generated b/Documentation/Examples/HttpGharialPatchEdge.generated
index 9888d68e72..2025e23388 100644
--- a/Documentation/Examples/HttpGharialPatchEdge.generated
+++ b/Documentation/Examples/HttpGharialPatchEdge.generated
@@ -1,21 +1,21 @@
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/10825 <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/10799 <<EOF
{
"since" : "01.01.2001"
}
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6pGa--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWv4u--_
{
"error" : false,
"code" : 202,
"edge" : {
- "_id" : "relation/10825",
- "_key" : "10825",
- "_rev" : "_WgE6pGa--_",
- "_oldRev" : "_WgE6pF6--_"
+ "_id" : "relation/10799",
+ "_key" : "10799",
+ "_rev" : "_WnWWv4u--_",
+ "_oldRev" : "_WnWWv4O--B"
}
}
diff --git a/Documentation/Examples/HttpGharialPutEdge.generated b/Documentation/Examples/HttpGharialPutEdge.generated
index d7bdfa7b38..33ad6d5ede 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/10906 <<EOF
+shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/10868 <<EOF
{
"type" : "divorced",
"_from" : "female/alice",
@@ -7,17 +7,17 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6qha--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWv8G--_
{
"error" : false,
"code" : 202,
"edge" : {
- "_id" : "relation/10906",
- "_key" : "10906",
- "_rev" : "_WgE6qha--_",
- "_oldRev" : "_WgE6qh---_"
+ "_id" : "relation/10868",
+ "_key" : "10868",
+ "_rev" : "_WnWWv8G--_",
+ "_oldRev" : "_WnWWv8---L"
}
}
diff --git a/Documentation/Examples/HttpGharialRemoveVertexCollection.generated b/Documentation/Examples/HttpGharialRemoveVertexCollection.generated
index c027e0b0f4..02071808f7 100644
--- a/Documentation/Examples/HttpGharialRemoveVertexCollection.generated
+++ b/Documentation/Examples/HttpGharialRemoveVertexCollection.generated
@@ -1,9 +1,9 @@
shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/vertex/otherVertices
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6sCO--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWw_e--_
{
"error" : false,
@@ -29,6 +29,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WgE6sCO--_"
+ "_rev" : "_WnWWw_e--_"
}
}
diff --git a/Documentation/Examples/HttpGharialReplaceEdgeCol.generated b/Documentation/Examples/HttpGharialReplaceEdgeCol.generated
index 7f4f284635..0b3b6e4086 100644
--- a/Documentation/Examples/HttpGharialReplaceEdgeCol.generated
+++ b/Documentation/Examples/HttpGharialReplaceEdgeCol.generated
@@ -15,9 +15,9 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6ukm--_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWwIa--_
{
"error" : false,
@@ -45,6 +45,6 @@ x-content-type-options: nosniff
"replicationFactor" : 1,
"smartGraphAttribute" : "",
"_id" : "_graphs/social",
- "_rev" : "_WgE6ukm--_"
+ "_rev" : "_WnWWwIa--_"
}
}
diff --git a/Documentation/Examples/HttpGharialReplaceVertex.generated b/Documentation/Examples/HttpGharialReplaceVertex.generated
index ecdd3923a2..c789440dc6 100644
--- a/Documentation/Examples/HttpGharialReplaceVertex.generated
+++ b/Documentation/Examples/HttpGharialReplaceVertex.generated
@@ -6,9 +6,9 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
EOF
HTTP/1.1 202 Accepted
-content-type: application/json; charset=utf-8
-etag: _WgE6wU---_
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: _WnWWwNq--_
{
"error" : false,
@@ -16,7 +16,7 @@ x-content-type-options: nosniff
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
- "_rev" : "_WgE6wU---_",
- "_oldRev" : "_WgE6wTO--_"
+ "_rev" : "_WnWWwNq--_",
+ "_oldRev" : "_WnWWwNW--_"
}
}
diff --git a/Documentation/Examples/IndexHandle.generated b/Documentation/Examples/IndexHandle.generated
index 7b6ef9f05f..4da5a89dca 100644
--- a/Documentation/Examples/IndexHandle.generated
+++ b/Documentation/Examples/IndexHandle.generated
@@ -5,7 +5,7 @@ arangosh> db.example.ensureIndex({ type: "a",
"b"
],
- "id" : "example/11233",
+ "id" : "example/11195",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -16,7 +16,7 @@ arangosh> var indexInfo = db.example.getInd
arangosh> indexInfo;
[
"example/0",
- "example/11233"
+ "example/11195"
]
arangosh> db._index(indexInfo[0])
{
@@ -37,7 +37,7 @@ arangosh> db._index(indexInfo[1])
"a",
"b"
],
- "id" : "example/11233",
+ "id" : "example/11195",
"sparse" : false,
"type" : "skiplist",
"unique" : false,
diff --git a/Documentation/Examples/IndexVerify.generated b/Documentation/Examples/IndexVerify.generated
index d154ba4d93..c201b3436b 100644
--- a/Documentation/Examples/IndexVerify.generated
+++ b/Documentation/Examples/IndexVerify.generated
@@ -6,7 +6,7 @@ arangosh> db.example.ensureIndex({ type: "a",
"b"
],
- "id" : "example/11243",
+ "id" : "example/11205",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
diff --git a/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated b/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated
index 01a0beba33..a9cb90cdee 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/11248",
- "_key" : "11248",
- "_rev" : "_WgE6yXG--_"
+ "_id" : "_routing/11210",
+ "_key" : "11210",
+ "_rev" : "_WnWWwSe--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated b/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated
index b28455bc35..6c5a27af10 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/11262",
- "_key" : "11262",
- "_rev" : "_WgE6yay--_"
+ "_id" : "_routing/11224",
+ "_key" : "11224",
+ "_rev" : "_WnWWwVi--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated b/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated
index 309975cec5..c703de8323 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/11276",
- "_key" : "11276",
- "_rev" : "_WgE6ycq--_"
+ "_id" : "_routing/11238",
+ "_key" : "11238",
+ "_rev" : "_WnWWwWu--_"
}
diff --git a/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated b/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated
index 32bc6aacc6..3c16b3c344 100644
--- a/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated
+++ b/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated
@@ -8,21 +8,21 @@ arangosh> arango.GET("/hello/echo")
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
diff --git a/Documentation/Examples/JSON_09_routingCreateEchoController.generated b/Documentation/Examples/JSON_09_routingCreateEchoController.generated
index 36cf385f4d..b62fd8235b 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/11290",
- "_key" : "11290",
- "_rev" : "_WgE6yd6--_"
+ "_id" : "_routing/11252",
+ "_key" : "11252",
+ "_rev" : "_WnWWwXq--B"
}
diff --git a/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated b/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated
index 32bc6aacc6..3c16b3c344 100644
--- a/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated
+++ b/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated
@@ -8,21 +8,21 @@ arangosh> arango.GET("/hello/echo")
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
diff --git a/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated b/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated
index b1a0493418..d28139ea5f 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/11304",
- "_key" : "11304",
- "_rev" : "_WgE6yfS--_"
+ "_id" : "_routing/11266",
+ "_key" : "11266",
+ "_rev" : "_WnWWwYq--B"
}
diff --git a/Documentation/Examples/JSON_13_routingCreateEchoAction.generated b/Documentation/Examples/JSON_13_routingCreateEchoAction.generated
index 3820847843..736575b30d 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/11318",
- "_key" : "11318",
- "_rev" : "_WgE6yge--_"
+ "_id" : "_routing/11280",
+ "_key" : "11280",
+ "_rev" : "_WnWWwZm--_"
}
diff --git a/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated b/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated
index ecc78f0e95..d00917d87f 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/11328",
- "_key" : "11328",
- "_rev" : "_WgE6yhm--_"
+ "_id" : "_routing/11290",
+ "_key" : "11290",
+ "_rev" : "_WnWWwaW--_"
}
diff --git a/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated b/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated
index 655d68b17f..60a2e9f8fe 100644
--- a/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated
+++ b/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated
@@ -8,21 +8,21 @@ arangosh> arango.GET("/echo")
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
diff --git a/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated b/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated
index deb49b1885..53ce3d961d 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/11342",
- "_key" : "11342",
- "_rev" : "_WgE6yiu--_"
+ "_id" : "_modules/11304",
+ "_key" : "11304",
+ "_rev" : "_WnWWwbC--_"
}
diff --git a/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated b/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated
index a835578e20..c2084a60f9 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/11346",
- "_key" : "11346",
- "_rev" : "_WgE6yiy--_"
+ "_id" : "_routing/11308",
+ "_key" : "11308",
+ "_rev" : "_WnWWwbG--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_06a_routingRedirect.generated b/Documentation/Examples/MOD_06a_routingRedirect.generated
index 428168b52b..f92419ee56 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/11367",
- "_key" : "11367",
- "_rev" : "_WgE6yjy--_"
+ "_id" : "_routing/11329",
+ "_key" : "11329",
+ "_rev" : "_WnWWwcC--_"
}
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 b6ce9881e4..deb51335af 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/11381",
- "_key" : "11381",
- "_rev" : "_WgE6yk6--_"
+ "_id" : "_routing/11343",
+ "_key" : "11343",
+ "_rev" : "_WnWWwc6--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_07c_routingMulti.generated b/Documentation/Examples/MOD_07c_routingMulti.generated
index 04a22a42ba..546e2be8dc 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/11395",
- "_key" : "11395",
- "_rev" : "_WgE6ymO--_"
+ "_id" : "_routing/11357",
+ "_key" : "11357",
+ "_rev" : "_WnWWwe---_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated b/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated
index ba44b0dcf7..2a14cedac9 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/11409",
- "_key" : "11409",
- "_rev" : "_WgE6yna--_"
+ "_id" : "_modules/11371",
+ "_key" : "11371",
+ "_rev" : "_WnWWwe2--_"
}
diff --git a/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated b/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated
index 4cdcd101ae..2351daeff0 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/11413",
- "_key" : "11413",
- "_rev" : "_WgE6yne--_"
+ "_id" : "_routing/11375",
+ "_key" : "11375",
+ "_rev" : "_WnWWwe6--_"
}
diff --git a/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated b/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated
index a6aeeeae3b..adac0ace5f 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/11417",
- "_key" : "11417",
- "_rev" : "_WgE6yni--_"
+ "_id" : "_routing/11379",
+ "_key" : "11379",
+ "_rev" : "_WnWWwf---_"
}
arangosh> db._routing.save({
........> url: "/subdirectory/ourtest/2",
@@ -16,9 +16,9 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/11420",
- "_key" : "11420",
- "_rev" : "_WgE6yni--B"
+ "_id" : "_routing/11382",
+ "_key" : "11382",
+ "_rev" : "_WnWWwf---B"
}
arangosh> db._routing.save({
........> url: "/subdirectory/ourtest/3",
@@ -27,8 +27,8 @@ arangosh> db._routing.save({
........> }
........> });
{
- "_id" : "_routing/11423",
- "_key" : "11423",
- "_rev" : "_WgE6yni--D"
+ "_id" : "_routing/11385",
+ "_key" : "11385",
+ "_rev" : "_WnWWwf---D"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated b/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated
index 3157d2b750..38418c7994 100644
--- a/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated
+++ b/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated
@@ -13,21 +13,21 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
@@ -55,21 +55,21 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
@@ -97,21 +97,21 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
diff --git a/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated b/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated
index b68f3de7b0..9b02c649bc 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/11458",
- "_key" : "11458",
- "_rev" : "_WgE6ypG--_"
+ "_id" : "_routing/11420",
+ "_key" : "11420",
+ "_rev" : "_WnWWwgK--_"
}
arangosh> require("internal").reloadRouting()
diff --git a/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated b/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated
index 0433c26925..67d1496d9d 100644
--- a/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated
+++ b/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated
@@ -13,21 +13,21 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
- "connection" : "Keep-Alive",
+ "accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
@@ -57,22 +57,22 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
+ "accept-encoding" : "deflate",
"content-length" : "16",
- "connection" : "Keep-Alive",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "POST",
"requestBody" : "{hello: 'world'}",
@@ -103,22 +103,22 @@ x-content-type-options: nosniff
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
- "port" : 9854
+ "port" : 22887
},
"client" : {
"address" : "127.0.0.1",
- "port" : 41920,
- "id" : "152098435631535"
+ "port" : 53220,
+ "id" : "152293662566691"
},
"internals" : {
},
"headers" : {
- "authorization" : "Basic cm9vdDo=",
+ "accept-encoding" : "deflate",
"content-length" : "16",
- "connection" : "Keep-Alive",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
- "accept-encoding" : "deflate"
+ "authorization" : "Basic cm9vdDo=",
+ "connection" : "Keep-Alive"
},
"requestType" : "PUT",
"requestBody" : "{hello: 'world'}",
diff --git a/Documentation/Examples/QUERY_02_listQueries.generated b/Documentation/Examples/QUERY_02_listQueries.generated
index c377faa42b..0cf86f4f66 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" : 1520984445.6373749,
+ "created" : 1522936629.8151171,
"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" : "311",
+ "id" : "312",
"query" : "FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong",
"bindVars" : {
},
- "started" : "2018-03-13T23:40:45Z",
- "runTime" : 1.0250184535980225,
+ "started" : "2018-04-05T13:57:09Z",
+ "runTime" : 1.0244414806365967,
"state" : "executing"
}
]
diff --git a/Documentation/Examples/RestAdminStatistics1.generated b/Documentation/Examples/RestAdminStatistics1.generated
index 8574ceb205..465fb57cbb 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" : 1520984446.6832287,
+ "time" : 1522936630.8572598,
"enabled" : true,
"system" : {
- "minorPageFaults" : 65024,
+ "minorPageFaults" : 30393,
"majorPageFaults" : 3,
- "userTime" : 3.71,
- "systemTime" : 2.41,
- "numberOfThreads" : 32,
- "residentSize" : 310534144,
- "residentSizePercent" : 0.03707625098236367,
- "virtualSize" : 1880539136
+ "userTime" : 1.88,
+ "systemTime" : 0.65,
+ "numberOfThreads" : 46,
+ "residentSize" : 389132288,
+ "residentSizePercent" : 0.011547868780483892,
+ "virtualSize" : 2031484928
},
"client" : {
"httpConnections" : 1,
@@ -30,23 +30,23 @@ x-content-type-options: nosniff
]
},
"totalTime" : {
- "sum" : 81.09156966209412,
- "count" : 5018,
+ "sum" : 2.288470983505249,
+ "count" : 5051,
"counts" : [
- 4687,
- 16,
- 1,
- 162,
- 140,
- 9,
- 3
+ 5030,
+ 21,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
]
},
"requestTime" : {
- "sum" : 0.0004925727844238281,
- "count" : 5018,
+ "sum" : 0.0003495216369628906,
+ "count" : 5051,
"counts" : [
- 5018,
+ 5051,
0,
0,
0,
@@ -69,36 +69,36 @@ x-content-type-options: nosniff
]
},
"ioTime" : {
- "sum" : 81.09107708930969,
- "count" : 5018,
+ "sum" : 2.288121461868286,
+ "count" : 5051,
"counts" : [
- 4687,
- 16,
- 1,
- 162,
- 140,
- 9,
- 3
+ 5030,
+ 21,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
]
},
"bytesSent" : {
- "sum" : 2232043,
- "count" : 5018,
+ "sum" : 2266335,
+ "count" : 5051,
"counts" : [
- 414,
- 4234,
- 312,
+ 350,
+ 4314,
+ 329,
58,
0,
0
]
},
"bytesReceived" : {
- "sum" : 1087362,
- "count" : 5018,
+ "sum" : 1094357,
+ "count" : 5051,
"counts" : [
- 4486,
- 532,
+ 4512,
+ 539,
0,
0,
0,
@@ -107,11 +107,11 @@ x-content-type-options: nosniff
}
},
"http" : {
- "requestsTotal" : 5018,
+ "requestsTotal" : 5051,
"requestsAsync" : 0,
- "requestsGet" : 1437,
+ "requestsGet" : 1462,
"requestsHead" : 0,
- "requestsPost" : 3299,
+ "requestsPost" : 3307,
"requestsPut" : 76,
"requestsPatch" : 3,
"requestsDelete" : 203,
@@ -119,8 +119,8 @@ x-content-type-options: nosniff
"requestsOther" : 0
},
"server" : {
- "uptime" : 90.32405591011047,
- "physicalMemory" : 8375554048,
+ "uptime" : 5.171519756317139,
+ "physicalMemory" : 33697325056,
"v8Context" : {
"available" : 2,
"busy" : 1,
diff --git a/Documentation/Examples/RestBatchImplicitBoundary.generated b/Documentation/Examples/RestBatchImplicitBoundary.generated
index e4d99c4e39..62653f8988 100644
--- a/Documentation/Examples/RestBatchImplicitBoundary.generated
+++ b/Documentation/Examples/RestBatchImplicitBoundary.generated
@@ -13,8 +13,8 @@ DELETE _api/collection/notexisting2 HTTP/1.1
EOF
HTTP/1.1 200 OK
-content-type:
x-content-type-options: nosniff
+content-type:
x-arango-errors: 2
-"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\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\n\r\nHTTP/1.1 404 Not Found\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 101\r\n\r\n{\"error\":true,\"code\":404,\"errorNum\":404,\"errorMessage\":\"unknown path '_api/collection/notexisting2'\"}\r\n--SomeBoundaryValue--"
+"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\n\r\nHTTP/1.1 404 Not Found\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 87\r\n\r\n{\"error\":true,\"errorMessage\":\"collection or view not found\",\"code\":404,\"errorNum\":1203}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\n\r\nHTTP/1.1 404 Not Found\r\nServer: \r\nConnection: \r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 101\r\n\r\n{\"error\":true,\"code\":404,\"errorNum\":404,\"errorMessage\":\"unknown path '_api/collection/notexisting2'\"}\r\n--SomeBoundaryValue--"
diff --git a/Documentation/Examples/RestBatchMultipartHeader.generated b/Documentation/Examples/RestBatchMultipartHeader.generated
index e757979403..0a2eb048dc 100644
--- a/Documentation/Examples/RestBatchMultipartHeader.generated
+++ b/Documentation/Examples/RestBatchMultipartHeader.generated
@@ -35,8 +35,8 @@ DELETE /_api/collection/products HTTP/1.1
EOF
HTTP/1.1 200 OK
-content-type: multipart/form-data; boundary=SomeBoundaryValue
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: 63\r\n\r\n{\"server\":\"arango\",\"version\":\"3.4.devel\",\"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: 326\r\n\r\n{\"error\":false,\"code\":200,\"waitForSync\":false,\"type\":2,\"statusString\":\"loaded\",\"indexBuckets\":8,\"globallyUniqueId\":\"h4B150768F36C/11505\",\"doCompact\":true,\"isSystem\":false,\"journalSize\":33554432,\"id\":\"11505\",\"isVolatile\":false,\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0},\"name\":\"products\",\"status\":3}\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: 833\r\n\r\n{\"error\":false,\"code\":200,\"waitForSync\":false,\"type\":2,\"statusString\":\"loaded\",\"status\":3,\"name\":\"products\",\"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-03-13T23:40:47Z\",\"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\":\"h4B150768F36C/11505\",\"count\":0,\"indexBuckets\":8,\"isSystem\":false,\"journalSize\":33554432,\"id\":\"11505\",\"isVolatile\":false,\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0}}\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: 39\r\n\r\n{\"error\":false,\"code\":200,\"id\":\"11505\"}\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: 63\r\n\r\n{\"server\":\"arango\",\"version\":\"3.4.devel\",\"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: 87\r\n\r\n{\"error\":true,\"errorMessage\":\"collection or view 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: 326\r\n\r\n{\"error\":false,\"code\":200,\"status\":3,\"statusString\":\"loaded\",\"name\":\"products\",\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true,\"lastValue\":0},\"type\":2,\"indexBuckets\":8,\"globallyUniqueId\":\"h1AA24B099AC2/11458\",\"doCompact\":true,\"waitForSync\":false,\"id\":\"11458\",\"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: 833\r\n\r\n{\"error\":false,\"code\":200,\"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-05T13:57:10Z\",\"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\":\"h1AA24B099AC2/11458\",\"type\":2,\"indexBuckets\":8,\"waitForSync\":false,\"id\":\"11458\"}\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: 39\r\n\r\n{\"error\":false,\"code\":200,\"id\":\"11458\"}\r\n--SomeBoundaryValue--"
diff --git a/Documentation/Examples/RestCollectionCreateCollection.generated b/Documentation/Examples/RestCollectionCreateCollection.generated
index 1c671b728c..ee03b64033 100644
--- a/Documentation/Examples/RestCollectionCreateCollection.generated
+++ b/Documentation/Examples/RestCollectionCreateCollection.generated
@@ -11,23 +11,23 @@ x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
- "waitForSync" : false,
- "type" : 2,
+ "status" : 3,
"statusString" : "loaded",
- "indexBuckets" : 8,
- "globallyUniqueId" : "h4B150768F36C/11511",
- "doCompact" : true,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11511",
- "isVolatile" : false,
+ "name" : "testCollectionBasics",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
"lastValue" : 0
},
- "name" : "testCollectionBasics",
- "status" : 3
+ "type" : 2,
+ "indexBuckets" : 8,
+ "globallyUniqueId" : "h1AA24B099AC2/11464",
+ "doCompact" : true,
+ "waitForSync" : false,
+ "id" : "11464",
+ "isSystem" : false,
+ "journalSize" : 33554432,
+ "isVolatile" : false
}
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/collection <<EOF
{
@@ -43,21 +43,21 @@ x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
- "waitForSync" : false,
- "type" : 3,
+ "status" : 3,
"statusString" : "loaded",
- "indexBuckets" : 8,
- "globallyUniqueId" : "h4B150768F36C/11514",
- "doCompact" : true,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11514",
- "isVolatile" : false,
+ "name" : "testCollectionEdges",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
"lastValue" : 0
},
- "name" : "testCollectionEdges",
- "status" : 3
+ "type" : 3,
+ "indexBuckets" : 8,
+ "globallyUniqueId" : "h1AA24B099AC2/11467",
+ "doCompact" : true,
+ "waitForSync" : false,
+ "id" : "11467",
+ "isSystem" : false,
+ "journalSize" : 33554432,
+ "isVolatile" : false
}
diff --git a/Documentation/Examples/RestCollectionCreateKeyopt.generated b/Documentation/Examples/RestCollectionCreateKeyopt.generated
index 1c9b8f0202..cc772e75a4 100644
--- a/Documentation/Examples/RestCollectionCreateKeyopt.generated
+++ b/Documentation/Examples/RestCollectionCreateKeyopt.generated
@@ -16,16 +16,9 @@ x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
- "waitForSync" : false,
- "type" : 2,
+ "status" : 3,
"statusString" : "loaded",
- "indexBuckets" : 8,
- "globallyUniqueId" : "h4B150768F36C/11519",
- "doCompact" : true,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11519",
- "isVolatile" : false,
+ "name" : "testCollectionUsers",
"keyOptions" : {
"type" : "autoincrement",
"allowUserKeys" : true,
@@ -33,6 +26,13 @@ x-content-type-options: nosniff
"increment" : 5,
"lastValue" : 0
},
- "name" : "testCollectionUsers",
- "status" : 3
+ "type" : 2,
+ "indexBuckets" : 8,
+ "globallyUniqueId" : "h1AA24B099AC2/11472",
+ "doCompact" : true,
+ "waitForSync" : false,
+ "id" : "11472",
+ "isSystem" : false,
+ "journalSize" : 33554432,
+ "isVolatile" : false
}
diff --git a/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated b/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
index 33e6a736c9..66e4346c92 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/11523
+shell> curl -X DELETE --dump - http://localhost:8529/_api/collection/11476
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
- "id" : "11523"
+ "id" : "11476"
}
diff --git a/Documentation/Examples/RestCollectionDeleteCollectionName.generated b/Documentation/Examples/RestCollectionDeleteCollectionName.generated
index f048b2cc51..a8a00790ce 100644
--- a/Documentation/Examples/RestCollectionDeleteCollectionName.generated
+++ b/Documentation/Examples/RestCollectionDeleteCollectionName.generated
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
- "id" : "11527"
+ "id" : "11480"
}
diff --git a/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated b/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated
index 46f61be6df..7688a83318 100644
--- a/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated
+++ b/Documentation/Examples/RestCollectionDeleteCollectionSystem.generated
@@ -7,5 +7,5 @@ x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
- "id" : "11531"
+ "id" : "11484"
}
diff --git a/Documentation/Examples/RestCollectionGetAllCollections.generated b/Documentation/Examples/RestCollectionGetAllCollections.generated
index 928b76a416..714f772fad 100644
--- a/Documentation/Examples/RestCollectionGetAllCollections.generated
+++ b/Documentation/Examples/RestCollectionGetAllCollections.generated
@@ -9,39 +9,7 @@ x-content-type-options: nosniff
"code" : 200,
"result" : [
{
- "id" : "44",
- "name" : "_apps",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_apps"
- },
- {
- "id" : "34",
- "name" : "_queues",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_queues"
- },
- {
- "id" : "16",
- "name" : "_routing",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_routing"
- },
- {
- "id" : "6",
- "name" : "_graphs",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_graphs"
- },
- {
- "id" : "30",
+ "id" : "28",
"name" : "_aqlfunctions",
"status" : 3,
"type" : 2,
@@ -49,68 +17,28 @@ x-content-type-options: nosniff
"globallyUniqueId" : "_aqlfunctions"
},
{
- "id" : "8",
- "name" : "_users",
+ "id" : "15",
+ "name" : "_routing",
"status" : 3,
"type" : 2,
"isSystem" : true,
- "globallyUniqueId" : "_users"
- },
- {
- "id" : "36",
- "name" : "_jobs",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_jobs"
- },
- {
- "id" : "14",
- "name" : "_modules",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_modules"
- },
- {
- "id" : "95",
- "name" : "animals",
- "status" : 3,
- "type" : 2,
- "isSystem" : false,
- "globallyUniqueId" : "h4B150768F36C/95"
+ "globallyUniqueId" : "_routing"
},
{
"id" : "32",
- "name" : "_frontend",
+ "name" : "_queues",
"status" : 3,
"type" : 2,
"isSystem" : true,
- "globallyUniqueId" : "_frontend"
+ "globallyUniqueId" : "_queues"
},
{
- "id" : "79",
- "name" : "_statisticsRaw",
+ "id" : "42",
+ "name" : "_apps",
"status" : 3,
"type" : 2,
"isSystem" : true,
- "globallyUniqueId" : "_statisticsRaw"
- },
- {
- "id" : "84",
- "name" : "_statistics",
- "status" : 3,
- "type" : 2,
- "isSystem" : true,
- "globallyUniqueId" : "_statistics"
- },
- {
- "id" : "88",
- "name" : "demo",
- "status" : 3,
- "type" : 2,
- "isSystem" : false,
- "globallyUniqueId" : "h4B150768F36C/88"
+ "globallyUniqueId" : "_apps"
},
{
"id" : "2",
@@ -121,7 +49,31 @@ x-content-type-options: nosniff
"globallyUniqueId" : "_iresearch_analyzers"
},
{
- "id" : "49",
+ "id" : "87",
+ "name" : "_statistics15",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_statistics15"
+ },
+ {
+ "id" : "13",
+ "name" : "_modules",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_modules"
+ },
+ {
+ "id" : "30",
+ "name" : "_frontend",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_frontend"
+ },
+ {
+ "id" : "47",
"name" : "_appbundles",
"status" : 3,
"type" : 2,
@@ -129,12 +81,60 @@ x-content-type-options: nosniff
"globallyUniqueId" : "_appbundles"
},
{
- "id" : "96",
- "name" : "_statistics15",
+ "id" : "6",
+ "name" : "_graphs",
"status" : 3,
"type" : 2,
"isSystem" : true,
- "globallyUniqueId" : "_statistics15"
+ "globallyUniqueId" : "_graphs"
+ },
+ {
+ "id" : "34",
+ "name" : "_jobs",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_jobs"
+ },
+ {
+ "id" : "77",
+ "name" : "_statisticsRaw",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_statisticsRaw"
+ },
+ {
+ "id" : "8",
+ "name" : "_users",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_users"
+ },
+ {
+ "id" : "82",
+ "name" : "_statistics",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : true,
+ "globallyUniqueId" : "_statistics"
+ },
+ {
+ "id" : "101",
+ "name" : "demo",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : false,
+ "globallyUniqueId" : "h1AA24B099AC2/101"
+ },
+ {
+ "id" : "107",
+ "name" : "animals",
+ "status" : 3,
+ "type" : 2,
+ "isSystem" : false,
+ "globallyUniqueId" : "h1AA24B099AC2/107"
}
]
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionChecksum.generated b/Documentation/Examples/RestCollectionGetCollectionChecksum.generated
index 4b8fe5a1ec..cb997c643a 100644
--- a/Documentation/Examples/RestCollectionGetCollectionChecksum.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionChecksum.generated
@@ -1,19 +1,19 @@
shell> curl --dump - http://localhost:8529/_api/collection/products/checksum
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/checksum
{
"error" : false,
"code" : 200,
- "globallyUniqueId" : "h4B150768F36C/11535",
- "status" : 3,
- "id" : "11535",
+ "globallyUniqueId" : "h1AA24B099AC2/11488",
"isSystem" : false,
+ "revision" : "_WnWWxtS--_",
"type" : 2,
- "revision" : "_WgE63-i--_",
- "checksum" : "1075165384366343408",
- "name" : "products"
+ "checksum" : "8061401245387673107",
+ "id" : "11488",
+ "name" : "products",
+ "status" : 3
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated b/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
index 24799e907a..170f79f6d0 100644
--- a/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
@@ -1,19 +1,19 @@
shell> curl --dump - http://localhost:8529/_api/collection/products/checksum?withRevisions=false&withData=true
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/checksum
{
"error" : false,
"code" : 200,
- "globallyUniqueId" : "h4B150768F36C/11544",
- "status" : 3,
- "id" : "11544",
+ "globallyUniqueId" : "h1AA24B099AC2/11497",
"isSystem" : false,
+ "revision" : "_WnWWxu---_",
"type" : 2,
- "revision" : "_WgE63U6--_",
- "checksum" : "16512796348050512657",
- "name" : "products"
+ "checksum" : "15276072540926257427",
+ "id" : "11497",
+ "name" : "products",
+ "status" : 3
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionCount.generated b/Documentation/Examples/RestCollectionGetCollectionCount.generated
index 2285542812..5892f27bac 100644
--- a/Documentation/Examples/RestCollectionGetCollectionCount.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionCount.generated
@@ -1,29 +1,29 @@
shell> curl --dump - http://localhost:8529/_api/collection/products/count
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/count
{
"error" : false,
"code" : 200,
- "waitForSync" : true,
- "type" : 2,
"statusString" : "loaded",
- "status" : 3,
- "doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/11553",
- "count" : 100,
- "indexBuckets" : 8,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11553",
- "isVolatile" : false,
+ "name" : "products",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 11865
+ "lastValue" : 11808
},
- "name" : "products"
+ "journalSize" : 33554432,
+ "isVolatile" : false,
+ "status" : 3,
+ "count" : 100,
+ "doCompact" : true,
+ "globallyUniqueId" : "h1AA24B099AC2/11506",
+ "type" : 2,
+ "indexBuckets" : 8,
+ "waitForSync" : true,
+ "id" : "11506",
+ "isSystem" : false
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionFigures.generated b/Documentation/Examples/RestCollectionGetCollectionFigures.generated
index 7238e91f36..899048698c 100644
--- a/Documentation/Examples/RestCollectionGetCollectionFigures.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionFigures.generated
@@ -1,28 +1,35 @@
shell> curl --dump - http://localhost:8529/_api/collection/products/figures
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/figures
{
"error" : false,
"code" : 200,
- "waitForSync" : false,
- "type" : 2,
"statusString" : "loaded",
- "status" : 3,
"name" : "products",
+ "keyOptions" : {
+ "type" : "traditional",
+ "allowUserKeys" : true,
+ "lastValue" : 11817
+ },
+ "journalSize" : 33554432,
+ "isVolatile" : false,
+ "isSystem" : false,
+ "status" : 3,
+ "count" : 1,
"figures" : {
"indexes" : {
"count" : 1,
"size" : 32128
},
- "documentReferences" : 1,
- "waitingFor" : "document-reference",
+ "documentReferences" : 0,
+ "waitingFor" : "-",
"alive" : {
- "count" : 0,
- "size" : 0
+ "count" : 1,
+ "size" : 80
},
"dead" : {
"count" : 0,
@@ -31,7 +38,7 @@ location: /_api/collection/products/figures
},
"compactionStatus" : {
"message" : "skipped compaction because collection has no datafiles",
- "time" : "2018-03-13T23:41:02Z",
+ "time" : "2018-04-05T13:57:11Z",
"count" : 0,
"filesCombined" : 0,
"bytesRead" : 0,
@@ -53,20 +60,13 @@ location: /_api/collection/products/figures
"count" : 1,
"size" : 48192
},
- "lastTick" : 11876,
- "uncollectedLogfileEntries" : 1
+ "lastTick" : 11819,
+ "uncollectedLogfileEntries" : 0
},
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/11870",
- "count" : 1,
+ "globallyUniqueId" : "h1AA24B099AC2/11813",
+ "type" : 2,
"indexBuckets" : 8,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11870",
- "isVolatile" : false,
- "keyOptions" : {
- "type" : "traditional",
- "allowUserKeys" : true,
- "lastValue" : 11874
- }
+ "waitForSync" : false,
+ "id" : "11813"
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated b/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
index c0ba592753..562170a0c7 100644
--- a/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
@@ -1,28 +1,28 @@
-shell> curl --dump - http://localhost:8529/_api/collection/11893/properties
+shell> curl --dump - http://localhost:8529/_api/collection/11836/properties
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-location: /_api/collection/11893/properties
+content-type: application/json; charset=utf-8
+location: /_api/collection/11836/properties
{
"error" : false,
"code" : 200,
- "waitForSync" : true,
- "type" : 2,
+ "status" : 3,
"statusString" : "loaded",
- "indexBuckets" : 8,
- "globallyUniqueId" : "h4B150768F36C/11893",
- "doCompact" : true,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11893",
- "isVolatile" : false,
+ "name" : "products",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
"lastValue" : 0
},
- "name" : "products",
- "status" : 3
+ "type" : 2,
+ "indexBuckets" : 8,
+ "globallyUniqueId" : "h1AA24B099AC2/11836",
+ "doCompact" : true,
+ "waitForSync" : true,
+ "id" : "11836",
+ "isSystem" : false,
+ "journalSize" : 33554432,
+ "isVolatile" : false
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionName.generated b/Documentation/Examples/RestCollectionGetCollectionName.generated
index d74857cd38..013ab4f627 100644
--- a/Documentation/Examples/RestCollectionGetCollectionName.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionName.generated
@@ -1,28 +1,28 @@
shell> curl --dump - http://localhost:8529/_api/collection/products/properties
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/properties
{
"error" : false,
"code" : 200,
- "waitForSync" : true,
- "type" : 2,
+ "status" : 3,
"statusString" : "loaded",
- "indexBuckets" : 8,
- "globallyUniqueId" : "h4B150768F36C/11907",
- "doCompact" : true,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11907",
- "isVolatile" : false,
+ "name" : "products",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
"lastValue" : 0
},
- "name" : "products",
- "status" : 3
+ "type" : 2,
+ "indexBuckets" : 8,
+ "globallyUniqueId" : "h1AA24B099AC2/11841",
+ "doCompact" : true,
+ "waitForSync" : true,
+ "id" : "11841",
+ "isSystem" : false,
+ "journalSize" : 33554432,
+ "isVolatile" : false
}
diff --git a/Documentation/Examples/RestCollectionGetCollectionRevision.generated b/Documentation/Examples/RestCollectionGetCollectionRevision.generated
index e95dca6f92..dd63ff999b 100644
--- a/Documentation/Examples/RestCollectionGetCollectionRevision.generated
+++ b/Documentation/Examples/RestCollectionGetCollectionRevision.generated
@@ -1,29 +1,29 @@
shell> curl --dump - http://localhost:8529/_api/collection/products/revision
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/revision
{
"error" : false,
"code" : 200,
- "statusString" : "loaded",
"journalSize" : 33554432,
- "name" : "products",
- "status" : 3,
- "waitForSync" : false,
- "revision" : "0",
- "type" : 2,
+ "isVolatile" : false,
"isSystem" : false,
- "doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/11912",
- "indexBuckets" : 8,
+ "waitForSync" : false,
+ "id" : "11846",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
"lastValue" : 0
},
- "id" : "11912",
- "isVolatile" : false
+ "revision" : "0",
+ "indexBuckets" : 8,
+ "type" : 2,
+ "statusString" : "loaded",
+ "name" : "products",
+ "globallyUniqueId" : "h1AA24B099AC2/11846",
+ "doCompact" : true,
+ "status" : 3
}
diff --git a/Documentation/Examples/RestCollectionIdentifierLoad.generated b/Documentation/Examples/RestCollectionIdentifierLoad.generated
index 1a4bb27a29..63da393152 100644
--- a/Documentation/Examples/RestCollectionIdentifierLoad.generated
+++ b/Documentation/Examples/RestCollectionIdentifierLoad.generated
@@ -1,18 +1,18 @@
shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/load
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/load
{
"error" : false,
"code" : 200,
- "status" : 3,
- "name" : "products",
- "count" : 0,
- "globallyUniqueId" : "h4B150768F36C/11918",
- "id" : "11918",
"type" : 2,
- "isSystem" : false
+ "globallyUniqueId" : "h1AA24B099AC2/11852",
+ "count" : 0,
+ "status" : 3,
+ "id" : "11852",
+ "isSystem" : false,
+ "name" : "products"
}
diff --git a/Documentation/Examples/RestCollectionIdentifierLoadIndexesIntoMemory.generated b/Documentation/Examples/RestCollectionIdentifierLoadIndexesIntoMemory.generated
index 933fd64a81..269ee13372 100644
--- a/Documentation/Examples/RestCollectionIdentifierLoadIndexesIntoMemory.generated
+++ b/Documentation/Examples/RestCollectionIdentifierLoadIndexesIntoMemory.generated
@@ -1,8 +1,8 @@
shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/loadIndexesIntoMemory
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/loadIndexesIntoMemory
{
diff --git a/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated b/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
index c5083b16b8..71d989176d 100644
--- a/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
+++ b/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
@@ -5,28 +5,28 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collecti
EOF
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/properties
{
"error" : false,
"code" : 200,
- "waitForSync" : true,
- "type" : 2,
+ "status" : 3,
"statusString" : "loaded",
- "indexBuckets" : 8,
- "globallyUniqueId" : "h4B150768F36C/11929",
- "doCompact" : true,
- "isSystem" : false,
- "journalSize" : 33554432,
- "id" : "11929",
- "isVolatile" : false,
+ "name" : "products",
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
"lastValue" : 0
},
- "name" : "products",
- "status" : 3
+ "type" : 2,
+ "indexBuckets" : 8,
+ "globallyUniqueId" : "h1AA24B099AC2/11863",
+ "doCompact" : true,
+ "waitForSync" : true,
+ "id" : "11863",
+ "isSystem" : false,
+ "journalSize" : 33554432,
+ "isVolatile" : false
}
diff --git a/Documentation/Examples/RestCollectionIdentifierRename.generated b/Documentation/Examples/RestCollectionIdentifierRename.generated
index 2afae65f50..5caf72b5c5 100644
--- a/Documentation/Examples/RestCollectionIdentifierRename.generated
+++ b/Documentation/Examples/RestCollectionIdentifierRename.generated
@@ -5,17 +5,17 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collecti
EOF
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products1/rename
{
"error" : false,
"code" : 200,
"status" : 3,
- "globallyUniqueId" : "h4B150768F36C/11936",
- "id" : "11936",
+ "name" : "newname",
"type" : 2,
+ "globallyUniqueId" : "h1AA24B099AC2/11870",
"isSystem" : false,
- "name" : "newname"
+ "id" : "11870"
}
diff --git a/Documentation/Examples/RestCollectionIdentifierTruncate.generated b/Documentation/Examples/RestCollectionIdentifierTruncate.generated
index ade3d61224..c3aa796642 100644
--- a/Documentation/Examples/RestCollectionIdentifierTruncate.generated
+++ b/Documentation/Examples/RestCollectionIdentifierTruncate.generated
@@ -1,17 +1,17 @@
shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/truncate
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/truncate
{
"error" : false,
"code" : 200,
"status" : 3,
- "globallyUniqueId" : "h4B150768F36C/11942",
- "id" : "11942",
+ "name" : "products",
"type" : 2,
+ "globallyUniqueId" : "h1AA24B099AC2/11876",
"isSystem" : false,
- "name" : "products"
+ "id" : "11876"
}
diff --git a/Documentation/Examples/RestCollectionIdentifierUnload.generated b/Documentation/Examples/RestCollectionIdentifierUnload.generated
index e3f82d0c61..e887b4fe4b 100644
--- a/Documentation/Examples/RestCollectionIdentifierUnload.generated
+++ b/Documentation/Examples/RestCollectionIdentifierUnload.generated
@@ -1,17 +1,17 @@
shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/unload
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/unload
{
"error" : false,
"code" : 200,
"status" : 4,
- "globallyUniqueId" : "h4B150768F36C/11947",
- "id" : "11947",
+ "name" : "products",
"type" : 2,
+ "globallyUniqueId" : "h1AA24B099AC2/11881",
"isSystem" : false,
- "name" : "products"
+ "id" : "11881"
}
diff --git a/Documentation/Examples/RestCollectionRotate.generated b/Documentation/Examples/RestCollectionRotate.generated
index d2a6f4f0ba..4ffd1d38b0 100644
--- a/Documentation/Examples/RestCollectionRotate.generated
+++ b/Documentation/Examples/RestCollectionRotate.generated
@@ -4,8 +4,8 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collecti
EOF
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
location: /_api/collection/products/rotate
{
diff --git a/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated b/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
index ae1f43858f..1888c3b368 100644
--- a/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
+++ b/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
@@ -15,20 +15,20 @@ x-content-type-options: nosniff
"code" : 201,
"result" : [
{
- "_key" : "11986",
- "_id" : "products/11986",
- "_rev" : "_WgE7N_---_",
- "hello2" : "world1"
+ "_key" : "11923",
+ "_id" : "products/11923",
+ "_rev" : "_WnWW0ge--F",
+ "hello4" : "world1"
},
{
- "_key" : "11982",
- "_id" : "products/11982",
- "_rev" : "_WgE7N-6--_",
- "hello1" : "world1"
+ "_key" : "11926",
+ "_id" : "products/11926",
+ "_rev" : "_WnWW0ge--H",
+ "hello5" : "world1"
}
],
"hasMore" : true,
- "id" : "11998",
+ "id" : "11929",
"count" : 5,
"extra" : {
"stats" : {
@@ -38,7 +38,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00031304359436035156
+ "executionTime" : 0.00008940696716308594
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated b/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
index c6a91788e5..79140e23e2 100644
--- a/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
+++ b/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
@@ -13,15 +13,15 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "12004",
- "_id" : "products/12004",
- "_rev" : "_WgE7Nae--_",
+ "_key" : "11935",
+ "_id" : "products/11935",
+ "_rev" : "_WnWW0hC--_",
"hello1" : "world1"
},
{
- "_key" : "12008",
- "_id" : "products/12008",
- "_rev" : "_WgE7Nai--_",
+ "_key" : "11939",
+ "_id" : "products/11939",
+ "_rev" : "_WnWW0hC--B",
"hello2" : "world1"
}
],
@@ -36,7 +36,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00032448768615722656
+ "executionTime" : 0.00007605552673339844
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorCreateCursorOption.generated b/Documentation/Examples/RestCursorCreateCursorOption.generated
index 412a69dafd..9273984028 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.0002486705780029297
+ "executionTime" : 0.00019359588623046875
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated b/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated
index 24d6319203..b98ace12b3 100644
--- a/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated
+++ b/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated
@@ -12,7 +12,7 @@ x-content-type-options: nosniff
{
"error" : true,
- "errorMessage" : "AQL: collection not found: unknowncoll (while parsing)",
+ "errorMessage" : "AQL: collection or view not found: unknowncoll (while parsing)",
"code" : 404,
"errorNum" : 1203
}
diff --git a/Documentation/Examples/RestCursorDelete.generated b/Documentation/Examples/RestCursorDelete.generated
index 86b2f6ae47..a8d61a3353 100644
--- a/Documentation/Examples/RestCursorDelete.generated
+++ b/Documentation/Examples/RestCursorDelete.generated
@@ -15,20 +15,20 @@ x-content-type-options: nosniff
"code" : 201,
"result" : [
{
- "_key" : "12021",
- "_id" : "products/12021",
- "_rev" : "_WgE7N2q--_",
- "hello2" : "world1"
+ "_key" : "11955",
+ "_id" : "products/11955",
+ "_rev" : "_WnWW0hy--D",
+ "hello3" : "world1"
},
{
- "_key" : "12024",
- "_id" : "products/12024",
- "_rev" : "_WgE7N2u--_",
- "hello3" : "world1"
+ "_key" : "11958",
+ "_id" : "products/11958",
+ "_rev" : "_WnWW0hy--F",
+ "hello4" : "world1"
}
],
"hasMore" : true,
- "id" : "12033",
+ "id" : "11964",
"count" : 5,
"extra" : {
"stats" : {
@@ -38,11 +38,11 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00033736228942871094
+ "executionTime" : 0.00007224082946777344
},
"warnings" : [ ]
},
"cached" : false
}
-shell> curl -X DELETE --dump - http://localhost:8529/_api/cursor/12033
+shell> curl -X DELETE --dump - http://localhost:8529/_api/cursor/11964
diff --git a/Documentation/Examples/RestCursorDeleteIgnore.generated b/Documentation/Examples/RestCursorDeleteIgnore.generated
index f343976e69..eab2339d1b 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.0003352165222167969
+ "executionTime" : 0.00007867813110351562
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorDeleteQuery.generated b/Documentation/Examples/RestCursorDeleteQuery.generated
index 879a40988f..d7cde33237 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.00048661231994628906
+ "executionTime" : 0.0001163482666015625
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorForLimitReturnCont.generated b/Documentation/Examples/RestCursorForLimitReturnCont.generated
index 2110ea6bc1..2809d8213e 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/12088
+shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/12019
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" : "12072",
- "_id" : "products/12072",
- "_rev" : "_WgE7PoK--_",
- "hello1" : "world1"
+ "_key" : "12013",
+ "_id" : "products/12013",
+ "_rev" : "_WnWW0km--F",
+ "hello4" : "world1"
},
{
- "_key" : "12082",
- "_id" : "products/12082",
- "_rev" : "_WgE7PoS--_",
- "hello4" : "world1"
+ "_key" : "12003",
+ "_id" : "products/12003",
+ "_rev" : "_WnWW0km--_",
+ "hello1" : "world1"
}
],
"hasMore" : true,
- "id" : "12088",
+ "id" : "12019",
"count" : 5,
"extra" : {
"stats" : {
@@ -40,7 +40,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0003859996795654297
+ "executionTime" : 0.00010180473327636719
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestCursorOptimizerRules.generated b/Documentation/Examples/RestCursorOptimizerRules.generated
index 8f79ce0a0a..e2161858ca 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.0001976490020751953
+ "executionTime" : 0.0001049041748046875
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestDatabaseGetInfo.generated b/Documentation/Examples/RestDatabaseGetInfo.generated
index 775dc2962c..b447529291 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_Uk8cNP/tmp-12268-207544964/data/databases/database-1",
+ "path" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/databases/database-1",
"isSystem" : true
}
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
index ca8f5e53de..cd1753dd28 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/12240
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/12162
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
-etag: "_WgE7Znu--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12240
+etag: "_WnWW05y--_"
+location: /_db/_system/_api/document/products/12162
{
- "_id" : "products/12240",
- "_key" : "12240",
- "_rev" : "_WgE7Znu--_"
+ "_id" : "products/12162",
+ "_key" : "12162",
+ "_rev" : "_WnWW05y--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
index 84fa1fb36e..e512a1b22f 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
@@ -1,16 +1,16 @@
-shell> curl -X DELETE --header 'If-Match: "_WgE7aHC--_"' --dump - http://localhost:8529/_api/document/products/12250
+shell> curl -X DELETE --header 'If-Match: "_WnWW06u--_"' --dump - http://localhost:8529/_api/document/products/12172
HTTP/1.1 412 Precondition Failed
-content-type: application/json; charset=utf-8
-etag: "_WgE7aH---_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW06q--_"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
- "_id" : "products/12250",
- "_key" : "12250",
- "_rev" : "_WgE7aH---_"
+ "_id" : "products/12172",
+ "_key" : "12172",
+ "_rev" : "_WnWW06q--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated
index 2b5e8bfa2d..af22af58bb 100644
--- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated
+++ b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOtherMulti.generated
@@ -1,16 +1,16 @@
-shell> curl -X DELETE --header 'If-Match: "_WgE7aZe--_"' --dump - http://localhost:8529/_api/document/products/12262
+shell> curl -X DELETE --header 'If-Match: "_WnWW07W--B"' --dump - http://localhost:8529/_api/document/products/12184
HTTP/1.1 412 Precondition Failed
-content-type: application/json; charset=utf-8
-etag: "_WgE7aZa--_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW07W--_"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
- "_id" : "products/12262",
- "_key" : "12262",
- "_rev" : "_WgE7aZa--_"
+ "_id" : "products/12184",
+ "_key" : "12184",
+ "_rev" : "_WnWW07W--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentMulti.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentMulti.generated
index 8d68065373..a6271ff93d 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/12283
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/12196
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
-etag: "_WgE7aum--B"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12283
+etag: "_WnWW08G--_"
+location: /_db/_system/_api/document/products/12196
{
- "_id" : "products/12283",
- "_key" : "12283",
- "_rev" : "_WgE7aum--B"
+ "_id" : "products/12196",
+ "_key" : "12196",
+ "_rev" : "_WnWW08G--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
index ae3d832a2b..7f5e381808 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/12293
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/12206
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 a84d5ee170..c80d9ea920 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/12304
+shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/12217
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 a049f10b0c..a905c85c8c 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/12315 <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12228 <<EOF
{
"hello" : "world"
}
@@ -6,17 +6,17 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7cGq--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12315
+etag: "_WnWW1_u--_"
+location: /_db/_system/_api/document/products/12228
{
- "_id" : "products/12315",
- "_key" : "12315",
- "_rev" : "_WgE7cGq--_",
- "_oldRev" : "_WgE7cGm--_"
+ "_id" : "products/12228",
+ "_key" : "12228",
+ "_rev" : "_WnWW1_u--_",
+ "_oldRev" : "_WnWW1_q--_"
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12315 <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12228 <<EOF
{
"numbers" : {
"one" : 1,
@@ -29,27 +29,27 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7cH---_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12315
+etag: "_WnWW1_6--_"
+location: /_db/_system/_api/document/products/12228
{
- "_id" : "products/12315",
- "_key" : "12315",
- "_rev" : "_WgE7cH---_",
- "_oldRev" : "_WgE7cGq--_"
+ "_id" : "products/12228",
+ "_key" : "12228",
+ "_rev" : "_WnWW1_6--_",
+ "_oldRev" : "_WnWW1_u--_"
}
-shell> curl --dump - http://localhost:8529/_api/document/products/12315
+shell> curl --dump - http://localhost:8529/_api/document/products/12228
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: "_WgE7cH---_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1_6--_"
{
- "_key" : "12315",
- "_id" : "products/12315",
- "_rev" : "_WgE7cH---_",
+ "_key" : "12228",
+ "_id" : "products/12228",
+ "_rev" : "_WnWW1_6--_",
"one" : "world",
"hello" : "world",
"numbers" : {
@@ -59,7 +59,7 @@ x-content-type-options: nosniff
"empty" : null
}
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12315?keepNull=false <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12228?keepNull=false <<EOF
{
"hello" : null,
"numbers" : {
@@ -70,27 +70,27 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7cHu--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12315
+etag: "_WnWW1AS--_"
+location: /_db/_system/_api/document/products/12228
{
- "_id" : "products/12315",
- "_key" : "12315",
- "_rev" : "_WgE7cHu--_",
- "_oldRev" : "_WgE7cH---_"
+ "_id" : "products/12228",
+ "_key" : "12228",
+ "_rev" : "_WnWW1AS--_",
+ "_oldRev" : "_WnWW1_6--_"
}
-shell> curl --dump - http://localhost:8529/_api/document/products/12315
+shell> curl --dump - http://localhost:8529/_api/document/products/12228
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: "_WgE7cHu--_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1AS--_"
{
- "_key" : "12315",
- "_id" : "products/12315",
- "_rev" : "_WgE7cHu--_",
+ "_key" : "12228",
+ "_id" : "products/12228",
+ "_rev" : "_WnWW1AS--_",
"one" : "world",
"numbers" : {
"empty" : null,
diff --git a/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated b/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
index 1a4c8f70f3..fc9bd79725 100644
--- a/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
+++ b/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
@@ -1,21 +1,21 @@
-shell> curl --dump - http://localhost:8529/_api/document/products/12331
+shell> curl --dump - http://localhost:8529/_api/document/products/12244
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: "_WgE7cZW--_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1Ba--_"
{
- "_key" : "12331",
- "_id" : "products/12331",
- "_rev" : "_WgE7cZW--_",
+ "_key" : "12244",
+ "_id" : "products/12244",
+ "_rev" : "_WnWW1Ba--_",
"inhabitants" : {
"china" : 1366980000,
"india" : 1263590000,
"usa" : 319220000
}
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12331?mergeObjects=true <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12244?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/12331
+shell> curl --dump - http://localhost:8529/_api/document/products/12244
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: "_WgE7cZm--_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1Bq--_"
{
- "_key" : "12331",
- "_id" : "products/12331",
- "_rev" : "_WgE7cZm--_",
+ "_key" : "12244",
+ "_id" : "products/12244",
+ "_rev" : "_WnWW1Bq--_",
"inhabitants" : {
"china" : 1366980000,
"india" : 1263590000,
@@ -43,7 +43,7 @@ x-content-type-options: nosniff
"brazil" : 203553000
}
}
-shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12331?mergeObjects=false <<EOF
+shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/12244?mergeObjects=false <<EOF
{
"inhabitants" : {
"pakistan" : 188346000
@@ -53,27 +53,27 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7caC--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12331
+etag: "_WnWW1B6--_"
+location: /_db/_system/_api/document/products/12244
{
- "_id" : "products/12331",
- "_key" : "12331",
- "_rev" : "_WgE7caC--_",
- "_oldRev" : "_WgE7cZm--_"
+ "_id" : "products/12244",
+ "_key" : "12244",
+ "_rev" : "_WnWW1B6--_",
+ "_oldRev" : "_WnWW1Bq--_"
}
-shell> curl --dump - http://localhost:8529/_api/document/products/12331
+shell> curl --dump - http://localhost:8529/_api/document/products/12244
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: "_WgE7caC--_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1B6--_"
{
- "_key" : "12331",
- "_id" : "products/12331",
- "_rev" : "_WgE7caC--_",
+ "_key" : "12244",
+ "_id" : "products/12244",
+ "_rev" : "_WnWW1B6--_",
"inhabitants" : {
"pakistan" : 188346000
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostAccept1.generated b/Documentation/Examples/RestDocumentHandlerPostAccept1.generated
index 1d345e8074..0d8269955f 100644
--- a/Documentation/Examples/RestDocumentHandlerPostAccept1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostAccept1.generated
@@ -4,12 +4,12 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7cuK--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12346
+etag: "_WnWW1DC--_"
+location: /_db/_system/_api/document/products/12259
{
- "_id" : "products/12346",
- "_key" : "12346",
- "_rev" : "_WgE7cuK--_"
+ "_id" : "products/12259",
+ "_key" : "12259",
+ "_rev" : "_WnWW1DC--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostCreate1.generated b/Documentation/Examples/RestDocumentHandlerPostCreate1.generated
index 04e943f261..b52c4fff45 100644
--- a/Documentation/Examples/RestDocumentHandlerPostCreate1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostCreate1.generated
@@ -4,12 +4,12 @@ EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
-etag: "_WgE7eBi--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12358
+etag: "_WnWW1Ey--_"
+location: /_db/_system/_api/document/products/12271
{
- "_id" : "products/12358",
- "_key" : "12358",
- "_rev" : "_WgE7eBi--_"
+ "_id" : "products/12271",
+ "_key" : "12271",
+ "_rev" : "_WnWW1Ey--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostMulti1.generated b/Documentation/Examples/RestDocumentHandlerPostMulti1.generated
index 24933105ea..bf62f5da75 100644
--- a/Documentation/Examples/RestDocumentHandlerPostMulti1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostMulti1.generated
@@ -8,18 +8,18 @@ x-content-type-options: nosniff
[
{
- "_id" : "products/12366",
- "_key" : "12366",
- "_rev" : "_WgE7eiO--_"
+ "_id" : "products/12279",
+ "_key" : "12279",
+ "_rev" : "_WnWW1Fm--_"
},
{
- "_id" : "products/12370",
- "_key" : "12370",
- "_rev" : "_WgE7eiO--B"
+ "_id" : "products/12283",
+ "_key" : "12283",
+ "_rev" : "_WnWW1Fm--B"
},
{
- "_id" : "products/12372",
- "_key" : "12372",
- "_rev" : "_WgE7eiO--D"
+ "_id" : "products/12285",
+ "_key" : "12285",
+ "_rev" : "_WnWW1Fm--D"
}
]
diff --git a/Documentation/Examples/RestDocumentHandlerPostMulti2.generated b/Documentation/Examples/RestDocumentHandlerPostMulti2.generated
index 905696f28e..17f3759519 100644
--- a/Documentation/Examples/RestDocumentHandlerPostMulti2.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostMulti2.generated
@@ -4,18 +4,18 @@ EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7e8y--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12380
+etag: "_WnWW1GO--_"
+location: /_db/_system/_api/document/products/12293
{
- "_id" : "products/12380",
- "_key" : "12380",
- "_rev" : "_WgE7e8y--_",
+ "_id" : "products/12293",
+ "_key" : "12293",
+ "_rev" : "_WnWW1GO--_",
"new" : {
- "_key" : "12380",
- "_id" : "products/12380",
- "_rev" : "_WgE7e8y--_",
+ "_key" : "12293",
+ "_id" : "products/12293",
+ "_rev" : "_WnWW1GO--_",
"Hello" : "World"
}
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated b/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated
index d329d3c8d7..a06ceb6c80 100644
--- a/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated
@@ -8,7 +8,7 @@ x-content-type-options: nosniff
{
"error" : true,
- "errorMessage" : "collection not found: products",
+ "errorMessage" : "collection or view not found: products",
"code" : 404,
"errorNum" : 1203
}
diff --git a/Documentation/Examples/RestDocumentHandlerPostWait1.generated b/Documentation/Examples/RestDocumentHandlerPostWait1.generated
index aad6c9aeaa..a8657d1456 100644
--- a/Documentation/Examples/RestDocumentHandlerPostWait1.generated
+++ b/Documentation/Examples/RestDocumentHandlerPostWait1.generated
@@ -4,12 +4,12 @@ EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
-etag: "_WgE7fXe--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12388
+etag: "_WnWW1G6--_"
+location: /_db/_system/_api/document/products/12301
{
- "_id" : "products/12388",
- "_key" : "12388",
- "_rev" : "_WgE7fXe--_"
+ "_id" : "products/12301",
+ "_key" : "12301",
+ "_rev" : "_WnWW1G6--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocument.generated b/Documentation/Examples/RestDocumentHandlerReadDocument.generated
index fb05bbcbdc..a478adad0a 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocument.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocument.generated
@@ -1,13 +1,13 @@
-shell> curl --dump - http://localhost:8529/_api/document/products/12396
+shell> curl --dump - http://localhost:8529/_api/document/products/12309
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
-etag: "_WgE7fx---_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1Hq--_"
{
- "_key" : "12396",
- "_id" : "products/12396",
- "_rev" : "_WgE7fx---_",
+ "_key" : "12309",
+ "_id" : "products/12309",
+ "_rev" : "_WnWW1Hq--_",
"hello" : "world"
}
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
index c70afd08bb..f47295fab0 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
@@ -11,9 +11,9 @@ x-content-type-options: nosniff
{
"result" : [
- "products/12421",
- "products/12414",
- "products/12418"
+ "products/12325",
+ "products/12318",
+ "products/12322"
],
"hasMore" : false,
"cached" : false,
@@ -25,7 +25,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0004761219024658203
+ "executionTime" : 0.00011396408081054688
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
index 43c9890286..9713599e05 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/12436",
- "/_db/_system/_api/document/products/12433",
- "/_db/_system/_api/document/products/12429"
+ "/_db/_system/_api/document/products/12337",
+ "/_db/_system/_api/document/products/12340",
+ "/_db/_system/_api/document/products/12333"
],
"hasMore" : false,
"cached" : false,
@@ -24,7 +24,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.00039076805114746094
+ "executionTime" : 0.00011205673217773438
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
index 50b0918012..ea1aa7d840 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/12444
+shell> curl -X HEAD --dump - http://localhost:8529/_api/document/products/12348
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
index 73f958dcc5..b00364b191 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
@@ -1,2 +1,2 @@
-shell> curl --header 'If-None-Match: "_WgE7m-2--_"' --dump - http://localhost:8529/_api/document/products/12453
+shell> curl --header 'If-None-Match: "_WnWW1KC--_"' --dump - http://localhost:8529/_api/document/products/12357
diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated
index 97b8fab2fe..dd97536297 100644
--- a/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated
+++ b/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated
@@ -6,7 +6,7 @@ x-content-type-options: nosniff
{
"error" : true,
- "errorMessage" : "collection not found: products",
+ "errorMessage" : "collection or view not found: products",
"code" : 404,
"errorNum" : 1203
}
diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
index ed8ebf48d4..03eb835e32 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/12462 <<EOF
+shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/12366 <<EOF
{"Hello": "you"}
EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
-etag: "_WgE7mUS--_"
x-content-type-options: nosniff
-location: /_db/_system/_api/document/products/12462
+etag: "_WnWW1LG--_"
+location: /_db/_system/_api/document/products/12366
{
- "_id" : "products/12462",
- "_key" : "12462",
- "_rev" : "_WgE7mUS--_",
- "_oldRev" : "_WgE7mUO--_"
+ "_id" : "products/12366",
+ "_key" : "12366",
+ "_rev" : "_WnWW1LG--_",
+ "_oldRev" : "_WnWW1LC--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
index 311d268675..f98c0281c7 100644
--- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
+++ b/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
@@ -1,18 +1,18 @@
-shell> curl -X PUT --header 'If-Match: "_WgE7mqK--B"' --data-binary @- --dump - http://localhost:8529/_api/document/products/12472 <<EOF
+shell> curl -X PUT --header 'If-Match: "_WnWW1Lu--B"' --data-binary @- --dump - http://localhost:8529/_api/document/products/12376 <<EOF
{"other":"content"}
EOF
HTTP/1.1 412 Precondition Failed
-content-type: application/json; charset=utf-8
-etag: "_WgE7mqK--_"
x-content-type-options: nosniff
+content-type: application/json; charset=utf-8
+etag: "_WnWW1Lu--_"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
- "_id" : "products/12472",
- "_key" : "12472",
- "_rev" : "_WgE7mqK--_"
+ "_id" : "products/12376",
+ "_key" : "12376",
+ "_rev" : "_WnWW1Lu--_"
}
diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
index e61322b06e..a466ec78f0 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/12484 <<EOF
+shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/12388 <<EOF
{}
EOF
diff --git a/Documentation/Examples/RestEdgesReadEdgesAny.generated b/Documentation/Examples/RestEdgesReadEdgesAny.generated
index 1b37c45f4a..18e3e29051 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" : "_WgE7nr---_",
+ "_rev" : "_WnWW1NG--J",
"$label" : "v2 -> v1"
},
{
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"_id" : "edges/7",
"_from" : "vertices/4",
"_to" : "vertices/1",
- "_rev" : "_WgE7nrC--_",
+ "_rev" : "_WnWW1NG--L",
"$label" : "v4 -> v1"
},
{
@@ -27,7 +27,7 @@ x-content-type-options: nosniff
"_id" : "edges/5",
"_from" : "vertices/1",
"_to" : "vertices/3",
- "_rev" : "_WgE7nq6--_",
+ "_rev" : "_WnWW1NG--H",
"$label" : "v1 -> v3"
}
],
diff --git a/Documentation/Examples/RestEdgesReadEdgesIn.generated b/Documentation/Examples/RestEdgesReadEdgesIn.generated
index cc35c2429a..517bace17d 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" : "_WgE7oWu--_",
+ "_rev" : "_WnWW1OK--D",
"$label" : "v2 -> v1"
},
{
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"_id" : "edges/7",
"_from" : "vertices/4",
"_to" : "vertices/1",
- "_rev" : "_WgE7oWy--_",
+ "_rev" : "_WnWW1OK--F",
"$label" : "v4 -> v1"
}
],
diff --git a/Documentation/Examples/RestEdgesReadEdgesOut.generated b/Documentation/Examples/RestEdgesReadEdgesOut.generated
index 47cf651f96..1240925f8b 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" : "_WgE7pPa--_",
+ "_rev" : "_WnWW1Pa--_",
"$label" : "v1 -> v3"
}
],
diff --git a/Documentation/Examples/RestEndpointGet.generated b/Documentation/Examples/RestEndpointGet.generated
index f7c9cbb7e6..c42870ad80 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:9854"
+ "endpoint" : "http://127.0.0.1:22887"
}
]
diff --git a/Documentation/Examples/RestExplainAllPlans.generated b/Documentation/Examples/RestExplainAllPlans.generated
index fd8c1e9ae8..5887a54aea 100644
--- a/Documentation/Examples/RestExplainAllPlans.generated
+++ b/Documentation/Examples/RestExplainAllPlans.generated
@@ -37,9 +37,10 @@ x-content-type-options: nosniff
"id" : 0,
"name" : "p"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "12571",
+ "id" : "12474",
"type" : "hash",
"fields" : [
"id"
diff --git a/Documentation/Examples/RestExplainOptimizerRules.generated b/Documentation/Examples/RestExplainOptimizerRules.generated
index e254c3f990..cafd9f34ff 100644
--- a/Documentation/Examples/RestExplainOptimizerRules.generated
+++ b/Documentation/Examples/RestExplainOptimizerRules.generated
@@ -33,9 +33,10 @@ x-content-type-options: nosniff
"id" : 0,
"name" : "p"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "12588",
+ "id" : "12491",
"type" : "skiplist",
"fields" : [
"id"
diff --git a/Documentation/Examples/RestExplainOptions.generated b/Documentation/Examples/RestExplainOptions.generated
index 8531b4d896..48ee93638b 100644
--- a/Documentation/Examples/RestExplainOptions.generated
+++ b/Documentation/Examples/RestExplainOptions.generated
@@ -45,9 +45,10 @@ x-content-type-options: nosniff
"id" : 0,
"name" : "p"
},
+ "producesResult" : true,
"indexes" : [
{
- "id" : "12627",
+ "id" : "12530",
"type" : "skiplist",
"fields" : [
"id"
diff --git a/Documentation/Examples/RestExplainValid.generated b/Documentation/Examples/RestExplainValid.generated
index 120285b168..fdd472c3d5 100644
--- a/Documentation/Examples/RestExplainValid.generated
+++ b/Documentation/Examples/RestExplainValid.generated
@@ -33,7 +33,8 @@ x-content-type-options: nosniff
"outVariable" : {
"id" : 0,
"name" : "p"
- }
+ },
+ "producesResult" : true
},
{
"type" : "ReturnNode",
diff --git a/Documentation/Examples/RestFetchAllUser.generated b/Documentation/Examples/RestFetchAllUser.generated
index cbf3208280..808c6dbfa2 100644
--- a/Documentation/Examples/RestFetchAllUser.generated
+++ b/Documentation/Examples/RestFetchAllUser.generated
@@ -8,12 +8,6 @@ x-content-type-options: nosniff
"error" : false,
"code" : 200,
"result" : [
- {
- "user" : "tester",
- "active" : false,
- "extra" : {
- }
- },
{
"user" : "root",
"active" : true,
@@ -25,6 +19,12 @@ x-content-type-options: nosniff
"active" : true,
"extra" : {
}
+ },
+ {
+ "user" : "tester",
+ "active" : false,
+ "extra" : {
+ }
}
]
}
diff --git a/Documentation/Examples/RestFetchUserDatabaseListFull.generated b/Documentation/Examples/RestFetchUserDatabaseListFull.generated
index 8ec397c9e2..6cc096b96e 100644
--- a/Documentation/Examples/RestFetchUserDatabaseListFull.generated
+++ b/Documentation/Examples/RestFetchUserDatabaseListFull.generated
@@ -11,22 +11,22 @@ x-content-type-options: nosniff
"_system" : {
"permission" : "rw",
"collections" : {
- "_apps" : "undefined",
- "_queues" : "undefined",
- "_routing" : "undefined",
- "_graphs" : "undefined",
"_aqlfunctions" : "undefined",
- "_users" : "undefined",
- "_jobs" : "undefined",
+ "_routing" : "undefined",
+ "_queues" : "undefined",
+ "_apps" : "undefined",
+ "_iresearch_analyzers" : "undefined",
+ "_statistics15" : "undefined",
"_modules" : "undefined",
- "animals" : "undefined",
"_frontend" : "undefined",
+ "_appbundles" : "undefined",
+ "_graphs" : "undefined",
+ "_jobs" : "undefined",
"_statisticsRaw" : "undefined",
+ "_users" : "undefined",
"_statistics" : "undefined",
"demo" : "undefined",
- "_iresearch_analyzers" : "undefined",
- "_appbundles" : "undefined",
- "_statistics15" : "undefined",
+ "animals" : "undefined",
"*" : "undefined"
}
},
diff --git a/Documentation/Examples/RestIResearchViewPatchProperties.generated b/Documentation/Examples/RestIResearchViewPatchProperties.generated
index 2cff68b194..d1ef36aed6 100644
--- a/Documentation/Examples/RestIResearchViewPatchProperties.generated
+++ b/Documentation/Examples/RestIResearchViewPatchProperties.generated
@@ -9,33 +9,7 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "collections" : [ ],
- "commit" : {
- "cleanupIntervalStep" : 10,
- "commitIntervalMsec" : 60000,
- "commitTimeoutMsec" : 5000,
- "consolidate" : {
- "bytes" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- },
- "bytes_accum" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- },
- "count" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- },
- "fill" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- }
- }
- },
- "locale" : "C",
- "threadsMaxIdle" : 5,
- "threadsMaxTotal" : 5,
- "links" : {
- }
+ "id" : "12651",
+ "name" : "products",
+ "type" : "arangosearch"
}
diff --git a/Documentation/Examples/RestIResearchViewPutProperties.generated b/Documentation/Examples/RestIResearchViewPutProperties.generated
index 86ceeeed85..3c4539fdaa 100644
--- a/Documentation/Examples/RestIResearchViewPutProperties.generated
+++ b/Documentation/Examples/RestIResearchViewPutProperties.generated
@@ -9,33 +9,7 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "collections" : [ ],
- "commit" : {
- "cleanupIntervalStep" : 10,
- "commitIntervalMsec" : 60000,
- "commitTimeoutMsec" : 5000,
- "consolidate" : {
- "bytes" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- },
- "bytes_accum" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- },
- "count" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- },
- "fill" : {
- "segmentThreshold" : 300,
- "threshold" : 0.8500000238418579
- }
- }
- },
- "locale" : "C",
- "threadsMaxIdle" : 5,
- "threadsMaxTotal" : 5,
- "links" : {
- }
+ "id" : "12656",
+ "name" : "products",
+ "type" : "arangosearch"
}
diff --git a/Documentation/Examples/RestImportCsvInvalidCollection.generated b/Documentation/Examples/RestImportCsvInvalidCollection.generated
index 0dee699292..77d933d47e 100644
--- a/Documentation/Examples/RestImportCsvInvalidCollection.generated
+++ b/Documentation/Examples/RestImportCsvInvalidCollection.generated
@@ -10,7 +10,7 @@ x-content-type-options: nosniff
{
"error" : true,
- "errorMessage" : "collection not found: products",
+ "errorMessage" : "collection or view not found: products",
"code" : 404,
"errorNum" : 1203
}
diff --git a/Documentation/Examples/RestImportJsonInvalidCollection.generated b/Documentation/Examples/RestImportJsonInvalidCollection.generated
index 0bec8657d2..32c1eb12e9 100644
--- a/Documentation/Examples/RestImportJsonInvalidCollection.generated
+++ b/Documentation/Examples/RestImportJsonInvalidCollection.generated
@@ -8,7 +8,7 @@ x-content-type-options: nosniff
{
"error" : true,
- "errorMessage" : "collection not found: products",
+ "errorMessage" : "collection or view not found: products",
"code" : 404,
"errorNum" : 1203
}
diff --git a/Documentation/Examples/RestIndexAllIndexes.generated b/Documentation/Examples/RestIndexAllIndexes.generated
index fcc0030605..d2e2ad55f9 100644
--- a/Documentation/Examples/RestIndexAllIndexes.generated
+++ b/Documentation/Examples/RestIndexAllIndexes.generated
@@ -23,7 +23,7 @@ x-content-type-options: nosniff
"fields" : [
"name"
],
- "id" : "products/12904",
+ "id" : "products/12798",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
@@ -34,7 +34,7 @@ x-content-type-options: nosniff
"fields" : [
"price"
],
- "id" : "products/12907",
+ "id" : "products/12801",
"sparse" : true,
"type" : "skiplist",
"unique" : false
@@ -51,23 +51,23 @@ x-content-type-options: nosniff
"type" : "primary",
"unique" : true
},
- "products/12904" : {
+ "products/12798" : {
"deduplicate" : true,
"fields" : [
"name"
],
- "id" : "products/12904",
+ "id" : "products/12798",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
"unique" : false
},
- "products/12907" : {
+ "products/12801" : {
"deduplicate" : true,
"fields" : [
"price"
],
- "id" : "products/12907",
+ "id" : "products/12801",
"sparse" : true,
"type" : "skiplist",
"unique" : false
diff --git a/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated b/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
index 1724761c93..04c2b56b4e 100644
--- a/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
+++ b/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"e",
"f"
],
- "id" : "products/12915",
+ "id" : "products/12809",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateGeoLocation.generated b/Documentation/Examples/RestIndexCreateGeoLocation.generated
index eba48e7a3d..a2c71b2ea6 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/12922",
+ "id" : "products/12816",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateNewFulltext.generated b/Documentation/Examples/RestIndexCreateNewFulltext.generated
index 6a4aa85df2..251de0c0e3 100644
--- a/Documentation/Examples/RestIndexCreateNewFulltext.generated
+++ b/Documentation/Examples/RestIndexCreateNewFulltext.generated
@@ -15,7 +15,7 @@ x-content-type-options: nosniff
"fields" : [
"text"
],
- "id" : "products/12929",
+ "id" : "products/12823",
"isNewlyCreated" : true,
"minLength" : 2,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateNewHashIndex.generated b/Documentation/Examples/RestIndexCreateNewHashIndex.generated
index 60254c1dd0..ae2745514f 100644
--- a/Documentation/Examples/RestIndexCreateNewHashIndex.generated
+++ b/Documentation/Examples/RestIndexCreateNewHashIndex.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/12936",
+ "id" : "products/12830",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/RestIndexCreateNewPersistent.generated b/Documentation/Examples/RestIndexCreateNewPersistent.generated
index 37435b5a5d..4f96e1a6f5 100644
--- a/Documentation/Examples/RestIndexCreateNewPersistent.generated
+++ b/Documentation/Examples/RestIndexCreateNewPersistent.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/12952",
+ "id" : "products/12837",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
diff --git a/Documentation/Examples/RestIndexCreateNewSkiplist.generated b/Documentation/Examples/RestIndexCreateNewSkiplist.generated
index e79fa651b6..3b321db6a8 100644
--- a/Documentation/Examples/RestIndexCreateNewSkiplist.generated
+++ b/Documentation/Examples/RestIndexCreateNewSkiplist.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/12959",
+ "id" : "products/12844",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
diff --git a/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated b/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
index 96f5930f90..f642af3b15 100644
--- a/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
+++ b/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
@@ -19,7 +19,7 @@ x-content-type-options: nosniff
"a",
"b"
],
- "id" : "products/12966",
+ "id" : "products/12851",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/RestIndexCreateSparseHashIndex.generated b/Documentation/Examples/RestIndexCreateSparseHashIndex.generated
index 6be33504e3..9ce29a06ea 100644
--- a/Documentation/Examples/RestIndexCreateSparseHashIndex.generated
+++ b/Documentation/Examples/RestIndexCreateSparseHashIndex.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"fields" : [
"a"
],
- "id" : "products/12973",
+ "id" : "products/12858",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : true,
diff --git a/Documentation/Examples/RestIndexCreateSparsePersistent.generated b/Documentation/Examples/RestIndexCreateSparsePersistent.generated
index 180553bd25..4005d50d9f 100644
--- a/Documentation/Examples/RestIndexCreateSparsePersistent.generated
+++ b/Documentation/Examples/RestIndexCreateSparsePersistent.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"fields" : [
"a"
],
- "id" : "products/12980",
+ "id" : "products/12865",
"isNewlyCreated" : true,
"sparse" : true,
"type" : "persistent",
diff --git a/Documentation/Examples/RestIndexCreateSparseSkiplist.generated b/Documentation/Examples/RestIndexCreateSparseSkiplist.generated
index c456844587..95db9e436f 100644
--- a/Documentation/Examples/RestIndexCreateSparseSkiplist.generated
+++ b/Documentation/Examples/RestIndexCreateSparseSkiplist.generated
@@ -18,7 +18,7 @@ x-content-type-options: nosniff
"fields" : [
"a"
],
- "id" : "products/12987",
+ "id" : "products/12872",
"isNewlyCreated" : true,
"sparse" : true,
"type" : "skiplist",
diff --git a/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated b/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
index 806e98d066..4441512257 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/12994
+shell> curl -X DELETE --dump - http://localhost:8529/_api/index/products/12879
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "id" : "products/12994",
+ "id" : "products/12879",
"error" : false,
"code" : 200
}
diff --git a/Documentation/Examples/RestReplicationApplierStart.generated b/Documentation/Examples/RestReplicationApplierStart.generated
index db32f893ab..d0254a4ad4 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-03-13T23:39:17Z",
+ "time" : "2018-04-05T13:57:05Z",
"message" : "applier initially created for database '_system'",
"failedConnects" : 0
},
@@ -25,11 +25,11 @@ x-content-type-options: nosniff
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-03-13T23:42:03Z"
+ "time" : "2018-04-05T13:57:15Z"
},
"server" : {
"version" : "3.4.devel",
- "serverId" : "82553690714988"
+ "serverId" : "29284345944770"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationApplierStateNotRunning.generated b/Documentation/Examples/RestReplicationApplierStateNotRunning.generated
index 4e99873468..e19a46492a 100644
--- a/Documentation/Examples/RestReplicationApplierStateNotRunning.generated
+++ b/Documentation/Examples/RestReplicationApplierStateNotRunning.generated
@@ -13,23 +13,23 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-03-13T23:42:03Z",
+ "time" : "2018-04-05T13:57:15Z",
"message" : "applier shut down",
- "failedConnects" : 1
+ "failedConnects" : 0
},
- "totalRequests" : 2,
- "totalFailedConnects" : 1,
+ "totalRequests" : 0,
+ "totalFailedConnects" : 0,
"totalEvents" : 0,
"totalResyncs" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-03-13T23:42:03Z"
+ "time" : "2018-04-05T13:57:15Z"
},
"server" : {
"version" : "3.4.devel",
- "serverId" : "82553690714988"
+ "serverId" : "29284345944770"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationApplierStateRunning.generated b/Documentation/Examples/RestReplicationApplierStateRunning.generated
index dfad6df397..27440ecb52 100644
--- a/Documentation/Examples/RestReplicationApplierStateRunning.generated
+++ b/Documentation/Examples/RestReplicationApplierStateRunning.generated
@@ -13,23 +13,23 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-03-13T23:42:03Z",
+ "time" : "2018-04-05T13:57:15Z",
"message" : "fetching master state information",
"failedConnects" : 0
},
- "totalRequests" : 2,
- "totalFailedConnects" : 1,
+ "totalRequests" : 0,
+ "totalFailedConnects" : 0,
"totalEvents" : 0,
"totalResyncs" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-03-13T23:42:03Z"
+ "time" : "2018-04-05T13:57:15Z"
},
"server" : {
"version" : "3.4.devel",
- "serverId" : "82553690714988"
+ "serverId" : "29284345944770"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationApplierStop.generated b/Documentation/Examples/RestReplicationApplierStop.generated
index 3ab4b6c61a..cbd71530ad 100644
--- a/Documentation/Examples/RestReplicationApplierStop.generated
+++ b/Documentation/Examples/RestReplicationApplierStop.generated
@@ -13,23 +13,23 @@ x-content-type-options: nosniff
"lastAvailableContinuousTick" : null,
"safeResumeTick" : null,
"progress" : {
- "time" : "2018-03-13T23:42:05Z",
+ "time" : "2018-04-05T13:57:15Z",
"message" : "applier shut down",
"failedConnects" : 0
},
- "totalRequests" : 6,
- "totalFailedConnects" : 3,
+ "totalRequests" : 2,
+ "totalFailedConnects" : 1,
"totalEvents" : 0,
"totalResyncs" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
- "time" : "2018-03-13T23:42:05Z"
+ "time" : "2018-04-05T13:57:15Z"
},
"server" : {
"version" : "3.4.devel",
- "serverId" : "82553690714988"
+ "serverId" : "29284345944770"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
diff --git a/Documentation/Examples/RestReplicationDump.generated b/Documentation/Examples/RestReplicationDump.generated
index 34fbd34176..687228fa69 100644
--- a/Documentation/Examples/RestReplicationDump.generated
+++ b/Documentation/Examples/RestReplicationDump.generated
@@ -1,9 +1,9 @@
shell> curl --dump - http://localhost:8529/_api/replication/dump?collection=testCollection
HTTP/1.1 200 OK
-content-type: application/x-arango-dump; charset=utf-8
x-content-type-options: nosniff
-x-arango-replication-lastincluded: 13027
+content-type: application/x-arango-dump; charset=utf-8
x-arango-replication-checkmore: false
+x-arango-replication-lastincluded: 12912
-"{\"tick\":\"13021\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_WgE8Abu--_\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"13025\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_WgE8Ab2--_\"}}\n{\"tick\":\"13027\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_WgE8Ab2--B\"}}\n"
+"{\"tick\":\"12906\",\"type\":2300,\"data\":{\"_id\":\"testCollection/123456\",\"_key\":\"123456\",\"_rev\":\"_WnWW2PC--_\",\"b\":1,\"c\":false,\"d\":\"additional value\"}}\n{\"tick\":\"12910\",\"type\":2302,\"data\":{\"_key\":\"foobar\",\"_rev\":\"_WnWW2PG--_\"}}\n{\"tick\":\"12912\",\"type\":2302,\"data\":{\"_key\":\"abcdef\",\"_rev\":\"_WnWW2PG--B\"}}\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 9308701c6e..1ad9a196a2 100644
--- a/Documentation/Examples/RestReplicationInventory.generated
+++ b/Documentation/Examples/RestReplicationInventory.generated
@@ -57,12 +57,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "49",
+ "cid" : "47",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_appbundles",
- "id" : "49",
+ "id" : "47",
"indexBuckets" : 8,
"indexes" : [
{
@@ -87,7 +87,7 @@ x-content-type-options: nosniff
},
"name" : "_appbundles",
"numberOfShards" : 1,
- "planId" : "49",
+ "planId" : "47",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -103,7 +103,7 @@ x-content-type-options: nosniff
{
"indexes" : [
{
- "id" : "47",
+ "id" : "45",
"type" : "hash",
"fields" : [
"mount"
@@ -116,12 +116,12 @@ x-content-type-options: nosniff
],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "44",
+ "cid" : "42",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_apps",
- "id" : "44",
+ "id" : "42",
"indexBuckets" : 8,
"indexes" : [
{
@@ -135,7 +135,7 @@ x-content-type-options: nosniff
"sparse" : false
},
{
- "id" : "47",
+ "id" : "45",
"type" : "hash",
"fields" : [
"mount"
@@ -153,11 +153,11 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 62
+ "lastValue" : 60
},
"name" : "_apps",
"numberOfShards" : 1,
- "planId" : "44",
+ "planId" : "42",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -174,12 +174,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "30",
+ "cid" : "28",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_aqlfunctions",
- "id" : "30",
+ "id" : "28",
"indexBuckets" : 8,
"indexes" : [
{
@@ -204,7 +204,7 @@ x-content-type-options: nosniff
},
"name" : "_aqlfunctions",
"numberOfShards" : 1,
- "planId" : "30",
+ "planId" : "28",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -268,12 +268,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "14",
+ "cid" : "13",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_modules",
- "id" : "14",
+ "id" : "13",
"indexBuckets" : 8,
"indexes" : [
{
@@ -294,11 +294,11 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 11409
+ "lastValue" : 11371
},
"name" : "_modules",
"numberOfShards" : 1,
- "planId" : "14",
+ "planId" : "13",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -364,7 +364,7 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 13005
+ "lastValue" : 12890
},
"name" : "_users",
"numberOfShards" : 1,
@@ -385,12 +385,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "95",
+ "cid" : "107",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/95",
- "id" : "95",
+ "globallyUniqueId" : "h1AA24B099AC2/107",
+ "id" : "107",
"indexBuckets" : 8,
"indexes" : [
{
@@ -415,7 +415,7 @@ x-content-type-options: nosniff
},
"name" : "animals",
"numberOfShards" : 1,
- "planId" : "95",
+ "planId" : "107",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -432,12 +432,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "88",
+ "cid" : "101",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/88",
- "id" : "88",
+ "globallyUniqueId" : "h1AA24B099AC2/101",
+ "id" : "101",
"indexBuckets" : 8,
"indexes" : [
{
@@ -462,7 +462,7 @@ x-content-type-options: nosniff
},
"name" : "demo",
"numberOfShards" : 1,
- "planId" : "88",
+ "planId" : "101",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -478,10 +478,10 @@ x-content-type-options: nosniff
],
"state" : {
"running" : true,
- "lastLogTick" : "13048",
- "lastUncommittedLogTick" : "13050",
- "totalEvents" : 4378,
- "time" : "2018-03-13T23:42:11Z"
+ "lastLogTick" : "12932",
+ "lastUncommittedLogTick" : "12936",
+ "totalEvents" : 4348,
+ "time" : "2018-04-05T13:57:17Z"
},
- "tick" : "13052"
+ "tick" : "12936"
}
diff --git a/Documentation/Examples/RestReplicationInventoryIndexes.generated b/Documentation/Examples/RestReplicationInventoryIndexes.generated
index 1c5c95523f..387696be83 100644
--- a/Documentation/Examples/RestReplicationInventoryIndexes.generated
+++ b/Documentation/Examples/RestReplicationInventoryIndexes.generated
@@ -56,7 +56,7 @@ x-content-type-options: nosniff
{
"indexes" : [
{
- "id" : "13057",
+ "id" : "12941",
"type" : "hash",
"fields" : [
"name"
@@ -67,7 +67,7 @@ x-content-type-options: nosniff
"deduplicate" : true
},
{
- "id" : "13060",
+ "id" : "12944",
"type" : "skiplist",
"fields" : [
"a",
@@ -80,12 +80,12 @@ x-content-type-options: nosniff
],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "13053",
+ "cid" : "12937",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/13053",
- "id" : "13053",
+ "globallyUniqueId" : "h1AA24B099AC2/12937",
+ "id" : "12937",
"indexBuckets" : 8,
"indexes" : [
{
@@ -99,7 +99,7 @@ x-content-type-options: nosniff
"sparse" : false
},
{
- "id" : "13057",
+ "id" : "12941",
"type" : "hash",
"fields" : [
"name"
@@ -110,7 +110,7 @@ x-content-type-options: nosniff
"deduplicate" : true
},
{
- "id" : "13060",
+ "id" : "12944",
"type" : "skiplist",
"fields" : [
"a",
@@ -132,7 +132,7 @@ x-content-type-options: nosniff
},
"name" : "IndexedCollection1",
"numberOfShards" : 1,
- "planId" : "13053",
+ "planId" : "12937",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -148,7 +148,7 @@ x-content-type-options: nosniff
{
"indexes" : [
{
- "id" : "13066",
+ "id" : "12950",
"type" : "fulltext",
"fields" : [
"text"
@@ -158,7 +158,7 @@ x-content-type-options: nosniff
"minLength" : 10
},
{
- "id" : "13069",
+ "id" : "12953",
"type" : "skiplist",
"fields" : [
"a"
@@ -170,12 +170,12 @@ x-content-type-options: nosniff
],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "13062",
+ "cid" : "12946",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/13062",
- "id" : "13062",
+ "globallyUniqueId" : "h1AA24B099AC2/12946",
+ "id" : "12946",
"indexBuckets" : 8,
"indexes" : [
{
@@ -189,7 +189,7 @@ x-content-type-options: nosniff
"sparse" : false
},
{
- "id" : "13066",
+ "id" : "12950",
"type" : "fulltext",
"fields" : [
"text"
@@ -199,7 +199,7 @@ x-content-type-options: nosniff
"minLength" : 10
},
{
- "id" : "13069",
+ "id" : "12953",
"type" : "skiplist",
"fields" : [
"a"
@@ -220,7 +220,7 @@ x-content-type-options: nosniff
},
"name" : "IndexedCollection2",
"numberOfShards" : 1,
- "planId" : "13062",
+ "planId" : "12946",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -237,12 +237,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "49",
+ "cid" : "47",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_appbundles",
- "id" : "49",
+ "id" : "47",
"indexBuckets" : 8,
"indexes" : [
{
@@ -267,7 +267,7 @@ x-content-type-options: nosniff
},
"name" : "_appbundles",
"numberOfShards" : 1,
- "planId" : "49",
+ "planId" : "47",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -283,7 +283,7 @@ x-content-type-options: nosniff
{
"indexes" : [
{
- "id" : "47",
+ "id" : "45",
"type" : "hash",
"fields" : [
"mount"
@@ -296,12 +296,12 @@ x-content-type-options: nosniff
],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "44",
+ "cid" : "42",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_apps",
- "id" : "44",
+ "id" : "42",
"indexBuckets" : 8,
"indexes" : [
{
@@ -315,7 +315,7 @@ x-content-type-options: nosniff
"sparse" : false
},
{
- "id" : "47",
+ "id" : "45",
"type" : "hash",
"fields" : [
"mount"
@@ -333,11 +333,11 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 62
+ "lastValue" : 60
},
"name" : "_apps",
"numberOfShards" : 1,
- "planId" : "44",
+ "planId" : "42",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -354,12 +354,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "30",
+ "cid" : "28",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_aqlfunctions",
- "id" : "30",
+ "id" : "28",
"indexBuckets" : 8,
"indexes" : [
{
@@ -384,7 +384,7 @@ x-content-type-options: nosniff
},
"name" : "_aqlfunctions",
"numberOfShards" : 1,
- "planId" : "30",
+ "planId" : "28",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -448,12 +448,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "14",
+ "cid" : "13",
"count" : 0,
"deleted" : false,
"doCompact" : true,
"globallyUniqueId" : "_modules",
- "id" : "14",
+ "id" : "13",
"indexBuckets" : 8,
"indexes" : [
{
@@ -474,11 +474,11 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 11409
+ "lastValue" : 11371
},
"name" : "_modules",
"numberOfShards" : 1,
- "planId" : "14",
+ "planId" : "13",
"replicationFactor" : 2,
"shardKeys" : [
"_key"
@@ -544,7 +544,7 @@ x-content-type-options: nosniff
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true,
- "lastValue" : 13005
+ "lastValue" : 12890
},
"name" : "_users",
"numberOfShards" : 1,
@@ -565,12 +565,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "95",
+ "cid" : "107",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/95",
- "id" : "95",
+ "globallyUniqueId" : "h1AA24B099AC2/107",
+ "id" : "107",
"indexBuckets" : 8,
"indexes" : [
{
@@ -595,7 +595,7 @@ x-content-type-options: nosniff
},
"name" : "animals",
"numberOfShards" : 1,
- "planId" : "95",
+ "planId" : "107",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -612,12 +612,12 @@ x-content-type-options: nosniff
"indexes" : [ ],
"parameters" : {
"allowUserKeys" : true,
- "cid" : "88",
+ "cid" : "101",
"count" : 0,
"deleted" : false,
"doCompact" : true,
- "globallyUniqueId" : "h4B150768F36C/88",
- "id" : "88",
+ "globallyUniqueId" : "h1AA24B099AC2/101",
+ "id" : "101",
"indexBuckets" : 8,
"indexes" : [
{
@@ -642,7 +642,7 @@ x-content-type-options: nosniff
},
"name" : "demo",
"numberOfShards" : 1,
- "planId" : "88",
+ "planId" : "101",
"replicationFactor" : 1,
"shardKeys" : [
"_key"
@@ -658,10 +658,10 @@ x-content-type-options: nosniff
],
"state" : {
"running" : true,
- "lastLogTick" : "13067",
- "lastUncommittedLogTick" : "13070",
- "totalEvents" : 4384,
- "time" : "2018-03-13T23:42:12Z"
+ "lastLogTick" : "12932",
+ "lastUncommittedLogTick" : "12954",
+ "totalEvents" : 4354,
+ "time" : "2018-04-05T13:57:17Z"
},
- "tick" : "13070"
+ "tick" : "12954"
}
diff --git a/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated b/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
index 3d61f759dd..b5116b29f0 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=13072&chunkSize=400
+shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=12956&chunkSize=400
HTTP/1.1 200 OK
-x-arango-replication-checkmore: true
-content-type: application/x-arango-dump; charset=utf-8
-x-arango-replication-lastscanned: 13074
-x-arango-replication-lastincluded: 13074
-x-arango-replication-active: true
x-arango-replication-frompresent: true
+x-arango-replication-lastscanned: 12958
x-content-type-options: nosniff
-x-arango-replication-lasttick: 13085
+x-arango-replication-lastincluded: 12958
+content-type: application/x-arango-dump; charset=utf-8
+x-arango-replication-checkmore: true
+x-arango-replication-lasttick: 12969
+x-arango-replication-active: true
-"{\"tick\":\"13074\",\"type\":2000,\"database\":\"1\",\"cid\":\"13073\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"13073\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"h4B150768F36C/13073\",\"id\":\"13073\",\"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\":\"13073\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n"
+"{\"tick\":\"12958\",\"type\":2000,\"database\":\"1\",\"cid\":\"12957\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"12957\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"h1AA24B099AC2/12957\",\"id\":\"12957\",\"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\":\"12957\",\"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 c5ef61b40a..6f057379a1 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=13085
+shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=12969
HTTP/1.1 204 No Content
-x-arango-replication-checkmore: false
-content-type: application/x-arango-dump; charset=utf-8
-x-arango-replication-lastscanned: 13085
-x-arango-replication-lastincluded: 0
-x-arango-replication-active: true
x-arango-replication-frompresent: true
+x-arango-replication-lastscanned: 12969
x-content-type-options: nosniff
-x-arango-replication-lasttick: 13085
+x-arango-replication-lastincluded: 0
+content-type: application/x-arango-dump; charset=utf-8
+x-arango-replication-checkmore: false
+x-arango-replication-lasttick: 12969
+x-arango-replication-active: true
diff --git a/Documentation/Examples/RestReplicationLoggerFollowSome.generated b/Documentation/Examples/RestReplicationLoggerFollowSome.generated
index f52a05770c..bbef6f1c17 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=13085
+shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=12969
HTTP/1.1 200 OK
-x-arango-replication-checkmore: false
-content-type: application/x-arango-dump; charset=utf-8
-x-arango-replication-lastscanned: 13098
-x-arango-replication-lastincluded: 13098
-x-arango-replication-active: true
x-arango-replication-frompresent: true
+x-arango-replication-lastscanned: 12982
x-content-type-options: nosniff
-x-arango-replication-lasttick: 13098
+x-arango-replication-lastincluded: 12982
+content-type: application/x-arango-dump; charset=utf-8
+x-arango-replication-checkmore: false
+x-arango-replication-lasttick: 12982
+x-arango-replication-active: true
-"{\"tick\":\"13087\",\"type\":2000,\"database\":\"1\",\"cid\":\"13086\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"13086\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"h4B150768F36C/13086\",\"id\":\"13086\",\"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\":\"13086\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n{\"tick\":\"13091\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"13086\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p1\",\"_key\":\"p1\",\"_rev\":\"_WgE8Jnq--_\",\"name\":\"flux compensator\"}}\n{\"tick\":\"13093\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"13086\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WgE8Jnq--B\",\"hp\":5100,\"name\":\"hybrid hovercraft\"}}\n{\"tick\":\"13095\",\"type\":2302,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"13086\",\"cname\":\"products\",\"data\":{\"_key\":\"p1\",\"_rev\":\"_WgE8Jnu--_\"}}\n{\"tick\":\"13097\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"13086\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WgE8Jny--_\",\"hp\":5100,\"name\":\"broken hovercraft\"}}\n{\"tick\":\"13098\",\"type\":2001,\"database\":\"1\",\"cid\":\"13086\",\"cname\":\"products\",\"data\":{\"cuid\":\"h4B150768F36C/13086\",\"id\":\"13086\",\"name\":\"products\"}}\n"
+"{\"tick\":\"12971\",\"type\":2000,\"database\":\"1\",\"cid\":\"12970\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"12970\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"globallyUniqueId\":\"h1AA24B099AC2/12970\",\"id\":\"12970\",\"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\":\"12970\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n{\"tick\":\"12975\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"12970\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p1\",\"_key\":\"p1\",\"_rev\":\"_WnWW5em--_\",\"name\":\"flux compensator\"}}\n{\"tick\":\"12977\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"12970\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WnWW5eq--_\",\"hp\":5100,\"name\":\"hybrid hovercraft\"}}\n{\"tick\":\"12979\",\"type\":2302,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"12970\",\"cname\":\"products\",\"data\":{\"_key\":\"p1\",\"_rev\":\"_WnWW5eq--B\"}}\n{\"tick\":\"12981\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"12970\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_WnWW5eu--_\",\"hp\":5100,\"name\":\"broken hovercraft\"}}\n{\"tick\":\"12982\",\"type\":2001,\"database\":\"1\",\"cid\":\"12970\",\"cname\":\"products\",\"data\":{\"cuid\":\"h1AA24B099AC2/12970\",\"id\":\"12970\",\"name\":\"products\"}}\n"
diff --git a/Documentation/Examples/RestReplicationLoggerStateActive.generated b/Documentation/Examples/RestReplicationLoggerStateActive.generated
index c8f6e312b2..c6e2a43028 100644
--- a/Documentation/Examples/RestReplicationLoggerStateActive.generated
+++ b/Documentation/Examples/RestReplicationLoggerStateActive.generated
@@ -7,14 +7,14 @@ x-content-type-options: nosniff
{
"state" : {
"running" : true,
- "lastLogTick" : "13098",
- "lastUncommittedLogTick" : "13098",
- "totalEvents" : 4398,
- "time" : "2018-03-13T23:42:15Z"
+ "lastLogTick" : "12982",
+ "lastUncommittedLogTick" : "12982",
+ "totalEvents" : 4368,
+ "time" : "2018-04-05T13:57:20Z"
},
"server" : {
"version" : "3.4.devel",
- "serverId" : "82553690714988"
+ "serverId" : "29284345944770"
},
"clients" : [ ]
}
diff --git a/Documentation/Examples/RestReplicationLoggerTickRanges.generated b/Documentation/Examples/RestReplicationLoggerTickRanges.generated
index d39c28fcad..15b2bfc955 100644
--- a/Documentation/Examples/RestReplicationLoggerTickRanges.generated
+++ b/Documentation/Examples/RestReplicationLoggerTickRanges.generated
@@ -6,33 +6,33 @@ x-content-type-options: nosniff
[
{
- "datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-3.db",
+ "datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "5",
- "tickMax" : "11876"
+ "tickMax" : "11819"
},
{
- "datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-12.db",
+ "datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-188.db",
"status" : "collected",
- "tickMin" : "11882",
- "tickMax" : "11957"
+ "tickMin" : "11835",
+ "tickMax" : "11891"
},
{
- "datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-17.db",
+ "datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-7414.db",
"status" : "collected",
- "tickMin" : "11966",
- "tickMax" : "13027"
+ "tickMin" : "11897",
+ "tickMax" : "12912"
},
{
- "datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-11879.db",
+ "datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-11822.db",
"status" : "collected",
- "tickMin" : "13035",
- "tickMax" : "13045"
+ "tickMin" : "12920",
+ "tickMax" : "12929"
},
{
- "datafile" : "/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/journals/logfile-11960.db",
+ "datafile" : "/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/journals/logfile-11894.db",
"status" : "open",
- "tickMin" : "13050",
- "tickMax" : "13098"
+ "tickMin" : "12936",
+ "tickMax" : "12982"
}
]
diff --git a/Documentation/Examples/RestReplicationServerId.generated b/Documentation/Examples/RestReplicationServerId.generated
index 66deb08aa8..2631a33577 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" : "82553690714988"
+ "serverId" : "29284345944770"
}
diff --git a/Documentation/Examples/RestSimpleAllBatch.generated b/Documentation/Examples/RestSimpleAllBatch.generated
index 48d622618c..98a8b9b239 100644
--- a/Documentation/Examples/RestSimpleAllBatch.generated
+++ b/Documentation/Examples/RestSimpleAllBatch.generated
@@ -11,26 +11,26 @@ x-content-type-options: nosniff
"code" : 201,
"result" : [
{
- "_key" : "13127",
- "_id" : "products/13127",
- "_rev" : "_WgE8LAS--_",
+ "_key" : "13011",
+ "_id" : "products/13011",
+ "_rev" : "_WnWW6iq--B",
"Hello3" : "World3"
},
{
- "_key" : "13130",
- "_id" : "products/13130",
- "_rev" : "_WgE8LAW--_",
- "Hello4" : "World4"
+ "_key" : "13008",
+ "_id" : "products/13008",
+ "_rev" : "_WnWW6iq--_",
+ "Hello2" : "World2"
},
{
- "_key" : "13133",
- "_id" : "products/13133",
- "_rev" : "_WgE8LAW--B",
- "Hello5" : "World5"
+ "_key" : "13004",
+ "_id" : "products/13004",
+ "_rev" : "_WnWW6im--_",
+ "Hello1" : "World1"
}
],
"hasMore" : true,
- "id" : "13136",
+ "id" : "13020",
"count" : 5,
"extra" : {
"stats" : {
@@ -40,7 +40,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0004379749298095703
+ "executionTime" : 0.00016355514526367188
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleAllSkipLimit.generated b/Documentation/Examples/RestSimpleAllSkipLimit.generated
index bdf5441299..ab61a7e73d 100644
--- a/Documentation/Examples/RestSimpleAllSkipLimit.generated
+++ b/Documentation/Examples/RestSimpleAllSkipLimit.generated
@@ -9,16 +9,16 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13142",
- "_id" : "products/13142",
- "_rev" : "_WgE8LZK--_",
+ "_key" : "13026",
+ "_id" : "products/13026",
+ "_rev" : "_WnWW6ja--_",
"Hello1" : "World1"
},
{
- "_key" : "13152",
- "_id" : "products/13152",
- "_rev" : "_WgE8LZS--B",
- "Hello4" : "World4"
+ "_key" : "13039",
+ "_id" : "products/13039",
+ "_rev" : "_WnWW6je--_",
+ "Hello5" : "World5"
}
],
"hasMore" : false,
@@ -32,7 +32,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0002918243408203125
+ "executionTime" : 0.00014066696166992188
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleAny.generated b/Documentation/Examples/RestSimpleAny.generated
index 439405161b..14d778d8f3 100644
--- a/Documentation/Examples/RestSimpleAny.generated
+++ b/Documentation/Examples/RestSimpleAny.generated
@@ -10,9 +10,9 @@ x-content-type-options: nosniff
{
"document" : {
- "_key" : "13163",
- "_id" : "products/13163",
- "_rev" : "_WgE8Lvm--_",
+ "_key" : "13047",
+ "_id" : "products/13047",
+ "_rev" : "_WnWW6kC--_",
"Hello1" : "World1"
},
"error" : false,
diff --git a/Documentation/Examples/RestSimpleByExample.generated b/Documentation/Examples/RestSimpleByExample.generated
index 4826ce0e02..2babefb16e 100644
--- a/Documentation/Examples/RestSimpleByExample.generated
+++ b/Documentation/Examples/RestSimpleByExample.generated
@@ -14,9 +14,18 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13193",
- "_id" : "products/13193",
- "_rev" : "_WgE8MOW--_",
+ "_key" : "13072",
+ "_id" : "products/13072",
+ "_rev" : "_WnWW6l---B",
+ "a" : {
+ "j" : 1
+ },
+ "i" : 1
+ },
+ {
+ "_key" : "13068",
+ "_id" : "products/13068",
+ "_rev" : "_WnWW6l---_",
"a" : {
"k" : 1,
"j" : 1
@@ -24,18 +33,9 @@ x-content-type-options: nosniff
"i" : 1
},
{
- "_key" : "13197",
- "_id" : "products/13197",
- "_rev" : "_WgE8MOa--_",
- "a" : {
- "j" : 1
- },
- "i" : 1
- },
- {
- "_key" : "13203",
- "_id" : "products/13203",
- "_rev" : "_WgE8MOi---",
+ "_key" : "13078",
+ "_id" : "products/13078",
+ "_rev" : "_WnWW6lC--B",
"a" : {
"k" : 2,
"j" : 2
@@ -43,9 +43,9 @@ x-content-type-options: nosniff
"i" : 1
},
{
- "_key" : "13200",
- "_id" : "products/13200",
- "_rev" : "_WgE8MOe--_",
+ "_key" : "13075",
+ "_id" : "products/13075",
+ "_rev" : "_WnWW6lC--_",
"i" : 1
}
],
@@ -60,7 +60,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
- "executionTime" : 0.0005991458892822266
+ "executionTime" : 0.0004875659942626953
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleByExample2.generated b/Documentation/Examples/RestSimpleByExample2.generated
index a8f34a16fd..906bba795f 100644
--- a/Documentation/Examples/RestSimpleByExample2.generated
+++ b/Documentation/Examples/RestSimpleByExample2.generated
@@ -14,18 +14,18 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13215",
- "_id" : "products/13215",
- "_rev" : "_WgE8Mp---_",
+ "_key" : "13090",
+ "_id" : "products/13090",
+ "_rev" : "_WnWW6mW--_",
"a" : {
"j" : 1
},
"i" : 1
},
{
- "_key" : "13211",
- "_id" : "products/13211",
- "_rev" : "_WgE8Mo6--_",
+ "_key" : "13086",
+ "_id" : "products/13086",
+ "_rev" : "_WnWW6mS--_",
"a" : {
"k" : 1,
"j" : 1
@@ -44,7 +44,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 2,
"httpRequests" : 0,
- "executionTime" : 0.0004773139953613281
+ "executionTime" : 0.000560760498046875
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleByExample3.generated b/Documentation/Examples/RestSimpleByExample3.generated
index dbbe77c65d..2133af504e 100644
--- a/Documentation/Examples/RestSimpleByExample3.generated
+++ b/Documentation/Examples/RestSimpleByExample3.generated
@@ -16,9 +16,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13233",
- "_id" : "products/13233",
- "_rev" : "_WgE8NeC--_",
+ "_key" : "13108",
+ "_id" : "products/13108",
+ "_rev" : "_WnWW6nq--_",
"a" : {
"j" : 1
},
@@ -36,7 +36,7 @@ x-content-type-options: nosniff
"scannedIndex" : 0,
"filtered" : 3,
"httpRequests" : 0,
- "executionTime" : 0.00052642822265625
+ "executionTime" : 0.0005023479461669922
},
"warnings" : [ ]
},
diff --git a/Documentation/Examples/RestSimpleFirstExample.generated b/Documentation/Examples/RestSimpleFirstExample.generated
index 584b809f25..ff8374aed7 100644
--- a/Documentation/Examples/RestSimpleFirstExample.generated
+++ b/Documentation/Examples/RestSimpleFirstExample.generated
@@ -13,12 +13,12 @@ x-content-type-options: nosniff
{
"document" : {
- "_key" : "13247",
- "_id" : "products/13247",
- "_rev" : "_WgE8NwS--_",
+ "_key" : "13132",
+ "_id" : "products/13132",
+ "_rev" : "_WnWW6p---B",
"a" : {
- "k" : 1,
- "j" : 1
+ "k" : 2,
+ "j" : 2
},
"i" : 1
},
diff --git a/Documentation/Examples/RestSimpleFulltext.generated b/Documentation/Examples/RestSimpleFulltext.generated
index 19059ea458..684d7e4e1e 100644
--- a/Documentation/Examples/RestSimpleFulltext.generated
+++ b/Documentation/Examples/RestSimpleFulltext.generated
@@ -13,15 +13,15 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13283",
- "_id" : "products/13283",
- "_rev" : "_WgE8Ofq--_",
+ "_key" : "13158",
+ "_id" : "products/13158",
+ "_rev" : "_WnWW6rG--_",
"text" : "this text contains word"
},
{
- "_key" : "13287",
- "_id" : "products/13287",
- "_rev" : "_WgE8Ofu--_",
+ "_key" : "13162",
+ "_id" : "products/13162",
+ "_rev" : "_WnWW6rG--B",
"text" : "this text also has a word"
}
],
diff --git a/Documentation/Examples/RestSimpleLookup.generated b/Documentation/Examples/RestSimpleLookup.generated
index 67ec7a93e3..2f53a43e7a 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" : "_WgE8PHy--_",
+ "_rev" : "_WnWW6sS--_",
"value" : 0
},
{
"_key" : "test1",
"_id" : "test/test1",
- "_rev" : "_WgE8PHy--B",
+ "_rev" : "_WnWW6sS--B",
"value" : 1
},
{
"_key" : "test2",
"_id" : "test/test2",
- "_rev" : "_WgE8PH2--_",
+ "_rev" : "_WnWW6sW--_",
"value" : 2
},
{
"_key" : "test3",
"_id" : "test/test3",
- "_rev" : "_WgE8PH6--_",
+ "_rev" : "_WnWW6sW--B",
"value" : 3
},
{
"_key" : "test4",
"_id" : "test/test4",
- "_rev" : "_WgE8PI---_",
+ "_rev" : "_WnWW6sW--D",
"value" : 4
},
{
"_key" : "test5",
"_id" : "test/test5",
- "_rev" : "_WgE8PIC--_",
+ "_rev" : "_WnWW6sW--F",
"value" : 5
},
{
"_key" : "test6",
"_id" : "test/test6",
- "_rev" : "_WgE8PIG--_",
+ "_rev" : "_WnWW6sa--_",
"value" : 6
},
{
"_key" : "test7",
"_id" : "test/test7",
- "_rev" : "_WgE8PIK--_",
+ "_rev" : "_WnWW6sa--B",
"value" : 7
},
{
"_key" : "test8",
"_id" : "test/test8",
- "_rev" : "_WgE8PIK--B",
+ "_rev" : "_WnWW6sa--D",
"value" : 8
},
{
"_key" : "test9",
"_id" : "test/test9",
- "_rev" : "_WgE8PIO--_",
+ "_rev" : "_WnWW6sa--F",
"value" : 9
}
],
diff --git a/Documentation/Examples/RestSimpleNear.generated b/Documentation/Examples/RestSimpleNear.generated
index e38bd6390c..7d7e0deac6 100644
--- a/Documentation/Examples/RestSimpleNear.generated
+++ b/Documentation/Examples/RestSimpleNear.generated
@@ -15,9 +15,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13377",
- "_id" : "products/13377",
- "_rev" : "_WgE8QTC--B",
+ "_key" : "13252",
+ "_id" : "products/13252",
+ "_rev" : "_WnWW6uq--_",
"name" : "Name/0.002/",
"loc" : [
0.002,
@@ -25,9 +25,9 @@ x-content-type-options: nosniff
]
},
{
- "_key" : "13371",
- "_id" : "products/13371",
- "_rev" : "_WgE8QT---_",
+ "_key" : "13246",
+ "_id" : "products/13246",
+ "_rev" : "_WnWW6um--H",
"name" : "Name/-0.002/",
"loc" : [
-0.002,
diff --git a/Documentation/Examples/RestSimpleNearDistance.generated b/Documentation/Examples/RestSimpleNearDistance.generated
index 32227f8e14..6db8e7b0ba 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/13415",
- "_key" : "13415",
- "_rev" : "_WgE8RFa--B",
+ "_id" : "products/13290",
+ "_key" : "13290",
+ "_rev" : "_WnWW6w---B",
"loc" : [
-0.002,
0
@@ -28,9 +28,9 @@ x-content-type-options: nosniff
},
{
"distance" : 222.38985328911744,
- "_id" : "products/13421",
- "_key" : "13421",
- "_rev" : "_WgE8RFi--_",
+ "_id" : "products/13296",
+ "_key" : "13296",
+ "_rev" : "_WnWW6wC--_",
"loc" : [
0.002,
0
@@ -39,9 +39,9 @@ x-content-type-options: nosniff
},
{
"distance" : 444.779706578235,
- "_id" : "products/13412",
- "_key" : "13412",
- "_rev" : "_WgE8RFa--_",
+ "_id" : "products/13287",
+ "_key" : "13287",
+ "_rev" : "_WnWW6w---_",
"loc" : [
-0.004,
0
diff --git a/Documentation/Examples/RestSimpleRange.generated b/Documentation/Examples/RestSimpleRange.generated
index d21a7ab20e..bac75f0364 100644
--- a/Documentation/Examples/RestSimpleRange.generated
+++ b/Documentation/Examples/RestSimpleRange.generated
@@ -14,15 +14,15 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13450",
- "_id" : "products/13450",
- "_rev" : "_WgE8R4W--_",
+ "_key" : "13325",
+ "_id" : "products/13325",
+ "_rev" : "_WnWW6yC--B",
"i" : 2
},
{
- "_key" : "13453",
- "_id" : "products/13453",
- "_rev" : "_WgE8R4W--B",
+ "_key" : "13328",
+ "_id" : "products/13328",
+ "_rev" : "_WnWW6yG--_",
"i" : 3
}
],
diff --git a/Documentation/Examples/RestSimpleWithin.generated b/Documentation/Examples/RestSimpleWithin.generated
index ff605abf99..2c8456cf77 100644
--- a/Documentation/Examples/RestSimpleWithin.generated
+++ b/Documentation/Examples/RestSimpleWithin.generated
@@ -16,9 +16,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13715",
- "_id" : "products/13715",
- "_rev" : "_WgE8WQ2--_",
+ "_key" : "13581",
+ "_id" : "products/13581",
+ "_rev" : "_WnWW7Am--B",
"name" : "Name/0.002/",
"loc" : [
0.002,
@@ -26,9 +26,9 @@ x-content-type-options: nosniff
]
},
{
- "_key" : "13709",
- "_id" : "products/13709",
- "_rev" : "_WgE8WQu--B",
+ "_key" : "13575",
+ "_id" : "products/13575",
+ "_rev" : "_WnWW7Ai--B",
"name" : "Name/-0.002/",
"loc" : [
-0.002,
diff --git a/Documentation/Examples/RestSimpleWithinDistance.generated b/Documentation/Examples/RestSimpleWithinDistance.generated
index 4ad498c5ac..be45dd759c 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/13753",
- "_key" : "13753",
- "_rev" : "_WgE8XCO--_",
+ "_id" : "products/13619",
+ "_key" : "13619",
+ "_rev" : "_WnWW7Ci--B",
"loc" : [
-0.002,
0
@@ -29,9 +29,9 @@ x-content-type-options: nosniff
},
{
"distance" : 222.38985328911744,
- "_id" : "products/13759",
- "_key" : "13759",
- "_rev" : "_WgE8XCW--_",
+ "_id" : "products/13625",
+ "_key" : "13625",
+ "_rev" : "_WnWW7Cm--B",
"loc" : [
0.002,
0
@@ -40,9 +40,9 @@ x-content-type-options: nosniff
},
{
"distance" : 444.779706578235,
- "_id" : "products/13750",
- "_key" : "13750",
- "_rev" : "_WgE8XCK--_",
+ "_id" : "products/13616",
+ "_key" : "13616",
+ "_rev" : "_WnWW7Ci--_",
"loc" : [
-0.004,
0
diff --git a/Documentation/Examples/RestSimpleWithinRectangle.generated b/Documentation/Examples/RestSimpleWithinRectangle.generated
index 1c502c3092..13f26a64fa 100644
--- a/Documentation/Examples/RestSimpleWithinRectangle.generated
+++ b/Documentation/Examples/RestSimpleWithinRectangle.generated
@@ -17,9 +17,9 @@ x-content-type-options: nosniff
{
"result" : [
{
- "_key" : "13812",
- "_id" : "products/13812",
- "_rev" : "_WgE8X3m--_",
+ "_key" : "13678",
+ "_id" : "products/13678",
+ "_rev" : "_WnWW7E6--_",
"name" : "Name/0.008/",
"loc" : [
0.008,
@@ -27,9 +27,9 @@ x-content-type-options: nosniff
]
},
{
- "_key" : "13809",
- "_id" : "products/13809",
- "_rev" : "_WgE8X3i--B",
+ "_key" : "13675",
+ "_id" : "products/13675",
+ "_rev" : "_WnWW7E2--B",
"name" : "Name/0.006/",
"loc" : [
0.006,
diff --git a/Documentation/Examples/RestTasksCreate.generated b/Documentation/Examples/RestTasksCreate.generated
index 9935bce787..7b379a8707 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" : "13823",
+ "id" : "13689",
"name" : "SampleTask",
- "created" : 1520984549.5372505,
+ "created" : 1522936640.643809,
"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/13823
+shell> curl -X DELETE --dump - http://localhost:8529/_api/tasks/13689
diff --git a/Documentation/Examples/RestTasksListAll.generated b/Documentation/Examples/RestTasksListAll.generated
index 8cbe2a031c..b018fe55c3 100644
--- a/Documentation/Examples/RestTasksListAll.generated
+++ b/Documentation/Examples/RestTasksListAll.generated
@@ -6,9 +6,9 @@ x-content-type-options: nosniff
[
{
- "id" : "73",
+ "id" : "71",
"name" : "user-defined task",
- "created" : 1520984361.409685,
+ "created" : 1522936626.1194434,
"type" : "periodic",
"period" : 1,
"offset" : 0.000001,
diff --git a/Documentation/Examples/RestTasksListOne.generated b/Documentation/Examples/RestTasksListOne.generated
index a6be11463a..932c2aaaf9 100644
--- a/Documentation/Examples/RestTasksListOne.generated
+++ b/Documentation/Examples/RestTasksListOne.generated
@@ -11,7 +11,7 @@ x-content-type-options: nosniff
{
"id" : "testTask",
"name" : "user-defined task",
- "created" : 1520984549.5750656,
+ "created" : 1522936640.674124,
"type" : "timed",
"offset" : 10000,
"command" : "(function (params) { console.log('Hello from task!'); } )(params);",
diff --git a/Documentation/Examples/RestTasksPutWithId.generated b/Documentation/Examples/RestTasksPutWithId.generated
index b5af0e3c5b..2af96fb33a 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" : 1520984549.5808225,
+ "created" : 1522936640.6792622,
"type" : "periodic",
"period" : 2,
"offset" : 0,
diff --git a/Documentation/Examples/RestTransactionNonExisting.generated b/Documentation/Examples/RestTransactionNonExisting.generated
index eff20230ba..03da1e84fa 100644
--- a/Documentation/Examples/RestTransactionNonExisting.generated
+++ b/Documentation/Examples/RestTransactionNonExisting.generated
@@ -13,7 +13,7 @@ x-content-type-options: nosniff
{
"error" : true,
- "errorMessage" : "collection not found: products",
+ "errorMessage" : "collection or view not found: products",
"code" : 404,
"errorNum" : 1203
}
diff --git a/Documentation/Examples/RestTraversalAny.generated b/Documentation/Examples/RestTraversalAny.generated
index 18c50ba042..c807b413f7 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" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8aW---_",
+ "_rev" : "_WnWW7Om--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8aW---B",
+ "_rev" : "_WnWW7Om--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8aWC--_",
+ "_rev" : "_WnWW7Oq--_",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8aWG--_",
+ "_rev" : "_WnWW7Oq--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
}
],
@@ -62,7 +62,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
}
]
@@ -70,11 +70,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13905",
- "_id" : "knows/13905",
+ "_key" : "13772",
+ "_id" : "knows/13772",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWK--_",
+ "_rev" : "_WnWW7Ou--_",
"vertex" : "alice"
}
],
@@ -82,13 +82,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8aW---_",
+ "_rev" : "_WnWW7Om--B",
"name" : "Bob"
}
]
@@ -96,19 +96,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13905",
- "_id" : "knows/13905",
+ "_key" : "13772",
+ "_id" : "knows/13772",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWK--_",
+ "_rev" : "_WnWW7Ou--_",
"vertex" : "alice"
},
{
- "_key" : "13909",
- "_id" : "knows/13909",
+ "_key" : "13776",
+ "_id" : "knows/13776",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8aWO--_",
+ "_rev" : "_WnWW7Ou--B",
"vertex" : "bob"
}
],
@@ -116,19 +116,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8aW---_",
+ "_rev" : "_WnWW7Om--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8aW---B",
+ "_rev" : "_WnWW7Om--D",
"name" : "Charlie"
}
]
@@ -136,19 +136,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13905",
- "_id" : "knows/13905",
+ "_key" : "13772",
+ "_id" : "knows/13772",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWK--_",
+ "_rev" : "_WnWW7Ou--_",
"vertex" : "alice"
},
{
- "_key" : "13912",
- "_id" : "knows/13912",
+ "_key" : "13779",
+ "_id" : "knows/13779",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8aWS--_",
+ "_rev" : "_WnWW7Ou--D",
"vertex" : "bob"
}
],
@@ -156,19 +156,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8aW---_",
+ "_rev" : "_WnWW7Om--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8aWC--_",
+ "_rev" : "_WnWW7Oq--_",
"name" : "Dave"
}
]
@@ -176,19 +176,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13905",
- "_id" : "knows/13905",
+ "_key" : "13772",
+ "_id" : "knows/13772",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWK--_",
+ "_rev" : "_WnWW7Ou--_",
"vertex" : "alice"
},
{
- "_key" : "13918",
- "_id" : "knows/13918",
+ "_key" : "13785",
+ "_id" : "knows/13785",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWW--B",
+ "_rev" : "_WnWW7Oy--B",
"vertex" : "eve"
}
],
@@ -196,19 +196,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8aW---_",
+ "_rev" : "_WnWW7Om--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8aWG--_",
+ "_rev" : "_WnWW7Oq--B",
"name" : "Eve"
}
]
@@ -216,27 +216,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13905",
- "_id" : "knows/13905",
+ "_key" : "13772",
+ "_id" : "knows/13772",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWK--_",
+ "_rev" : "_WnWW7Ou--_",
"vertex" : "alice"
},
{
- "_key" : "13918",
- "_id" : "knows/13918",
+ "_key" : "13785",
+ "_id" : "knows/13785",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8aWW--B",
+ "_rev" : "_WnWW7Oy--B",
"vertex" : "eve"
},
{
- "_key" : "13915",
- "_id" : "knows/13915",
+ "_key" : "13782",
+ "_id" : "knows/13782",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8aWW--_",
+ "_rev" : "_WnWW7Oy--_",
"vertex" : "eve"
}
],
@@ -244,25 +244,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8aW---_",
+ "_rev" : "_WnWW7Om--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8aWG--_",
+ "_rev" : "_WnWW7Oq--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8aV2--_",
+ "_rev" : "_WnWW7Om--_",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalBackwardItemOrder.generated b/Documentation/Examples/RestTraversalBackwardItemOrder.generated
index 4a64514fba..629aa195ff 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" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8bNu--_",
+ "_rev" : "_WnWW7SC--D",
"name" : "Dave"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8bNq--_",
+ "_rev" : "_WnWW7SC--B",
"name" : "Charlie"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8bNu--_",
+ "_rev" : "_WnWW7SC--D",
"name" : "Dave"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8bNq--_",
+ "_rev" : "_WnWW7SC--B",
"name" : "Charlie"
}
],
@@ -89,7 +89,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
}
]
@@ -97,11 +97,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13996",
- "_id" : "knows/13996",
+ "_key" : "13863",
+ "_id" : "knows/13863",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8bN6--B",
+ "_rev" : "_WnWW7SK--_",
"vertex" : "eve"
}
],
@@ -109,13 +109,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
}
]
@@ -123,19 +123,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13996",
- "_id" : "knows/13996",
+ "_key" : "13863",
+ "_id" : "knows/13863",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8bN6--B",
+ "_rev" : "_WnWW7SK--_",
"vertex" : "eve"
},
{
- "_key" : "13999",
- "_id" : "knows/13999",
+ "_key" : "13866",
+ "_id" : "knows/13866",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8bO---_",
+ "_rev" : "_WnWW7SK--B",
"vertex" : "eve"
}
],
@@ -143,19 +143,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
}
]
@@ -163,27 +163,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13996",
- "_id" : "knows/13996",
+ "_key" : "13863",
+ "_id" : "knows/13863",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8bN6--B",
+ "_rev" : "_WnWW7SK--_",
"vertex" : "eve"
},
{
- "_key" : "13999",
- "_id" : "knows/13999",
+ "_key" : "13866",
+ "_id" : "knows/13866",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8bO---_",
+ "_rev" : "_WnWW7SK--B",
"vertex" : "eve"
},
{
- "_key" : "13986",
- "_id" : "knows/13986",
+ "_key" : "13853",
+ "_id" : "knows/13853",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8bNy--_",
+ "_rev" : "_WnWW7SG--B",
"vertex" : "alice"
}
],
@@ -191,25 +191,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
}
]
@@ -217,27 +217,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13996",
- "_id" : "knows/13996",
+ "_key" : "13863",
+ "_id" : "knows/13863",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8bN6--B",
+ "_rev" : "_WnWW7SK--_",
"vertex" : "eve"
},
{
- "_key" : "13999",
- "_id" : "knows/13999",
+ "_key" : "13866",
+ "_id" : "knows/13866",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8bO---_",
+ "_rev" : "_WnWW7SK--B",
"vertex" : "eve"
},
{
- "_key" : "13993",
- "_id" : "knows/13993",
+ "_key" : "13860",
+ "_id" : "knows/13860",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8bN6--_",
+ "_rev" : "_WnWW7SG--F",
"vertex" : "bob"
}
],
@@ -245,25 +245,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8bNu--_",
+ "_rev" : "_WnWW7SC--D",
"name" : "Dave"
}
]
@@ -271,27 +271,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13996",
- "_id" : "knows/13996",
+ "_key" : "13863",
+ "_id" : "knows/13863",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8bN6--B",
+ "_rev" : "_WnWW7SK--_",
"vertex" : "eve"
},
{
- "_key" : "13999",
- "_id" : "knows/13999",
+ "_key" : "13866",
+ "_id" : "knows/13866",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8bO---_",
+ "_rev" : "_WnWW7SK--B",
"vertex" : "eve"
},
{
- "_key" : "13990",
- "_id" : "knows/13990",
+ "_key" : "13857",
+ "_id" : "knows/13857",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8bN2--_",
+ "_rev" : "_WnWW7SG--D",
"vertex" : "bob"
}
],
@@ -299,25 +299,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8bNq--_",
+ "_rev" : "_WnWW7SC--B",
"name" : "Charlie"
}
]
@@ -325,11 +325,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13986",
- "_id" : "knows/13986",
+ "_key" : "13853",
+ "_id" : "knows/13853",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8bNy--_",
+ "_rev" : "_WnWW7SG--B",
"vertex" : "alice"
}
],
@@ -337,13 +337,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
}
]
@@ -351,19 +351,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13986",
- "_id" : "knows/13986",
+ "_key" : "13853",
+ "_id" : "knows/13853",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8bNy--_",
+ "_rev" : "_WnWW7SG--B",
"vertex" : "alice"
},
{
- "_key" : "13999",
- "_id" : "knows/13999",
+ "_key" : "13866",
+ "_id" : "knows/13866",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8bO---_",
+ "_rev" : "_WnWW7SK--B",
"vertex" : "eve"
}
],
@@ -371,19 +371,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
}
]
@@ -391,27 +391,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13986",
- "_id" : "knows/13986",
+ "_key" : "13853",
+ "_id" : "knows/13853",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8bNy--_",
+ "_rev" : "_WnWW7SG--B",
"vertex" : "alice"
},
{
- "_key" : "13999",
- "_id" : "knows/13999",
+ "_key" : "13866",
+ "_id" : "knows/13866",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8bO---_",
+ "_rev" : "_WnWW7SK--B",
"vertex" : "eve"
},
{
- "_key" : "13996",
- "_id" : "knows/13996",
+ "_key" : "13863",
+ "_id" : "knows/13863",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8bN6--B",
+ "_rev" : "_WnWW7SK--_",
"vertex" : "eve"
}
],
@@ -419,25 +419,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8bNu--B",
+ "_rev" : "_WnWW7SG--_",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
}
]
@@ -445,19 +445,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13986",
- "_id" : "knows/13986",
+ "_key" : "13853",
+ "_id" : "knows/13853",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8bNy--_",
+ "_rev" : "_WnWW7SG--B",
"vertex" : "alice"
},
{
- "_key" : "13993",
- "_id" : "knows/13993",
+ "_key" : "13860",
+ "_id" : "knows/13860",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8bN6--_",
+ "_rev" : "_WnWW7SG--F",
"vertex" : "bob"
}
],
@@ -465,19 +465,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8bNu--_",
+ "_rev" : "_WnWW7SC--D",
"name" : "Dave"
}
]
@@ -485,19 +485,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "13986",
- "_id" : "knows/13986",
+ "_key" : "13853",
+ "_id" : "knows/13853",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8bNy--_",
+ "_rev" : "_WnWW7SG--B",
"vertex" : "alice"
},
{
- "_key" : "13990",
- "_id" : "knows/13990",
+ "_key" : "13857",
+ "_id" : "knows/13857",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8bN2--_",
+ "_rev" : "_WnWW7SG--D",
"vertex" : "bob"
}
],
@@ -505,19 +505,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8bNm--_",
+ "_rev" : "_WnWW7S---_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8bNm--B",
+ "_rev" : "_WnWW7SC--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8bNq--_",
+ "_rev" : "_WnWW7SC--B",
"name" : "Charlie"
}
]
diff --git a/Documentation/Examples/RestTraversalDepthFirst.generated b/Documentation/Examples/RestTraversalDepthFirst.generated
index a09e73c822..bfc42615f2 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" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8cA---_",
+ "_rev" : "_WnWW7Va--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8cAC--_",
+ "_rev" : "_WnWW7Ve--_",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8cA---_",
+ "_rev" : "_WnWW7Va--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8cAC--_",
+ "_rev" : "_WnWW7Ve--_",
"name" : "Dave"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
}
],
@@ -89,7 +89,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
}
]
@@ -97,11 +97,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14082",
- "_id" : "knows/14082",
+ "_key" : "13949",
+ "_id" : "knows/13949",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAG--B",
+ "_rev" : "_WnWW7Ve--D",
"vertex" : "alice"
}
],
@@ -109,13 +109,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
}
]
@@ -123,19 +123,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14082",
- "_id" : "knows/14082",
+ "_key" : "13949",
+ "_id" : "knows/13949",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAG--B",
+ "_rev" : "_WnWW7Ve--D",
"vertex" : "alice"
},
{
- "_key" : "14086",
- "_id" : "knows/14086",
+ "_key" : "13953",
+ "_id" : "knows/13953",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8cAK--_",
+ "_rev" : "_WnWW7Ve--F",
"vertex" : "bob"
}
],
@@ -143,19 +143,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8cA---_",
+ "_rev" : "_WnWW7Va--D",
"name" : "Charlie"
}
]
@@ -163,19 +163,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14082",
- "_id" : "knows/14082",
+ "_key" : "13949",
+ "_id" : "knows/13949",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAG--B",
+ "_rev" : "_WnWW7Ve--D",
"vertex" : "alice"
},
{
- "_key" : "14089",
- "_id" : "knows/14089",
+ "_key" : "13956",
+ "_id" : "knows/13956",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8cAO--_",
+ "_rev" : "_WnWW7Ve--H",
"vertex" : "bob"
}
],
@@ -183,19 +183,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8cAC--_",
+ "_rev" : "_WnWW7Ve--_",
"name" : "Dave"
}
]
@@ -203,19 +203,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14082",
- "_id" : "knows/14082",
+ "_key" : "13949",
+ "_id" : "knows/13949",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAG--B",
+ "_rev" : "_WnWW7Ve--D",
"vertex" : "alice"
},
{
- "_key" : "14095",
- "_id" : "knows/14095",
+ "_key" : "13962",
+ "_id" : "knows/13962",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAS--B",
+ "_rev" : "_WnWW7Vi--B",
"vertex" : "eve"
}
],
@@ -223,19 +223,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
}
]
@@ -243,27 +243,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14082",
- "_id" : "knows/14082",
+ "_key" : "13949",
+ "_id" : "knows/13949",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAG--B",
+ "_rev" : "_WnWW7Ve--D",
"vertex" : "alice"
},
{
- "_key" : "14095",
- "_id" : "knows/14095",
+ "_key" : "13962",
+ "_id" : "knows/13962",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAS--B",
+ "_rev" : "_WnWW7Vi--B",
"vertex" : "eve"
},
{
- "_key" : "14092",
- "_id" : "knows/14092",
+ "_key" : "13959",
+ "_id" : "knows/13959",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cAS--_",
+ "_rev" : "_WnWW7Vi--_",
"vertex" : "eve"
}
],
@@ -271,25 +271,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
}
]
@@ -297,11 +297,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14092",
- "_id" : "knows/14092",
+ "_key" : "13959",
+ "_id" : "knows/13959",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cAS--_",
+ "_rev" : "_WnWW7Vi--_",
"vertex" : "eve"
}
],
@@ -309,13 +309,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
}
]
@@ -323,19 +323,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14092",
- "_id" : "knows/14092",
+ "_key" : "13959",
+ "_id" : "knows/13959",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cAS--_",
+ "_rev" : "_WnWW7Vi--_",
"vertex" : "eve"
},
{
- "_key" : "14095",
- "_id" : "knows/14095",
+ "_key" : "13962",
+ "_id" : "knows/13962",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAS--B",
+ "_rev" : "_WnWW7Vi--B",
"vertex" : "eve"
}
],
@@ -343,19 +343,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
}
]
@@ -363,27 +363,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14092",
- "_id" : "knows/14092",
+ "_key" : "13959",
+ "_id" : "knows/13959",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cAS--_",
+ "_rev" : "_WnWW7Vi--_",
"vertex" : "eve"
},
{
- "_key" : "14095",
- "_id" : "knows/14095",
+ "_key" : "13962",
+ "_id" : "knows/13962",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAS--B",
+ "_rev" : "_WnWW7Vi--B",
"vertex" : "eve"
},
{
- "_key" : "14086",
- "_id" : "knows/14086",
+ "_key" : "13953",
+ "_id" : "knows/13953",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8cAK--_",
+ "_rev" : "_WnWW7Ve--F",
"vertex" : "bob"
}
],
@@ -391,25 +391,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8cA---_",
+ "_rev" : "_WnWW7Va--D",
"name" : "Charlie"
}
]
@@ -417,27 +417,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14092",
- "_id" : "knows/14092",
+ "_key" : "13959",
+ "_id" : "knows/13959",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cAS--_",
+ "_rev" : "_WnWW7Vi--_",
"vertex" : "eve"
},
{
- "_key" : "14095",
- "_id" : "knows/14095",
+ "_key" : "13962",
+ "_id" : "knows/13962",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAS--B",
+ "_rev" : "_WnWW7Vi--B",
"vertex" : "eve"
},
{
- "_key" : "14089",
- "_id" : "knows/14089",
+ "_key" : "13956",
+ "_id" : "knows/13956",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8cAO--_",
+ "_rev" : "_WnWW7Ve--H",
"vertex" : "bob"
}
],
@@ -445,25 +445,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8cAC--_",
+ "_rev" : "_WnWW7Ve--_",
"name" : "Dave"
}
]
@@ -471,27 +471,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14092",
- "_id" : "knows/14092",
+ "_key" : "13959",
+ "_id" : "knows/13959",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cAS--_",
+ "_rev" : "_WnWW7Vi--_",
"vertex" : "eve"
},
{
- "_key" : "14095",
- "_id" : "knows/14095",
+ "_key" : "13962",
+ "_id" : "knows/13962",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAS--B",
+ "_rev" : "_WnWW7Vi--B",
"vertex" : "eve"
},
{
- "_key" : "14082",
- "_id" : "knows/14082",
+ "_key" : "13949",
+ "_id" : "knows/13949",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cAG--B",
+ "_rev" : "_WnWW7Ve--D",
"vertex" : "alice"
}
],
@@ -499,25 +499,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cAG--_",
+ "_rev" : "_WnWW7Ve--B",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8c_6--B",
+ "_rev" : "_WnWW7Va--B",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8c_6--_",
+ "_rev" : "_WnWW7Va--_",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalEdgeUniqueness.generated b/Documentation/Examples/RestTraversalEdgeUniqueness.generated
index 72628ce974..c8c9fb2cc9 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" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8cv2--_",
+ "_rev" : "_WnWW7Ye--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8cv6--_",
+ "_rev" : "_WnWW7Ye--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8cv6--B",
+ "_rev" : "_WnWW7Yi--_",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cw---_",
+ "_rev" : "_WnWW7Yi--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
}
],
@@ -62,7 +62,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
}
]
@@ -70,11 +70,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14178",
- "_id" : "knows/14178",
+ "_key" : "14045",
+ "_id" : "knows/14045",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwC--_",
+ "_rev" : "_WnWW7Yi--D",
"vertex" : "alice"
}
],
@@ -82,13 +82,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8cv2--_",
+ "_rev" : "_WnWW7Ye--B",
"name" : "Bob"
}
]
@@ -96,19 +96,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14178",
- "_id" : "knows/14178",
+ "_key" : "14045",
+ "_id" : "knows/14045",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwC--_",
+ "_rev" : "_WnWW7Yi--D",
"vertex" : "alice"
},
{
- "_key" : "14182",
- "_id" : "knows/14182",
+ "_key" : "14049",
+ "_id" : "knows/14049",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8cwC--B",
+ "_rev" : "_WnWW7Yi--F",
"vertex" : "bob"
}
],
@@ -116,19 +116,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8cv2--_",
+ "_rev" : "_WnWW7Ye--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8cv6--_",
+ "_rev" : "_WnWW7Ye--D",
"name" : "Charlie"
}
]
@@ -136,19 +136,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14178",
- "_id" : "knows/14178",
+ "_key" : "14045",
+ "_id" : "knows/14045",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwC--_",
+ "_rev" : "_WnWW7Yi--D",
"vertex" : "alice"
},
{
- "_key" : "14185",
- "_id" : "knows/14185",
+ "_key" : "14052",
+ "_id" : "knows/14052",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8cwG--_",
+ "_rev" : "_WnWW7Yi--H",
"vertex" : "bob"
}
],
@@ -156,19 +156,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8cv2--_",
+ "_rev" : "_WnWW7Ye--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8cv6--B",
+ "_rev" : "_WnWW7Yi--_",
"name" : "Dave"
}
]
@@ -176,19 +176,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14178",
- "_id" : "knows/14178",
+ "_key" : "14045",
+ "_id" : "knows/14045",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwC--_",
+ "_rev" : "_WnWW7Yi--D",
"vertex" : "alice"
},
{
- "_key" : "14191",
- "_id" : "knows/14191",
+ "_key" : "14058",
+ "_id" : "knows/14058",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwO--_",
+ "_rev" : "_WnWW7Ym--B",
"vertex" : "eve"
}
],
@@ -196,19 +196,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8cv2--_",
+ "_rev" : "_WnWW7Ye--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cw---_",
+ "_rev" : "_WnWW7Yi--B",
"name" : "Eve"
}
]
@@ -216,27 +216,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14178",
- "_id" : "knows/14178",
+ "_key" : "14045",
+ "_id" : "knows/14045",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwC--_",
+ "_rev" : "_WnWW7Yi--D",
"vertex" : "alice"
},
{
- "_key" : "14191",
- "_id" : "knows/14191",
+ "_key" : "14058",
+ "_id" : "knows/14058",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8cwO--_",
+ "_rev" : "_WnWW7Ym--B",
"vertex" : "eve"
},
{
- "_key" : "14188",
- "_id" : "knows/14188",
+ "_key" : "14055",
+ "_id" : "knows/14055",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8cwK--_",
+ "_rev" : "_WnWW7Ym--_",
"vertex" : "eve"
}
],
@@ -244,25 +244,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8cv2--_",
+ "_rev" : "_WnWW7Ye--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8cw---_",
+ "_rev" : "_WnWW7Yi--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8cvy--_",
+ "_rev" : "_WnWW7Ye--_",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalFilterExclude.generated b/Documentation/Examples/RestTraversalFilterExclude.generated
index b4cb09b892..89b9a117c1 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" : "_WgE8dnG--_",
+ "_rev" : "_WnWW7bi--_",
"name" : "Alice"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8dnO--_",
+ "_rev" : "_WnWW7bq--_",
"name" : "Dave"
}
],
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8dnG--_",
+ "_rev" : "_WnWW7bi--_",
"name" : "Alice"
}
]
@@ -43,19 +43,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14259",
- "_id" : "knows/14259",
+ "_key" : "14126",
+ "_id" : "knows/14126",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8dnS--B",
+ "_rev" : "_WnWW7bu--_",
"vertex" : "alice"
},
{
- "_key" : "14266",
- "_id" : "knows/14266",
+ "_key" : "14133",
+ "_id" : "knows/14133",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8dna--_",
+ "_rev" : "_WnWW7by--B",
"vertex" : "bob"
}
],
@@ -63,19 +63,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8dnG--_",
+ "_rev" : "_WnWW7bi--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8dnG--B",
+ "_rev" : "_WnWW7bm--_",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8dnO--_",
+ "_rev" : "_WnWW7bq--_",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalFilterPrune.generated b/Documentation/Examples/RestTraversalFilterPrune.generated
index c8c4242cb1..c8c562b4e2 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" : "_WgE8eXe--_",
+ "_rev" : "_WnWW7fa--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8eXe--B",
+ "_rev" : "_WnWW7fe--_",
"name" : "Bob"
}
],
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8eXe--_",
+ "_rev" : "_WnWW7fa--_",
"name" : "Alice"
}
]
@@ -43,11 +43,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14329",
- "_id" : "knows/14329",
+ "_key" : "14196",
+ "_id" : "knows/14196",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8eXq--_",
+ "_rev" : "_WnWW7fm--_",
"vertex" : "alice"
}
],
@@ -55,13 +55,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8eXe--_",
+ "_rev" : "_WnWW7fa--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8eXe--B",
+ "_rev" : "_WnWW7fe--_",
"name" : "Bob"
}
]
diff --git a/Documentation/Examples/RestTraversalInbound.generated b/Documentation/Examples/RestTraversalInbound.generated
index 1fd56dafe2..2fa9aa018e 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" : "_WgE8fSW--_",
+ "_rev" : "_WnWW7im--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8fSi--_",
+ "_rev" : "_WnWW7im--H",
"name" : "Eve"
}
],
@@ -34,7 +34,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8fSW--_",
+ "_rev" : "_WnWW7im--_",
"name" : "Alice"
}
]
@@ -42,11 +42,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14404",
- "_id" : "knows/14404",
+ "_key" : "14271",
+ "_id" : "knows/14271",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8fSu--_",
+ "_rev" : "_WnWW7iq--F",
"vertex" : "eve"
}
],
@@ -54,13 +54,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8fSW--_",
+ "_rev" : "_WnWW7im--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8fSi--_",
+ "_rev" : "_WnWW7im--H",
"name" : "Eve"
}
]
diff --git a/Documentation/Examples/RestTraversalMaxDepth.generated b/Documentation/Examples/RestTraversalMaxDepth.generated
index bd7643d832..0e0026fb7d 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" : "_WgE8gKC--_",
+ "_rev" : "_WnWW7la--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8gKG--_",
+ "_rev" : "_WnWW7le--_",
"name" : "Bob"
}
],
@@ -35,7 +35,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8gKC--_",
+ "_rev" : "_WnWW7la--_",
"name" : "Alice"
}
]
@@ -43,11 +43,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14469",
- "_id" : "knows/14469",
+ "_key" : "14327",
+ "_id" : "knows/14327",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8gKO--B",
+ "_rev" : "_WnWW7lm--_",
"vertex" : "alice"
}
],
@@ -55,13 +55,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8gKC--_",
+ "_rev" : "_WnWW7la--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8gKG--_",
+ "_rev" : "_WnWW7le--_",
"name" : "Bob"
}
]
diff --git a/Documentation/Examples/RestTraversalMinDepth.generated b/Documentation/Examples/RestTraversalMinDepth.generated
index fa3320325b..73345ed907 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" : "_WgE8hz2--B",
+ "_rev" : "_WnWW7rS--B",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8hz6--_",
+ "_rev" : "_WnWW7rS--D",
"name" : "Dave"
}
],
@@ -32,19 +32,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14632",
- "_id" : "knows/14632",
+ "_key" : "14490",
+ "_id" : "knows/14490",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8h0C--_",
+ "_rev" : "_WnWW7rW--B",
"vertex" : "alice"
},
{
- "_key" : "14636",
- "_id" : "knows/14636",
+ "_key" : "14494",
+ "_id" : "knows/14494",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8h0G--_",
+ "_rev" : "_WnWW7rW--D",
"vertex" : "bob"
}
],
@@ -52,19 +52,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8hzy--_",
+ "_rev" : "_WnWW7rO--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8hz2--_",
+ "_rev" : "_WnWW7rS--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8hz2--B",
+ "_rev" : "_WnWW7rS--B",
"name" : "Charlie"
}
]
@@ -72,19 +72,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14632",
- "_id" : "knows/14632",
+ "_key" : "14490",
+ "_id" : "knows/14490",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8h0C--_",
+ "_rev" : "_WnWW7rW--B",
"vertex" : "alice"
},
{
- "_key" : "14639",
- "_id" : "knows/14639",
+ "_key" : "14497",
+ "_id" : "knows/14497",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8h0G--B",
+ "_rev" : "_WnWW7ra--_",
"vertex" : "bob"
}
],
@@ -92,19 +92,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8hzy--_",
+ "_rev" : "_WnWW7rO--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8hz2--_",
+ "_rev" : "_WnWW7rS--_",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8hz6--_",
+ "_rev" : "_WnWW7rS--D",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalOutbound.generated b/Documentation/Examples/RestTraversalOutbound.generated
index 10543a45ac..d9533bfd09 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" : "_WgE8igi--_",
+ "_rev" : "_WnWW7u---B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8igm--_",
+ "_rev" : "_WnWW7uC--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8igm--B",
+ "_rev" : "_WnWW7uC--B",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8igq--_",
+ "_rev" : "_WnWW7uC--D",
"name" : "Dave"
}
],
@@ -46,7 +46,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8igi--_",
+ "_rev" : "_WnWW7u---B",
"name" : "Alice"
}
]
@@ -54,11 +54,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14702",
- "_id" : "knows/14702",
+ "_key" : "14560",
+ "_id" : "knows/14560",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8igu--B",
+ "_rev" : "_WnWW7uG--_",
"vertex" : "alice"
}
],
@@ -66,13 +66,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8igi--_",
+ "_rev" : "_WnWW7u---B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8igm--_",
+ "_rev" : "_WnWW7uC--_",
"name" : "Bob"
}
]
@@ -80,19 +80,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14702",
- "_id" : "knows/14702",
+ "_key" : "14560",
+ "_id" : "knows/14560",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8igu--B",
+ "_rev" : "_WnWW7uG--_",
"vertex" : "alice"
},
{
- "_key" : "14706",
- "_id" : "knows/14706",
+ "_key" : "14564",
+ "_id" : "knows/14564",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8igy--_",
+ "_rev" : "_WnWW7uG--B",
"vertex" : "bob"
}
],
@@ -100,19 +100,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8igi--_",
+ "_rev" : "_WnWW7u---B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8igm--_",
+ "_rev" : "_WnWW7uC--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8igm--B",
+ "_rev" : "_WnWW7uC--B",
"name" : "Charlie"
}
]
@@ -120,19 +120,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14702",
- "_id" : "knows/14702",
+ "_key" : "14560",
+ "_id" : "knows/14560",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8igu--B",
+ "_rev" : "_WnWW7uG--_",
"vertex" : "alice"
},
{
- "_key" : "14709",
- "_id" : "knows/14709",
+ "_key" : "14567",
+ "_id" : "knows/14567",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8ig2--_",
+ "_rev" : "_WnWW7uG--D",
"vertex" : "bob"
}
],
@@ -140,19 +140,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8igi--_",
+ "_rev" : "_WnWW7u---B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8igm--_",
+ "_rev" : "_WnWW7uC--_",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8igq--_",
+ "_rev" : "_WnWW7uC--D",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalPostorder.generated b/Documentation/Examples/RestTraversalPostorder.generated
index 9cbe5522a5..22666d7518 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" : "_WgE8jUi--D",
+ "_rev" : "_WnWW7wS--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8jUi--F",
+ "_rev" : "_WnWW7wS--F",
"name" : "Dave"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8jUi--D",
+ "_rev" : "_WnWW7wS--D",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8jUi--F",
+ "_rev" : "_WnWW7wS--F",
"name" : "Dave"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
}
],
@@ -86,19 +86,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14772",
- "_id" : "knows/14772",
+ "_key" : "14630",
+ "_id" : "knows/14630",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--_",
+ "_rev" : "_WnWW7wS--J",
"vertex" : "alice"
},
{
- "_key" : "14776",
- "_id" : "knows/14776",
+ "_key" : "14634",
+ "_id" : "knows/14634",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8jUm--B",
+ "_rev" : "_WnWW7wS--L",
"vertex" : "bob"
}
],
@@ -106,19 +106,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8jUi--D",
+ "_rev" : "_WnWW7wS--D",
"name" : "Charlie"
}
]
@@ -126,19 +126,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14772",
- "_id" : "knows/14772",
+ "_key" : "14630",
+ "_id" : "knows/14630",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--_",
+ "_rev" : "_WnWW7wS--J",
"vertex" : "alice"
},
{
- "_key" : "14779",
- "_id" : "knows/14779",
+ "_key" : "14637",
+ "_id" : "knows/14637",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8jUm--D",
+ "_rev" : "_WnWW7wW--_",
"vertex" : "bob"
}
],
@@ -146,19 +146,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8jUi--F",
+ "_rev" : "_WnWW7wS--F",
"name" : "Dave"
}
]
@@ -166,27 +166,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14772",
- "_id" : "knows/14772",
+ "_key" : "14630",
+ "_id" : "knows/14630",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--_",
+ "_rev" : "_WnWW7wS--J",
"vertex" : "alice"
},
{
- "_key" : "14785",
- "_id" : "knows/14785",
+ "_key" : "14643",
+ "_id" : "knows/14643",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--H",
+ "_rev" : "_WnWW7wW--D",
"vertex" : "eve"
},
{
- "_key" : "14782",
- "_id" : "knows/14782",
+ "_key" : "14640",
+ "_id" : "knows/14640",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8jUm--F",
+ "_rev" : "_WnWW7wW--B",
"vertex" : "eve"
}
],
@@ -194,25 +194,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
}
]
@@ -220,19 +220,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14772",
- "_id" : "knows/14772",
+ "_key" : "14630",
+ "_id" : "knows/14630",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--_",
+ "_rev" : "_WnWW7wS--J",
"vertex" : "alice"
},
{
- "_key" : "14785",
- "_id" : "knows/14785",
+ "_key" : "14643",
+ "_id" : "knows/14643",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--H",
+ "_rev" : "_WnWW7wW--D",
"vertex" : "eve"
}
],
@@ -240,19 +240,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
}
]
@@ -260,11 +260,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14772",
- "_id" : "knows/14772",
+ "_key" : "14630",
+ "_id" : "knows/14630",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--_",
+ "_rev" : "_WnWW7wS--J",
"vertex" : "alice"
}
],
@@ -272,13 +272,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
}
]
@@ -286,27 +286,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14782",
- "_id" : "knows/14782",
+ "_key" : "14640",
+ "_id" : "knows/14640",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8jUm--F",
+ "_rev" : "_WnWW7wW--B",
"vertex" : "eve"
},
{
- "_key" : "14785",
- "_id" : "knows/14785",
+ "_key" : "14643",
+ "_id" : "knows/14643",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--H",
+ "_rev" : "_WnWW7wW--D",
"vertex" : "eve"
},
{
- "_key" : "14776",
- "_id" : "knows/14776",
+ "_key" : "14634",
+ "_id" : "knows/14634",
"_from" : "persons/bob",
"_to" : "persons/charlie",
- "_rev" : "_WgE8jUm--B",
+ "_rev" : "_WnWW7wS--L",
"vertex" : "bob"
}
],
@@ -314,25 +314,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8jUi--D",
+ "_rev" : "_WnWW7wS--D",
"name" : "Charlie"
}
]
@@ -340,27 +340,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14782",
- "_id" : "knows/14782",
+ "_key" : "14640",
+ "_id" : "knows/14640",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8jUm--F",
+ "_rev" : "_WnWW7wW--B",
"vertex" : "eve"
},
{
- "_key" : "14785",
- "_id" : "knows/14785",
+ "_key" : "14643",
+ "_id" : "knows/14643",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--H",
+ "_rev" : "_WnWW7wW--D",
"vertex" : "eve"
},
{
- "_key" : "14779",
- "_id" : "knows/14779",
+ "_key" : "14637",
+ "_id" : "knows/14637",
"_from" : "persons/bob",
"_to" : "persons/dave",
- "_rev" : "_WgE8jUm--D",
+ "_rev" : "_WnWW7wW--_",
"vertex" : "bob"
}
],
@@ -368,25 +368,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8jUi--F",
+ "_rev" : "_WnWW7wS--F",
"name" : "Dave"
}
]
@@ -394,27 +394,27 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14782",
- "_id" : "knows/14782",
+ "_key" : "14640",
+ "_id" : "knows/14640",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8jUm--F",
+ "_rev" : "_WnWW7wW--B",
"vertex" : "eve"
},
{
- "_key" : "14785",
- "_id" : "knows/14785",
+ "_key" : "14643",
+ "_id" : "knows/14643",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--H",
+ "_rev" : "_WnWW7wW--D",
"vertex" : "eve"
},
{
- "_key" : "14772",
- "_id" : "knows/14772",
+ "_key" : "14630",
+ "_id" : "knows/14630",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--_",
+ "_rev" : "_WnWW7wS--J",
"vertex" : "alice"
}
],
@@ -422,25 +422,25 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
}
]
@@ -448,19 +448,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14782",
- "_id" : "knows/14782",
+ "_key" : "14640",
+ "_id" : "knows/14640",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8jUm--F",
+ "_rev" : "_WnWW7wW--B",
"vertex" : "eve"
},
{
- "_key" : "14785",
- "_id" : "knows/14785",
+ "_key" : "14643",
+ "_id" : "knows/14643",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8jUm--H",
+ "_rev" : "_WnWW7wW--D",
"vertex" : "eve"
}
],
@@ -468,19 +468,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8jUi--B",
+ "_rev" : "_WnWW7wS--B",
"name" : "Bob"
}
]
@@ -488,11 +488,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14782",
- "_id" : "knows/14782",
+ "_key" : "14640",
+ "_id" : "knows/14640",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8jUm--F",
+ "_rev" : "_WnWW7wW--B",
"vertex" : "eve"
}
],
@@ -500,13 +500,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8jUi--H",
+ "_rev" : "_WnWW7wS--H",
"name" : "Eve"
}
]
@@ -517,7 +517,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8jUi--_",
+ "_rev" : "_WnWW7wS--_",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/RestTraversalVisitorCountAndList.generated b/Documentation/Examples/RestTraversalVisitorCountAndList.generated
index 1bb5006db1..eaa3ff058a 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" : "_WgE8kVK--_",
+ "_rev" : "_WnWW7yC--B",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8kVO--_",
+ "_rev" : "_WnWW7yG--_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgE8kVS--_",
+ "_rev" : "_WnWW7yG--B",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgE8kVS--B",
+ "_rev" : "_WnWW7yG--D",
"name" : "Dave"
}
]
diff --git a/Documentation/Examples/RestTraversalVisitorExpander.generated b/Documentation/Examples/RestTraversalVisitorExpander.generated
index 51505cd340..adfabf91ef 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" : "_WgE8lHO--_",
+ "_rev" : "_WnWW70W--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8lHa--_",
+ "_rev" : "_WnWW70e--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8lHS--_",
+ "_rev" : "_WnWW70W--B",
"name" : "Bob"
}
],
@@ -40,7 +40,7 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8lHO--_",
+ "_rev" : "_WnWW70W--_",
"name" : "Alice"
}
]
@@ -48,11 +48,11 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14948",
- "_id" : "knows/14948",
+ "_key" : "14806",
+ "_id" : "knows/14806",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8lHm--_",
+ "_rev" : "_WnWW70m--B",
"vertex" : "eve"
}
],
@@ -60,13 +60,13 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8lHO--_",
+ "_rev" : "_WnWW70W--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8lHa--_",
+ "_rev" : "_WnWW70e--_",
"name" : "Eve"
}
]
@@ -74,19 +74,19 @@ x-content-type-options: nosniff
{
"edges" : [
{
- "_key" : "14948",
- "_id" : "knows/14948",
+ "_key" : "14806",
+ "_id" : "knows/14806",
"_from" : "persons/eve",
"_to" : "persons/alice",
- "_rev" : "_WgE8lHm--_",
+ "_rev" : "_WnWW70m--B",
"vertex" : "eve"
},
{
- "_key" : "14951",
- "_id" : "knows/14951",
+ "_key" : "14809",
+ "_id" : "knows/14809",
"_from" : "persons/eve",
"_to" : "persons/bob",
- "_rev" : "_WgE8lHq--_",
+ "_rev" : "_WnWW70m--D",
"vertex" : "eve"
}
],
@@ -94,19 +94,19 @@ x-content-type-options: nosniff
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgE8lHO--_",
+ "_rev" : "_WnWW70W--_",
"name" : "Alice"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgE8lHa--_",
+ "_rev" : "_WnWW70e--_",
"name" : "Eve"
},
{
"_key" : "bob",
"_id" : "persons/bob",
- "_rev" : "_WgE8lHS--_",
+ "_rev" : "_WnWW70W--B",
"name" : "Bob"
}
]
diff --git a/Documentation/Examples/RestVersionDetails.generated b/Documentation/Examples/RestVersionDetails.generated
index 76ff9e2d9b..34b94f069b 100644
--- a/Documentation/Examples/RestVersionDetails.generated
+++ b/Documentation/Examples/RestVersionDetails.generated
@@ -15,34 +15,34 @@ x-content-type-options: nosniff
"asm-crc32" : "true",
"assertions" : "true",
"boost-version" : "1.62.0",
- "build-date" : "2018-03-13 15:19:09",
- "build-repository" : "heads/documentation/feature-aql-explain-0-gf82eaaa16a",
- "compiler" : "gcc [6.3.0 20170516]",
+ "build-date" : "2018-04-05 15:35:12",
+ "build-repository" : "heads/devel-0-gdd88e3b09a",
+ "compiler" : "gcc [7.3.0]",
"cplusplus" : "201103",
"debug" : "false",
"endianness" : "little",
- "failure-tests" : "false",
+ "failure-tests" : "true",
"fd-client-event-handler" : "poll",
"fd-setsize" : "1024",
- "full-version-string" : "ArangoDB 3.4.devel [linux] 64bit maintainer mode, using jemalloc, VPack 0.1.30, RocksDB 5.6.0, ICU 58.1, V8 5.7.492.77, OpenSSL 1.0.2l 25 May 2017",
+ "full-version-string" : "ArangoDB 3.4.devel [linux] 64bit maintainer mode, using jemalloc, build heads/devel-0-gdd88e3b09a, VPack 0.1.30, RocksDB 5.6.0, ICU 58.1, V8 5.7.492.77, OpenSSL 1.1.0g 2 Nov 2017",
"icu-version" : "58.1",
"iresearch-version" : "1.0.0.0",
"jemalloc" : "true",
"maintainer-mode" : "true",
- "openssl-version" : "OpenSSL 1.0.2l 25 May 2017",
- "optimization-flags" : "-mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4a -mno-avx -mno-fma -mno-bmi2 -mno-avx2 -mno-xop -mno-fma4 -mno-avx512f -mno-avx512vl -mno-avx512pf -mno-avx512er -mno-avx512cd -mno-avx512dq -mno-avx512bw -mno-avx512ifma -mno-avx512vbmi",
+ "openssl-version" : "OpenSSL 1.1.0g 2 Nov 2017",
+ "optimization-flags" : "-march=skylake -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -mfma -mbmi2 -mavx2 -mno-sse4a -mno-xop -mno-fma4 -mno-avx512f -mno-avx512vl -mno-avx512pf -mno-avx512er -mno-avx512cd -mno-avx512dq -mno-avx512bw -mno-avx512ifma -mno-avx512vbmi",
"platform" : "linux",
"reactor-type" : "epoll",
"rocksdb-version" : "5.6.0",
"server-version" : "3.4.devel",
"sizeof int" : "4",
"sizeof void*" : "8",
- "sse42" : "false",
+ "sse42" : "true",
"unaligned-access" : "true",
"v8-version" : "5.7.492.77",
"vpack-version" : "0.1.30",
"zlib-version" : "1.2.11",
"mode" : "server",
- "host" : "8700b0810f0747058698d4839dbfe8d8"
+ "host" : "47607a3967b640d29853558485fc6f59"
}
}
diff --git a/Documentation/Examples/RestViewDeleteViewIdentifier.generated b/Documentation/Examples/RestViewDeleteViewIdentifier.generated
index c14ecdc18b..64e8de8df2 100644
--- a/Documentation/Examples/RestViewDeleteViewIdentifier.generated
+++ b/Documentation/Examples/RestViewDeleteViewIdentifier.generated
@@ -1,4 +1,4 @@
-shell> curl -X DELETE --dump - http://localhost:8529/_api/view/15056
+shell> curl -X DELETE --dump - http://localhost:8529/_api/view/14914
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/RestViewGetViewPropertiesIdentifier.generated b/Documentation/Examples/RestViewGetViewPropertiesIdentifier.generated
index 8c98b175a0..ed3175c800 100644
--- a/Documentation/Examples/RestViewGetViewPropertiesIdentifier.generated
+++ b/Documentation/Examples/RestViewGetViewPropertiesIdentifier.generated
@@ -1,4 +1,4 @@
-shell> curl --dump - http://localhost:8529/_api/view/15071/properties
+shell> curl --dump - http://localhost:8529/_api/view/14922/properties
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/RestViewPostView.generated b/Documentation/Examples/RestViewPostView.generated
index a121b4bccf..eaf26936ea 100644
--- a/Documentation/Examples/RestViewPostView.generated
+++ b/Documentation/Examples/RestViewPostView.generated
@@ -12,7 +12,38 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "id" : "15079",
+ "id" : "14932",
"name" : "testViewBasics",
- "type" : "arangosearch"
+ "type" : "arangosearch",
+ "properties" : {
+ "collections" : [ ],
+ "commit" : {
+ "cleanupIntervalStep" : 10,
+ "commitIntervalMsec" : 60000,
+ "commitTimeoutMsec" : 5000,
+ "consolidate" : {
+ "bytes" : {
+ "segmentThreshold" : 300,
+ "threshold" : 0.8500000238418579
+ },
+ "bytes_accum" : {
+ "segmentThreshold" : 300,
+ "threshold" : 0.8500000238418579
+ },
+ "count" : {
+ "segmentThreshold" : 300,
+ "threshold" : 0.8500000238418579
+ },
+ "fill" : {
+ "segmentThreshold" : 300,
+ "threshold" : 0.8500000238418579
+ }
+ }
+ },
+ "locale" : "C",
+ "threadsMaxIdle" : 5,
+ "threadsMaxTotal" : 5,
+ "links" : {
+ }
+ }
}
diff --git a/Documentation/Examples/RestViewPutViewRename.generated b/Documentation/Examples/RestViewPutViewRename.generated
index ceaacfa434..be7c1dcdbd 100644
--- a/Documentation/Examples/RestViewPutViewRename.generated
+++ b/Documentation/Examples/RestViewPutViewRename.generated
@@ -9,7 +9,7 @@ content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
- "id" : "15081",
+ "id" : "14935",
"name" : "viewNewName",
"type" : "arangosearch",
"properties" : {
diff --git a/Documentation/Examples/RestWalTransactionsGet.generated b/Documentation/Examples/RestWalTransactionsGet.generated
index 5946387380..5e21dfdd3b 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" : 0,
- "minLastCollected" : null,
+ "runningTransactions" : 3,
+ "minLastCollected" : 188,
"minLastSealed" : null
}
diff --git a/Documentation/Examples/USER_06_AllUsers.generated b/Documentation/Examples/USER_06_AllUsers.generated
index 3db30656bb..6c409375a7 100644
--- a/Documentation/Examples/USER_06_AllUsers.generated
+++ b/Documentation/Examples/USER_06_AllUsers.generated
@@ -1,8 +1,8 @@
arangosh> require("@arangodb/users").all();
[
{
- "user" : "tester",
- "active" : false,
+ "user" : "my-user",
+ "active" : true,
"extra" : {
}
},
@@ -19,8 +19,8 @@ arangosh> require("user" : "my-user",
- "active" : true,
+ "user" : "tester",
+ "active" : false,
"extra" : {
}
}
diff --git a/Documentation/Examples/accessViaGeoIndex.generated b/Documentation/Examples/accessViaGeoIndex.generated
index 03b9b0e08c..cdcc52ce22 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/17216",
+ "id" : "example/17071",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -25,5 +25,5 @@ arangosh> items = db.example.getIndexes().map(1]);
[
"example/0",
- "example/17216"
+ "example/17071"
]
diff --git a/Documentation/Examples/col_dropIndex.generated b/Documentation/Examples/col_dropIndex.generated
index 682c87611a..89661d8135 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/17225",
+ "id" : "example/17080",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -31,7 +31,7 @@ arangosh> indexInfo;
"a",
"b"
],
- "id" : "example/17225",
+ "id" : "example/17080",
"sparse" : false,
"type" : "skiplist",
"unique" : false
diff --git a/Documentation/Examples/collectionDatabaseCollectionName.generated b/Documentation/Examples/collectionDatabaseCollectionName.generated
index 49817382fb..764ce7561f 100644
--- a/Documentation/Examples/collectionDatabaseCollectionName.generated
+++ b/Documentation/Examples/collectionDatabaseCollectionName.generated
@@ -1,2 +1,2 @@
arangosh> db.example;
-[ArangoCollection 17239, "example" (type document, status loaded)]
+[ArangoCollection 17094, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseCreate.generated b/Documentation/Examples/collectionDatabaseCreate.generated
index 5906f2beed..b21382f120 100644
--- a/Documentation/Examples/collectionDatabaseCreate.generated
+++ b/Documentation/Examples/collectionDatabaseCreate.generated
@@ -1,5 +1,5 @@
arangosh> c = db._create("users");
-[ArangoCollection 17243, "users" (type document, status loaded)]
+[ArangoCollection 17098, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
diff --git a/Documentation/Examples/collectionDatabaseCreateKey.generated b/Documentation/Examples/collectionDatabaseCreateKey.generated
index 924328ca61..308b5ce334 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 17252, "users" (type document, status loaded)]
+[ArangoCollection 17103, "users" (type document, status loaded)]
arangosh> db.users.save({ name: "user 1" });
{
"_id" : "users/10",
"_key" : "10",
- "_rev" : "_WgE8vLa---"
+ "_rev" : "_WnWW8Jy--_"
}
arangosh> db.users.save({ name: "user 2" });
{
"_id" : "users/15",
"_key" : "15",
- "_rev" : "_WgE8vLe--_"
+ "_rev" : "_WnWW8J2--_"
}
arangosh> db.users.save({ name: "user 3" });
{
"_id" : "users/20",
"_key" : "20",
- "_rev" : "_WgE8vLi--_"
+ "_rev" : "_WnWW8J2--B"
}
diff --git a/Documentation/Examples/collectionDatabaseCreateProperties.generated b/Documentation/Examples/collectionDatabaseCreateProperties.generated
index 51ef04290e..46c31a7801 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 17263, "users" (type document, status loaded)]
+[ArangoCollection 17114, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
diff --git a/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated b/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
index 48ba1806b7..22ea87e4b9 100644
--- a/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
+++ b/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
@@ -1,16 +1,16 @@
arangosh> db._create("users", { keyOptions: { allowUserKeys: false } });
-[ArangoCollection 17268, "users" (type document, status loaded)]
+[ArangoCollection 17119, "users" (type document, status loaded)]
arangosh> db.users.save({ name: "user 1" });
{
- "_id" : "users/17272",
- "_key" : "17272",
- "_rev" : "_WgE8v22--_"
+ "_id" : "users/17123",
+ "_key" : "17123",
+ "_rev" : "_WnWW8L6--_"
}
arangosh> db.users.save({ name: "user 2", _key: "myuser" });
[ArangoError 1222: unexpected document key]
arangosh> db.users.save({ name: "user 3" });
{
- "_id" : "users/17277",
- "_key" : "17277",
- "_rev" : "_WgE8v26--A"
+ "_id" : "users/17128",
+ "_key" : "17128",
+ "_rev" : "_WnWW8MC--_"
}
diff --git a/Documentation/Examples/collectionDatabaseCreateSuccess.generated b/Documentation/Examples/collectionDatabaseCreateSuccess.generated
index 5b9b79e914..4351a6effe 100644
--- a/Documentation/Examples/collectionDatabaseCreateSuccess.generated
+++ b/Documentation/Examples/collectionDatabaseCreateSuccess.generated
@@ -1,5 +1,5 @@
arangosh> c = db._create("users");
-[ArangoCollection 17280, "users" (type document, status loaded)]
+[ArangoCollection 17131, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
diff --git a/Documentation/Examples/collectionDatabaseDrop.generated b/Documentation/Examples/collectionDatabaseDrop.generated
index 6b56aed819..0dbd3ab073 100644
--- a/Documentation/Examples/collectionDatabaseDrop.generated
+++ b/Documentation/Examples/collectionDatabaseDrop.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 17285, "example" (type document, status loaded)]
+[ArangoCollection 17136, "example" (type document, status loaded)]
arangosh> db._drop(col);
arangosh> col;
-[ArangoCollection 17285, "example" (type document, status loaded)]
+[ArangoCollection 17136, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseDropByObject.generated b/Documentation/Examples/collectionDatabaseDropByObject.generated
index 4d58751fd8..373d58e725 100644
--- a/Documentation/Examples/collectionDatabaseDropByObject.generated
+++ b/Documentation/Examples/collectionDatabaseDropByObject.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 17289, "example" (type document, status loaded)]
+[ArangoCollection 17140, "example" (type document, status loaded)]
arangosh> db._drop(col);
arangosh> col;
-[ArangoCollection 17289, "example" (type document, status loaded)]
+[ArangoCollection 17140, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseDropName.generated b/Documentation/Examples/collectionDatabaseDropName.generated
index a9724f7b7a..892a3ea21c 100644
--- a/Documentation/Examples/collectionDatabaseDropName.generated
+++ b/Documentation/Examples/collectionDatabaseDropName.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 17293, "example" (type document, status loaded)]
+[ArangoCollection 17146, "example" (type document, status loaded)]
arangosh> db._drop("example");
arangosh> col;
-[ArangoCollection 17293, "example" (type document, status deleted)]
+[ArangoCollection 17146, "example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionDatabaseDropSystem.generated b/Documentation/Examples/collectionDatabaseDropSystem.generated
index 42d3c4a8e8..945809d25e 100644
--- a/Documentation/Examples/collectionDatabaseDropSystem.generated
+++ b/Documentation/Examples/collectionDatabaseDropSystem.generated
@@ -1,5 +1,5 @@
arangosh> col = db._example;
-[ArangoCollection 17297, "_example" (type document, status loaded)]
+[ArangoCollection 17150, "_example" (type document, status loaded)]
arangosh> db._drop("_example", { isSystem: true });
arangosh> col;
-[ArangoCollection 17297, "_example" (type document, status deleted)]
+[ArangoCollection 17150, "_example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionDatabaseName.generated b/Documentation/Examples/collectionDatabaseName.generated
index b9dd6250ae..76b46e4f33 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 101, "demo" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseNameKnown.generated b/Documentation/Examples/collectionDatabaseNameKnown.generated
index b9dd6250ae..76b46e4f33 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 101, "demo" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionDatabaseTruncate.generated b/Documentation/Examples/collectionDatabaseTruncate.generated
index 1d67efd0a6..6f9b5edf7d 100644
--- a/Documentation/Examples/collectionDatabaseTruncate.generated
+++ b/Documentation/Examples/collectionDatabaseTruncate.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 17301, "example" (type document, status loaded)]
+[ArangoCollection 17154, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/17305",
- "_key" : "17305",
- "_rev" : "_WgE8yXC--_"
+ "_id" : "example/17158",
+ "_key" : "17158",
+ "_rev" : "_WnWW8Ru--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionDatabaseTruncateByObject.generated b/Documentation/Examples/collectionDatabaseTruncateByObject.generated
index da3cffb966..44a3f63f1a 100644
--- a/Documentation/Examples/collectionDatabaseTruncateByObject.generated
+++ b/Documentation/Examples/collectionDatabaseTruncateByObject.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 17318, "example" (type document, status loaded)]
+[ArangoCollection 17171, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/17322",
- "_key" : "17322",
- "_rev" : "_WgE8yzK--_"
+ "_id" : "example/17175",
+ "_key" : "17175",
+ "_rev" : "_WnWW8Sy--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionDatabaseTruncateName.generated b/Documentation/Examples/collectionDatabaseTruncateName.generated
index c0712d8f21..d1adda8a4a 100644
--- a/Documentation/Examples/collectionDatabaseTruncateName.generated
+++ b/Documentation/Examples/collectionDatabaseTruncateName.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 17335, "example" (type document, status loaded)]
+[ArangoCollection 17188, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/17339",
- "_key" : "17339",
- "_rev" : "_WgE8zNO--_"
+ "_id" : "example/17192",
+ "_key" : "17192",
+ "_rev" : "_WnWW8Ty--_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionDrop.generated b/Documentation/Examples/collectionDrop.generated
index f66a63b9ec..553fa79295 100644
--- a/Documentation/Examples/collectionDrop.generated
+++ b/Documentation/Examples/collectionDrop.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 17361, "example" (type document, status loaded)]
+[ArangoCollection 17205, "example" (type document, status loaded)]
arangosh> col.drop();
arangosh> col;
-[ArangoCollection 17361, "example" (type document, status deleted)]
+[ArangoCollection 17205, "example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionDropSystem.generated b/Documentation/Examples/collectionDropSystem.generated
index 60eaf6e6df..bac87b22c4 100644
--- a/Documentation/Examples/collectionDropSystem.generated
+++ b/Documentation/Examples/collectionDropSystem.generated
@@ -1,5 +1,5 @@
arangosh> col = db._example;
-[ArangoCollection 17365, "_example" (type document, status loaded)]
+[ArangoCollection 17209, "_example" (type document, status loaded)]
arangosh> col.drop({ isSystem: true });
arangosh> col;
-[ArangoCollection 17365, "_example" (type document, status deleted)]
+[ArangoCollection 17209, "_example" (type document, status deleted)]
diff --git a/Documentation/Examples/collectionEnsureIndex.generated b/Documentation/Examples/collectionEnsureIndex.generated
index efd42310f5..6579ed455e 100644
--- a/Documentation/Examples/collectionEnsureIndex.generated
+++ b/Documentation/Examples/collectionEnsureIndex.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a"
],
- "id" : "test/17373",
+ "id" : "test/17217",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : true,
@@ -19,7 +19,7 @@ arangosh> db.test.ensureIndex({ type: "a",
"b"
],
- "id" : "test/17376",
+ "id" : "test/17220",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/collectionFigures.generated b/Documentation/Examples/collectionFigures.generated
index ba61743418..cc260cf908 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-03-13T23:42:55Z",
+ "time" : "2018-04-05T13:57:16Z",
"count" : 0,
"filesCombined" : 0,
"bytesRead" : 0,
@@ -39,6 +39,6 @@ arangosh> db.demo.figures()
"count" : 1,
"size" : 48192
},
- "lastTick" : 94,
+ "lastTick" : 106,
"uncollectedLogfileEntries" : 0
}
diff --git a/Documentation/Examples/collectionFirstExample.generated b/Documentation/Examples/collectionFirstExample.generated
index 347a46abdf..f9f65751c6 100644
--- a/Documentation/Examples/collectionFirstExample.generated
+++ b/Documentation/Examples/collectionFirstExample.generated
@@ -1,7 +1,7 @@
arangosh> db.users.firstExample("name", "Angela");
{
- "_key" : "17397",
- "_id" : "users/17397",
- "_rev" : "_WgE82Tu--_",
+ "_key" : "17240",
+ "_id" : "users/17240",
+ "_rev" : "_WnWW9P2--_",
"name" : "Angela"
}
diff --git a/Documentation/Examples/collectionFulltext.generated b/Documentation/Examples/collectionFulltext.generated
index d4f6ff9fa4..7b7a4eaf7e 100644
--- a/Documentation/Examples/collectionFulltext.generated
+++ b/Documentation/Examples/collectionFulltext.generated
@@ -3,7 +3,7 @@ arangosh> db.emails.ensureFulltextIndex("content"
"fields" : [
"content"
],
- "id" : "emails/17405",
+ "id" : "emails/17248",
"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/17408",
- "_key" : "17408",
- "_rev" : "_WgE83A---_"
+ "_id" : "emails/17251",
+ "_key" : "17251",
+ "_rev" : "_WnWW9Rq--_"
}
arangosh> db.emails.save({ content:
........> "Hello Charlie, do Alice and Bob know about it?"});
{
- "_id" : "emails/17412",
- "_key" : "17412",
- "_rev" : "_WgE83AC--_"
+ "_id" : "emails/17255",
+ "_key" : "17255",
+ "_rev" : "_WnWW9Ru--_"
}
arangosh> db.emails.save({ content: "I think they don't know. Regards, Eve" });
{
- "_id" : "emails/17415",
- "_key" : "17415",
- "_rev" : "_WgE83AG--_"
+ "_id" : "emails/17258",
+ "_key" : "17258",
+ "_rev" : "_WnWW9Ry--_"
}
arangosh> db.emails.fulltext("content", "charlie,|eve").toArray();
[
{
- "_key" : "17412",
- "_id" : "emails/17412",
- "_rev" : "_WgE83AC--_",
+ "_key" : "17255",
+ "_id" : "emails/17255",
+ "_rev" : "_WnWW9Ru--_",
"content" : "Hello Charlie, do Alice and Bob know about it?"
},
{
- "_key" : "17415",
- "_id" : "emails/17415",
- "_rev" : "_WgE83AG--_",
+ "_key" : "17258",
+ "_id" : "emails/17258",
+ "_rev" : "_WnWW9Ry--_",
"content" : "I think they don't know. Regards, Eve"
}
]
diff --git a/Documentation/Examples/collectionGetIndexes.generated b/Documentation/Examples/collectionGetIndexes.generated
index 64d0deadaf..ad5df642f3 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/17431",
+ "id" : "test/17274",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -31,7 +31,7 @@ arangosh> db.test.getIndexes();
"fields" : [
"skiplistAttribute"
],
- "id" : "test/17425",
+ "id" : "test/17268",
"sparse" : false,
"type" : "skiplist",
"unique" : true
@@ -41,7 +41,7 @@ arangosh> db.test.getIndexes();
"fields" : [
"skiplistUniqueAttribute"
],
- "id" : "test/17428",
+ "id" : "test/17271",
"sparse" : false,
"type" : "skiplist",
"unique" : true
@@ -52,7 +52,7 @@ arangosh> db.test.getIndexes();
"hashListAttribute",
"hashListSecondAttribute.subAttribute"
],
- "id" : "test/17431",
+ "id" : "test/17274",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
diff --git a/Documentation/Examples/collectionLoad.generated b/Documentation/Examples/collectionLoad.generated
index 059f3a412c..9d80471df9 100644
--- a/Documentation/Examples/collectionLoad.generated
+++ b/Documentation/Examples/collectionLoad.generated
@@ -1,5 +1,5 @@
arangosh> col = db.example;
-[ArangoCollection 17435, "example" (type document, status loaded)]
+[ArangoCollection 17278, "example" (type document, status loaded)]
arangosh> col.load();
arangosh> col;
-[ArangoCollection 17435, "example" (type document, status loaded)]
+[ArangoCollection 17278, "example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionLookupByKeys.generated b/Documentation/Examples/collectionLookupByKeys.generated
index 2db4ab8984..20e9e8117e 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" : "_WgE843K--_",
+ "_rev" : "_WnWW9X---_",
"value" : 0
},
{
"_key" : "test1",
"_id" : "example/test1",
- "_rev" : "_WgE843O--_",
+ "_rev" : "_WnWW9X---B",
"value" : 1
},
{
"_key" : "test2",
"_id" : "example/test2",
- "_rev" : "_WgE843S--_",
+ "_rev" : "_WnWW9XC--_",
"value" : 2
},
{
"_key" : "test3",
"_id" : "example/test3",
- "_rev" : "_WgE843S--B",
+ "_rev" : "_WnWW9XC--B",
"value" : 3
},
{
"_key" : "test4",
"_id" : "example/test4",
- "_rev" : "_WgE843W--_",
+ "_rev" : "_WnWW9XG--_",
"value" : 4
},
{
"_key" : "test5",
"_id" : "example/test5",
- "_rev" : "_WgE843W--B",
+ "_rev" : "_WnWW9XG--B",
"value" : 5
},
{
"_key" : "test6",
"_id" : "example/test6",
- "_rev" : "_WgE843a--_",
+ "_rev" : "_WnWW9XK--_",
"value" : 6
},
{
"_key" : "test7",
"_id" : "example/test7",
- "_rev" : "_WgE843m--_",
+ "_rev" : "_WnWW9XK--B",
"value" : 7
},
{
"_key" : "test8",
"_id" : "example/test8",
- "_rev" : "_WgE843m--B",
+ "_rev" : "_WnWW9XO--_",
"value" : 8
},
{
"_key" : "test9",
"_id" : "example/test9",
- "_rev" : "_WgE843q--_",
+ "_rev" : "_WnWW9XO--B",
"value" : 9
}
]
diff --git a/Documentation/Examples/collectionRename.generated b/Documentation/Examples/collectionRename.generated
index bb0a4314e7..6591006acd 100644
--- a/Documentation/Examples/collectionRename.generated
+++ b/Documentation/Examples/collectionRename.generated
@@ -1,5 +1,5 @@
arangosh> c = db.example;
-[ArangoCollection 17518, "example" (type document, status loaded)]
+[ArangoCollection 17361, "example" (type document, status loaded)]
arangosh> c.rename("better-example");
arangosh> c;
-[ArangoCollection 17518, "better-example" (type document, status loaded)]
+[ArangoCollection 17361, "better-example" (type document, status loaded)]
diff --git a/Documentation/Examples/collectionTruncate.generated b/Documentation/Examples/collectionTruncate.generated
index 83696a41a6..124b9c5e36 100644
--- a/Documentation/Examples/collectionTruncate.generated
+++ b/Documentation/Examples/collectionTruncate.generated
@@ -1,10 +1,10 @@
arangosh> col = db.example;
-[ArangoCollection 17524, "example" (type document, status loaded)]
+[ArangoCollection 17367, "example" (type document, status loaded)]
arangosh> col.save({ "Hello" : "World" });
{
- "_id" : "example/17528",
- "_key" : "17528",
- "_rev" : "_WgE87jC--_"
+ "_id" : "example/17371",
+ "_key" : "17371",
+ "_rev" : "_WnWW9d---_"
}
arangosh> col.count();
1
diff --git a/Documentation/Examples/collectionsDatabaseName.generated b/Documentation/Examples/collectionsDatabaseName.generated
index 02ef307b06..a531d13b2c 100644
--- a/Documentation/Examples/collectionsDatabaseName.generated
+++ b/Documentation/Examples/collectionsDatabaseName.generated
@@ -1,20 +1,20 @@
arangosh> db._collections();
[
- [ArangoCollection 49, "_appbundles" (type document, status loaded)],
- [ArangoCollection 44, "_apps" (type document, status loaded)],
- [ArangoCollection 30, "_aqlfunctions" (type document, status loaded)],
- [ArangoCollection 32, "_frontend" (type document, status loaded)],
+ [ArangoCollection 47, "_appbundles" (type document, status loaded)],
+ [ArangoCollection 42, "_apps" (type document, status loaded)],
+ [ArangoCollection 28, "_aqlfunctions" (type document, status loaded)],
+ [ArangoCollection 30, "_frontend" (type document, status loaded)],
[ArangoCollection 6, "_graphs" (type document, status loaded)],
[ArangoCollection 2, "_iresearch_analyzers" (type unknown, status loaded)],
- [ArangoCollection 36, "_jobs" (type document, status loaded)],
- [ArangoCollection 14, "_modules" (type document, status loaded)],
- [ArangoCollection 34, "_queues" (type document, status loaded)],
- [ArangoCollection 16, "_routing" (type document, status loaded)],
- [ArangoCollection 84, "_statistics" (type document, status loaded)],
- [ArangoCollection 96, "_statistics15" (type document, status loaded)],
- [ArangoCollection 79, "_statisticsRaw" (type document, status loaded)],
+ [ArangoCollection 34, "_jobs" (type document, status loaded)],
+ [ArangoCollection 13, "_modules" (type document, status loaded)],
+ [ArangoCollection 32, "_queues" (type document, status loaded)],
+ [ArangoCollection 15, "_routing" (type document, status loaded)],
+ [ArangoCollection 82, "_statistics" (type document, status loaded)],
+ [ArangoCollection 87, "_statistics15" (type document, status loaded)],
+ [ArangoCollection 77, "_statisticsRaw" (type document, status loaded)],
[ArangoCollection 8, "_users" (type document, status loaded)],
- [ArangoCollection 95, "animals" (type document, status loaded)],
- [ArangoCollection 88, "demo" (type document, status loaded)],
- [ArangoCollection 17541, "example" (type document, status loaded)]
+ [ArangoCollection 107, "animals" (type document, status loaded)],
+ [ArangoCollection 101, "demo" (type document, status loaded)],
+ [ArangoCollection 17384, "example" (type document, status loaded)]
]
diff --git a/Documentation/Examples/cursorHasNext.generated b/Documentation/Examples/cursorHasNext.generated
index 081fa2e070..88a0e7bbc2 100644
--- a/Documentation/Examples/cursorHasNext.generated
+++ b/Documentation/Examples/cursorHasNext.generated
@@ -1,32 +1,32 @@
arangosh> var a = db._query("FOR x IN five RETURN x");
arangosh> while (a.hasNext()) print(a.next());
{
- "_key" : "17628",
- "_id" : "five/17628",
- "_rev" : "_WgE89uC--B",
+ "_key" : "17462",
+ "_id" : "five/17462",
+ "_rev" : "_WnWW9iG--_",
"name" : "two"
}
{
- "_key" : "17631",
- "_id" : "five/17631",
- "_rev" : "_WgE89uC--D",
- "name" : "three"
-}
-{
- "_key" : "17634",
- "_id" : "five/17634",
- "_rev" : "_WgE89uG--_",
+ "_key" : "17468",
+ "_id" : "five/17468",
+ "_rev" : "_WnWW9iK--_",
"name" : "four"
}
{
- "_key" : "17624",
- "_id" : "five/17624",
- "_rev" : "_WgE89uC--_",
- "name" : "one"
+ "_key" : "17465",
+ "_id" : "five/17465",
+ "_rev" : "_WnWW9iG--B",
+ "name" : "three"
}
{
- "_key" : "17637",
- "_id" : "five/17637",
- "_rev" : "_WgE89uG--B",
+ "_key" : "17471",
+ "_id" : "five/17471",
+ "_rev" : "_WnWW9iK--B",
"name" : "five"
}
+{
+ "_key" : "17458",
+ "_id" : "five/17458",
+ "_rev" : "_WnWW9iC--_",
+ "name" : "one"
+}
diff --git a/Documentation/Examples/cursorNext.generated b/Documentation/Examples/cursorNext.generated
index fa08ca0949..83c0618947 100644
--- a/Documentation/Examples/cursorNext.generated
+++ b/Documentation/Examples/cursorNext.generated
@@ -1,7 +1,7 @@
arangosh> db._query("FOR x IN five RETURN x").next();
{
- "_key" : "17652",
- "_id" : "five/17652",
- "_rev" : "_WgE9-Gq--B",
- "name" : "three"
+ "_key" : "17479",
+ "_id" : "five/17479",
+ "_rev" : "_WnWW9jK--_",
+ "name" : "one"
}
diff --git a/Documentation/Examples/dbPath.generated b/Documentation/Examples/dbPath.generated
index 1e1577e7cc..d8d2e3fb37 100644
--- a/Documentation/Examples/dbPath.generated
+++ b/Documentation/Examples/dbPath.generated
@@ -1,2 +1,2 @@
arangosh> require("@arangodb").db._path();
-/tmp/arangosh_Uk8cNP/tmp-12268-207544964/data/databases/database-1
+/tmp/arangosh_i8eoAy/tmp-27201-698347646/data/databases/database-1
diff --git a/Documentation/Examples/documentDocumentRemove.generated b/Documentation/Examples/documentDocumentRemove.generated
index 756ec65caa..68782a746f 100644
--- a/Documentation/Examples/documentDocumentRemove.generated
+++ b/Documentation/Examples/documentDocumentRemove.generated
@@ -1,21 +1,21 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17666",
- "_key" : "17666",
- "_rev" : "_WgE9-ju--_"
+ "_id" : "example/17500",
+ "_key" : "17500",
+ "_rev" : "_WnWW9ky--_"
}
arangosh> db.example.document(a1);
{
- "_key" : "17666",
- "_id" : "example/17666",
- "_rev" : "_WgE9-ju--_",
+ "_key" : "17500",
+ "_id" : "example/17500",
+ "_rev" : "_WnWW9ky--_",
"a" : 1
}
arangosh> db.example.remove(a1);
{
- "_id" : "example/17666",
- "_key" : "17666",
- "_rev" : "_WgE9-ju--_"
+ "_id" : "example/17500",
+ "_key" : "17500",
+ "_rev" : "_WnWW9ky--_"
}
arangosh> db.example.document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentDocumentRemoveConflict.generated b/Documentation/Examples/documentDocumentRemoveConflict.generated
index da1ae2b149..79a65aa572 100644
--- a/Documentation/Examples/documentDocumentRemoveConflict.generated
+++ b/Documentation/Examples/documentDocumentRemoveConflict.generated
@@ -1,23 +1,23 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17678",
- "_key" : "17678",
- "_rev" : "_WgE9__6--_"
+ "_id" : "example/17512",
+ "_key" : "17512",
+ "_rev" : "_WnWW9l2--_"
}
arangosh> a2 = db.example.replace(a1, { a : 2 });
{
- "_id" : "example/17678",
- "_key" : "17678",
- "_rev" : "_WgE9_AC--_",
- "_oldRev" : "_WgE9__6--_"
+ "_id" : "example/17512",
+ "_key" : "17512",
+ "_rev" : "_WnWW9m---_",
+ "_oldRev" : "_WnWW9l2--_"
}
arangosh> db.example.remove(a1);
[ArangoError 1200: precondition failed]
arangosh> db.example.remove(a1, true);
{
- "_id" : "example/17678",
- "_key" : "17678",
- "_rev" : "_WgE9_AC--_"
+ "_id" : "example/17512",
+ "_key" : "17512",
+ "_rev" : "_WnWW9m---_"
}
arangosh> db.example.document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentDocumentRemoveSimple.generated b/Documentation/Examples/documentDocumentRemoveSimple.generated
index 6fd7edf1eb..b45978a49b 100644
--- a/Documentation/Examples/documentDocumentRemoveSimple.generated
+++ b/Documentation/Examples/documentDocumentRemoveSimple.generated
@@ -1,21 +1,21 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17692",
- "_key" : "17692",
- "_rev" : "_WgE9_b---_"
+ "_id" : "example/17526",
+ "_key" : "17526",
+ "_rev" : "_WnWW9m2--_"
}
arangosh> db.example.document(a1);
{
- "_key" : "17692",
- "_id" : "example/17692",
- "_rev" : "_WgE9_b---_",
+ "_key" : "17526",
+ "_id" : "example/17526",
+ "_rev" : "_WnWW9m2--_",
"a" : 1
}
arangosh> db.example.remove(a1);
{
- "_id" : "example/17692",
- "_key" : "17692",
- "_rev" : "_WgE9_b---_"
+ "_id" : "example/17526",
+ "_key" : "17526",
+ "_rev" : "_WnWW9m2--_"
}
arangosh> db.example.document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentDocumentUpdate.generated b/Documentation/Examples/documentDocumentUpdate.generated
index 8e27fb7be9..69f136d782 100644
--- a/Documentation/Examples/documentDocumentUpdate.generated
+++ b/Documentation/Examples/documentDocumentUpdate.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17704",
- "_key" : "17704",
- "_rev" : "_WgE9_wy--_"
+ "_id" : "example/17538",
+ "_key" : "17538",
+ "_rev" : "_WnWW9ne--_"
}
arangosh> a2 = db._update(a1, { b : 2 });
{
- "_id" : "example/17704",
- "_key" : "17704",
- "_rev" : "_WgE9_w6--_",
- "_oldRev" : "_WgE9_wy--_"
+ "_id" : "example/17538",
+ "_key" : "17538",
+ "_rev" : "_WnWW9ne--B",
+ "_oldRev" : "_WnWW9ne--_"
}
arangosh> a3 = db._update(a1, { c : 3 });
[ArangoError 1200: precondition failed]
diff --git a/Documentation/Examples/documentsCollectionInsert.generated b/Documentation/Examples/documentsCollectionInsert.generated
index e493f76d72..9e8b2795eb 100644
--- a/Documentation/Examples/documentsCollectionInsert.generated
+++ b/Documentation/Examples/documentsCollectionInsert.generated
@@ -1,12 +1,12 @@
arangosh> db.example.insert({ Hello : "World" });
{
- "_id" : "example/17715",
- "_key" : "17715",
- "_rev" : "_WgE9AGK--_"
+ "_id" : "example/17549",
+ "_key" : "17549",
+ "_rev" : "_WnWW9oK--_"
}
arangosh> db.example.insert({ Hello : "World" }, true);
{
- "_id" : "example/17719",
- "_key" : "17719",
- "_rev" : "_WgE9AGO--_"
+ "_id" : "example/17553",
+ "_key" : "17553",
+ "_rev" : "_WnWW9oO--_"
}
diff --git a/Documentation/Examples/documentsCollectionInsertMulti.generated b/Documentation/Examples/documentsCollectionInsertMulti.generated
index a4153adfa6..3012734f93 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/17726",
- "_key" : "17726",
- "_rev" : "_WgE9Agy--_"
+ "_id" : "example/17560",
+ "_key" : "17560",
+ "_rev" : "_WnWW9o6--_"
},
{
- "_id" : "example/17730",
- "_key" : "17730",
- "_rev" : "_WgE9Agy--B"
+ "_id" : "example/17564",
+ "_key" : "17564",
+ "_rev" : "_WnWW9o6--B"
}
]
arangosh> db.example.insert([{ Hello : "World" }, {}], {waitForSync: true});
[
{
- "_id" : "example/17734",
- "_key" : "17734",
- "_rev" : "_WgE9Ag2--_"
+ "_id" : "example/17568",
+ "_key" : "17568",
+ "_rev" : "_WnWW9p---_"
},
{
- "_id" : "example/17738",
- "_key" : "17738",
- "_rev" : "_WgE9Ag2--B"
+ "_id" : "example/17572",
+ "_key" : "17572",
+ "_rev" : "_WnWW9p---B"
}
]
diff --git a/Documentation/Examples/documentsCollectionInsertSingle.generated b/Documentation/Examples/documentsCollectionInsertSingle.generated
index 276b84ff16..a991a1bfd0 100644
--- a/Documentation/Examples/documentsCollectionInsertSingle.generated
+++ b/Documentation/Examples/documentsCollectionInsertSingle.generated
@@ -1,12 +1,12 @@
arangosh> db.example.insert({ Hello : "World" });
{
- "_id" : "example/17746",
- "_key" : "17746",
- "_rev" : "_WgE9A7S--_"
+ "_id" : "example/17580",
+ "_key" : "17580",
+ "_rev" : "_WnWW9p6--_"
}
arangosh> db.example.insert({ Hello : "World" }, {waitForSync: true});
{
- "_id" : "example/17750",
- "_key" : "17750",
- "_rev" : "_WgE9A7W--_"
+ "_id" : "example/17584",
+ "_key" : "17584",
+ "_rev" : "_WnWW9p6--B"
}
diff --git a/Documentation/Examples/documentsCollectionName.generated b/Documentation/Examples/documentsCollectionName.generated
index a1149b132d..88efa7c4f4 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" : "_WgE9BRK--_"
+ "_rev" : "_WnWW9qq--_"
}
diff --git a/Documentation/Examples/documentsCollectionNameValidByKey.generated b/Documentation/Examples/documentsCollectionNameValidByKey.generated
index a9a116f73e..f3bd966558 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" : "_WgE9CeS--_"
+ "_rev" : "_WnWW9s2--_"
}
diff --git a/Documentation/Examples/documentsCollectionNameValidByObject.generated b/Documentation/Examples/documentsCollectionNameValidByObject.generated
index 610ce30888..b72a8c95d5 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" : "_WgE9C3y--_"
+ "_rev" : "_WnWW9tq--_"
}
diff --git a/Documentation/Examples/documentsCollectionNameValidMulti.generated b/Documentation/Examples/documentsCollectionNameValidMulti.generated
index 2c11da7150..5f8b077191 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" : "_WgE9DVe--_"
+ "_rev" : "_WnWW9ui--_"
},
{
"_key" : "2873917",
"_id" : "example/2873917",
- "_rev" : "_WgE9DVm--_"
+ "_rev" : "_WnWW9um--_"
}
]
diff --git a/Documentation/Examples/documentsCollectionNameValidPlain.generated b/Documentation/Examples/documentsCollectionNameValidPlain.generated
index 451d76b59e..b63fcab100 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" : "_WgE9D0G--_"
+ "_rev" : "_WnWW9va--_"
}
diff --git a/Documentation/Examples/documentsCollectionRemoveConflict.generated b/Documentation/Examples/documentsCollectionRemoveConflict.generated
index 758aae2d42..df93f7963c 100644
--- a/Documentation/Examples/documentsCollectionRemoveConflict.generated
+++ b/Documentation/Examples/documentsCollectionRemoveConflict.generated
@@ -1,23 +1,23 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17811",
- "_key" : "17811",
- "_rev" : "_WgE9ENO--_"
+ "_id" : "example/17645",
+ "_key" : "17645",
+ "_rev" : "_WnWW9wO--_"
}
arangosh> a2 = db._replace(a1, { a : 2 });
{
- "_id" : "example/17811",
- "_key" : "17811",
- "_rev" : "_WgE9ENW--_",
- "_oldRev" : "_WgE9ENO--_"
+ "_id" : "example/17645",
+ "_key" : "17645",
+ "_rev" : "_WnWW9wW--_",
+ "_oldRev" : "_WnWW9wO--_"
}
arangosh> db._remove(a1);
[ArangoError 1200: precondition failed]
arangosh> db._remove(a1, {overwrite: true} );
{
- "_id" : "example/17811",
- "_key" : "17811",
- "_rev" : "_WgE9ENW--_"
+ "_id" : "example/17645",
+ "_key" : "17645",
+ "_rev" : "_WnWW9wW--_"
}
arangosh> db._document(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentsCollectionRemoveSignature.generated b/Documentation/Examples/documentsCollectionRemoveSignature.generated
index 8e9e4a15b2..05d4e9bbbc 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" : "_WgE9ElO--_"
+ "_rev" : "_WnWW9xe--_"
}
arangosh> db.example.remove("example/11265325374",
........> { overwrite: true, waitForSync: false})
{
"_id" : "example/11265325374",
"_key" : "11265325374",
- "_rev" : "_WgE9ElO--_"
+ "_rev" : "_WnWW9xe--_"
}
diff --git a/Documentation/Examples/documentsCollectionRemoveSuccess.generated b/Documentation/Examples/documentsCollectionRemoveSuccess.generated
index 4e43317843..ca7cfe5d07 100644
--- a/Documentation/Examples/documentsCollectionRemoveSuccess.generated
+++ b/Documentation/Examples/documentsCollectionRemoveSuccess.generated
@@ -1,14 +1,14 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17834",
- "_key" : "17834",
- "_rev" : "_WgE9E4e--_"
+ "_id" : "example/17668",
+ "_key" : "17668",
+ "_rev" : "_WnWW9yW--_"
}
arangosh> db._remove(a1);
{
- "_id" : "example/17834",
- "_key" : "17834",
- "_rev" : "_WgE9E4e--_"
+ "_id" : "example/17668",
+ "_key" : "17668",
+ "_rev" : "_WnWW9yW--_"
}
arangosh> db._remove(a1);
[ArangoError 1202: document not found]
diff --git a/Documentation/Examples/documentsCollectionReplace.generated b/Documentation/Examples/documentsCollectionReplace.generated
index 177a78015f..9d7e37868e 100644
--- a/Documentation/Examples/documentsCollectionReplace.generated
+++ b/Documentation/Examples/documentsCollectionReplace.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17846",
- "_key" : "17846",
- "_rev" : "_WgE9FWq--_"
+ "_id" : "example/17680",
+ "_key" : "17680",
+ "_rev" : "_WnWW9zW--_"
}
arangosh> a2 = db.example.replace(a1, { a : 2 });
{
- "_id" : "example/17846",
- "_key" : "17846",
- "_rev" : "_WgE9FWu--_",
- "_oldRev" : "_WgE9FWq--_"
+ "_id" : "example/17680",
+ "_key" : "17680",
+ "_rev" : "_WnWW9za--_",
+ "_oldRev" : "_WnWW9zW--_"
}
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 196bb71d7c..077ff501d7 100644
--- a/Documentation/Examples/documentsCollectionReplace1.generated
+++ b/Documentation/Examples/documentsCollectionReplace1.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/17857",
- "_key" : "17857",
- "_rev" : "_WgE9F1W--_"
+ "_id" : "example/17691",
+ "_key" : "17691",
+ "_rev" : "_WnWW90W--_"
}
arangosh> a2 = db.example.replace(a1, { a : 2 });
{
- "_id" : "example/17857",
- "_key" : "17857",
- "_rev" : "_WgE9F1a--_",
- "_oldRev" : "_WgE9F1W--_"
+ "_id" : "example/17691",
+ "_key" : "17691",
+ "_rev" : "_WnWW90a--_",
+ "_oldRev" : "_WnWW90W--_"
}
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 35a0a175bc..3e16d08d2c 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" : "_WgE9GYW--_"
+ "_rev" : "_WnWW91W--_"
}
arangosh> a2 = db.example.replace("example/3903044", { a : 2 });
{
"_id" : "example/3903044",
"_key" : "3903044",
- "_rev" : "_WgE9GYa--_",
- "_oldRev" : "_WgE9GYS--_"
+ "_rev" : "_WnWW91W--B",
+ "_oldRev" : "_WnWW91S--_"
}
diff --git a/Documentation/Examples/documentsCollectionUpdate.generated b/Documentation/Examples/documentsCollectionUpdate.generated
index f8161e0b74..df46272c82 100644
--- a/Documentation/Examples/documentsCollectionUpdate.generated
+++ b/Documentation/Examples/documentsCollectionUpdate.generated
@@ -1,30 +1,30 @@
arangosh> a1 = db.example.insert({"a" : 1});
{
- "_id" : "example/17880",
- "_key" : "17880",
- "_rev" : "_WgE9GvS--_"
+ "_id" : "example/17714",
+ "_key" : "17714",
+ "_rev" : "_WnWW92S--_"
}
arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3});
{
- "_id" : "example/17880",
- "_key" : "17880",
- "_rev" : "_WgE9Gva--_",
- "_oldRev" : "_WgE9GvS--_"
+ "_id" : "example/17714",
+ "_key" : "17714",
+ "_rev" : "_WnWW92W--_",
+ "_oldRev" : "_WnWW92S--_"
}
arangosh> a3 = db.example.update(a1, {"d" : 4});
[ArangoError 1200: precondition failed]
arangosh> a4 = db.example.update(a2, {"e" : 5, "f" : 6 });
{
- "_id" : "example/17880",
- "_key" : "17880",
- "_rev" : "_WgE9Gvm--_",
- "_oldRev" : "_WgE9Gva--_"
+ "_id" : "example/17714",
+ "_key" : "17714",
+ "_rev" : "_WnWW92e--_",
+ "_oldRev" : "_WnWW92W--_"
}
arangosh> db.example.document(a4);
{
- "_key" : "17880",
- "_id" : "example/17880",
- "_rev" : "_WgE9Gvm--_",
+ "_key" : "17714",
+ "_id" : "example/17714",
+ "_rev" : "_WnWW92e--_",
"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/17880",
- "_key" : "17880",
- "_rev" : "_WgE9Gvy--_",
- "_oldRev" : "_WgE9Gvm--_"
+ "_id" : "example/17714",
+ "_key" : "17714",
+ "_rev" : "_WnWW92i--_",
+ "_oldRev" : "_WnWW92e--_"
}
arangosh> db.example.document(a5);
{
- "_key" : "17880",
- "_id" : "example/17880",
- "_rev" : "_WgE9Gvy--_",
+ "_key" : "17714",
+ "_id" : "example/17714",
+ "_rev" : "_WnWW92i--_",
"a" : 1,
"c" : 9,
"b" : 2,
diff --git a/Documentation/Examples/documentsCollectionUpdateHandle.generated b/Documentation/Examples/documentsCollectionUpdateHandle.generated
index 081244080e..88ce9e646d 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" : "_WgE9HJW--_"
+ "_rev" : "_WnWW93q--_"
}
arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 });
{
"_id" : "example/18612115",
"_key" : "18612115",
- "_rev" : "_WgE9HJa--_",
- "_oldRev" : "_WgE9HJS--_"
+ "_rev" : "_WnWW93u--_",
+ "_oldRev" : "_WnWW93m--_"
}
diff --git a/Documentation/Examples/documentsCollectionUpdateHandleArray.generated b/Documentation/Examples/documentsCollectionUpdateHandleArray.generated
index 4fbf70fd23..7a5e984ea8 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" : "_WgE9H1m--_"
+ "_rev" : "_WnWW94q--_"
}
arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 },
........> "b" : { "b1" : 1 }});
{
"_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WgE9H1q--_",
- "_oldRev" : "_WgE9H1i--_"
+ "_rev" : "_WnWW94u--_",
+ "_oldRev" : "_WnWW94m--_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WgE9H1q--_",
+ "_rev" : "_WnWW94u--_",
"b" : {
"b1" : 1
},
@@ -31,14 +31,14 @@ arangosh> db.example.update("example/20774803""_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WgE9H1y--_",
- "_oldRev" : "_WgE9H1q--_"
+ "_rev" : "_WnWW94y--_",
+ "_oldRev" : "_WnWW94u--_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WgE9H1y--_",
+ "_rev" : "_WnWW94y--_",
"a" : {
"four" : 4
}
diff --git a/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated b/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
index 80baac985a..9207dc7ead 100644
--- a/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
+++ b/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
@@ -2,52 +2,52 @@ arangosh> db.example.insert({"a" : "_id" : "example/19988372",
"_key" : "19988372",
- "_rev" : "_WgE9Kzq--_"
+ "_rev" : "_WnWW96---B"
}
arangosh> db.example.update("example/19988371",
........> { "b" : null, "c" : null, "d" : 3 });
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WgE9Kzy--_",
- "_oldRev" : "_WgE9Kzm--_"
+ "_rev" : "_WnWW96C--_",
+ "_oldRev" : "_WnWW96---_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WgE9Kzy--_",
+ "_rev" : "_WnWW96C--_",
"d" : 3,
- "c" : null,
- "b" : null
+ "b" : null,
+ "c" : null
}
arangosh> db.example.update("example/19988371", { "a" : null }, false, false);
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WgE9Kz6--_",
- "_oldRev" : "_WgE9Kzy--_"
+ "_rev" : "_WnWW96G--_",
+ "_oldRev" : "_WnWW96C--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WgE9Kz6--_",
+ "_rev" : "_WnWW96G--_",
"d" : 3,
- "c" : null,
- "b" : null
+ "b" : null,
+ "c" : null
}
arangosh> db.example.update("example/19988371",
........> { "b" : null, "c": null, "d" : null }, false, false);
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WgE9K0K--_",
- "_oldRev" : "_WgE9Kz6--_"
+ "_rev" : "_WnWW96K--_",
+ "_oldRev" : "_WnWW96G--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WgE9K0K--_"
+ "_rev" : "_WnWW96K--_"
}
diff --git a/Documentation/Examples/documentsCollection_UpdateDocument.generated b/Documentation/Examples/documentsCollection_UpdateDocument.generated
index ed6ceabd38..31e4311465 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/17953",
- "_key" : "17953",
- "_rev" : "_WgE9LHa--_"
+ "_id" : "example/17778",
+ "_key" : "17778",
+ "_rev" : "_WnWW966--_"
}
arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3});
{
- "_id" : "example/17953",
- "_key" : "17953",
- "_rev" : "_WgE9LHi--_",
- "_oldRev" : "_WgE9LHa--_"
+ "_id" : "example/17778",
+ "_key" : "17778",
+ "_rev" : "_WnWW966--B",
+ "_oldRev" : "_WnWW966--_"
}
arangosh> a3 = db.example.update(a1, {"d" : 4});
[ArangoError 1200: precondition failed]
arangosh> a4 = db.example.update(a2, {"e" : 5, "f" : 6 });
{
- "_id" : "example/17953",
- "_key" : "17953",
- "_rev" : "_WgE9LHq--_",
- "_oldRev" : "_WgE9LHi--_"
+ "_id" : "example/17778",
+ "_key" : "17778",
+ "_rev" : "_WnWW97---_",
+ "_oldRev" : "_WnWW966--B"
}
arangosh> db.example.document(a4);
{
- "_key" : "17953",
- "_id" : "example/17953",
- "_rev" : "_WgE9LHq--_",
+ "_key" : "17778",
+ "_id" : "example/17778",
+ "_rev" : "_WnWW97---_",
"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/17953",
- "_key" : "17953",
- "_rev" : "_WgE9LH2--_",
- "_oldRev" : "_WgE9LHq--_"
+ "_id" : "example/17778",
+ "_key" : "17778",
+ "_rev" : "_WnWW97---B",
+ "_oldRev" : "_WnWW97---_"
}
arangosh> db.example.document(a5);
{
- "_key" : "17953",
- "_id" : "example/17953",
- "_rev" : "_WgE9LH2--_",
+ "_key" : "17778",
+ "_id" : "example/17778",
+ "_rev" : "_WnWW97---B",
"a" : 1,
"c" : 9,
"b" : 2,
diff --git a/Documentation/Examples/documentsCollection_UpdateHandleArray.generated b/Documentation/Examples/documentsCollection_UpdateHandleArray.generated
index 5a207890a1..40b87e92c6 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" : "_WgE9Lgi--_"
+ "_rev" : "_WnWW97m--_"
}
arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 },
........> "b" : { "b1" : 1 }});
{
"_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WgE9Lgm--_",
- "_oldRev" : "_WgE9Lga--_"
+ "_rev" : "_WnWW97m--B",
+ "_oldRev" : "_WnWW97i--_"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WgE9Lgm--_",
+ "_rev" : "_WnWW97m--B",
"b" : {
"b1" : 1
},
@@ -31,14 +31,14 @@ arangosh> db.example.update("example/20774803""_id" : "example/20774803",
"_key" : "20774803",
- "_rev" : "_WgE9Lgu--_",
- "_oldRev" : "_WgE9Lgm--_"
+ "_rev" : "_WnWW97m--D",
+ "_oldRev" : "_WnWW97m--B"
}
arangosh> db.example.document("example/20774803");
{
"_key" : "20774803",
"_id" : "example/20774803",
- "_rev" : "_WgE9Lgu--_",
+ "_rev" : "_WnWW97m--D",
"a" : {
"four" : 4
}
diff --git a/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated b/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated
index 4967741aa5..be0599c025 100644
--- a/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated
+++ b/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated
@@ -2,52 +2,52 @@ arangosh> db.example.insert({"a" : "_id" : "example/19988372",
"_key" : "19988372",
- "_rev" : "_WgE9L4e--_"
+ "_rev" : "_WnWW98K--B"
}
arangosh> db.example.update("example/19988371",
........> { "b" : null, "c" : null, "d" : 3 });
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WgE9L4i--_",
- "_oldRev" : "_WgE9L4a--_"
+ "_rev" : "_WnWW98K--D",
+ "_oldRev" : "_WnWW98K--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WgE9L4i--_",
+ "_rev" : "_WnWW98K--D",
"d" : 3,
- "c" : null,
- "b" : null
+ "b" : null,
+ "c" : null
}
arangosh> db.example.update("example/19988371", { "a" : null }, false, false);
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WgE9L4q--_",
- "_oldRev" : "_WgE9L4i--_"
+ "_rev" : "_WnWW98O--_",
+ "_oldRev" : "_WnWW98K--D"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WgE9L4q--_",
+ "_rev" : "_WnWW98O--_",
"d" : 3,
- "c" : null,
- "b" : null
+ "b" : null,
+ "c" : null
}
arangosh> db.example.update("example/19988371",
........> { "b" : null, "c": null, "d" : null }, false, false);
{
"_id" : "example/19988371",
"_key" : "19988371",
- "_rev" : "_WgE9L42--_",
- "_oldRev" : "_WgE9L4q--_"
+ "_rev" : "_WnWW98O--B",
+ "_oldRev" : "_WnWW98O--_"
}
arangosh> db.example.document("example/19988371");
{
"_key" : "19988371",
"_id" : "example/19988371",
- "_rev" : "_WgE9L42--_"
+ "_rev" : "_WnWW98O--B"
}
diff --git a/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated b/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated
index b9158fd31a..1478fb2ee3 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" : "_WgE9MWi--B"
+ "_rev" : "_WnWW98y--_"
}
arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 });
{
"_id" : "example/18612115",
"_key" : "18612115",
- "_rev" : "_WgE9MWi--D",
- "_oldRev" : "_WgE9MWi--_"
+ "_rev" : "_WnWW98y--B",
+ "_oldRev" : "_WnWW98u--_"
}
diff --git a/Documentation/Examples/documentsDocumentName.generated b/Documentation/Examples/documentsDocumentName.generated
index 09de82cd00..647c6993e2 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" : "_WgE9Myu--_"
+ "_rev" : "_WnWW99u--_"
}
diff --git a/Documentation/Examples/documentsDocumentReplace.generated b/Documentation/Examples/documentsDocumentReplace.generated
index 954d31c09e..95629bd3eb 100644
--- a/Documentation/Examples/documentsDocumentReplace.generated
+++ b/Documentation/Examples/documentsDocumentReplace.generated
@@ -1,15 +1,15 @@
arangosh> a1 = db.example.insert({ a : 1 });
{
- "_id" : "example/18025",
- "_key" : "18025",
- "_rev" : "_WgE9NP2--_"
+ "_id" : "example/17850",
+ "_key" : "17850",
+ "_rev" : "_WnWX--y--_"
}
arangosh> a2 = db._replace(a1, { a : 2 });
{
- "_id" : "example/18025",
- "_key" : "18025",
- "_rev" : "_WgE9NQ----",
- "_oldRev" : "_WgE9NP2--_"
+ "_id" : "example/17850",
+ "_key" : "17850",
+ "_rev" : "_WnWX--2--_",
+ "_oldRev" : "_WnWX--y--_"
}
arangosh> a3 = db._replace(a1, { a : 3 });
[ArangoError 1200: precondition failed]
diff --git a/Documentation/Examples/dropIndex.generated b/Documentation/Examples/dropIndex.generated
index 098c3c6f45..05a8876abc 100644
--- a/Documentation/Examples/dropIndex.generated
+++ b/Documentation/Examples/dropIndex.generated
@@ -5,7 +5,7 @@ arangosh> db.example.ensureIndex({ type: "a",
"b"
],
- "id" : "example/18036",
+ "id" : "example/17861",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -31,7 +31,7 @@ arangosh> indexInfo;
"a",
"b"
],
- "id" : "example/18036",
+ "id" : "example/17861",
"sparse" : false,
"type" : "skiplist",
"unique" : false
diff --git a/Documentation/Examples/ensureFulltextIndex.generated b/Documentation/Examples/ensureFulltextIndex.generated
index cfa2fb532b..fbc397ec76 100644
--- a/Documentation/Examples/ensureFulltextIndex.generated
+++ b/Documentation/Examples/ensureFulltextIndex.generated
@@ -3,7 +3,7 @@ arangosh> db.example.ensureIndex({ type: "fields" : [
"text"
],
- "id" : "example/18048",
+ "id" : "example/17873",
"isNewlyCreated" : true,
"minLength" : 3,
"sparse" : true,
@@ -13,79 +13,79 @@ arangosh> db.example.ensureIndex({ type: text : "the quick brown", b : { c : 1 } });
{
- "_id" : "example/18051",
- "_key" : "18051",
- "_rev" : "_WgE9PUK--_"
+ "_id" : "example/17876",
+ "_key" : "17876",
+ "_rev" : "_WnWX-CS--_"
}
arangosh> db.example.save({ text : "quick brown fox", b : { c : 2 } });
{
- "_id" : "example/18055",
- "_key" : "18055",
- "_rev" : "_WgE9PUS--_"
+ "_id" : "example/17880",
+ "_key" : "17880",
+ "_rev" : "_WnWX-CS--B"
}
arangosh> db.example.save({ text : "brown fox jums", b : { c : 3 } });
{
- "_id" : "example/18058",
- "_key" : "18058",
- "_rev" : "_WgE9PUW--_"
+ "_id" : "example/17883",
+ "_key" : "17883",
+ "_rev" : "_WnWX-CW--_"
}
arangosh> db.example.save({ text : "fox jumps over", b : { c : 4 } });
{
- "_id" : "example/18061",
- "_key" : "18061",
- "_rev" : "_WgE9PUa--_"
+ "_id" : "example/17886",
+ "_key" : "17886",
+ "_rev" : "_WnWX-CW--B"
}
arangosh> db.example.save({ text : "jumps over the", b : { c : 5 } });
{
- "_id" : "example/18064",
- "_key" : "18064",
- "_rev" : "_WgE9PUi--_"
+ "_id" : "example/17889",
+ "_key" : "17889",
+ "_rev" : "_WnWX-Ca--_"
}
arangosh> db.example.save({ text : "over the lazy", b : { c : 6 } });
{
- "_id" : "example/18067",
- "_key" : "18067",
- "_rev" : "_WgE9PUm--_"
+ "_id" : "example/17892",
+ "_key" : "17892",
+ "_rev" : "_WnWX-Ca--B"
}
arangosh> db.example.save({ text : "the lazy dog", b : { c : 7 } });
{
- "_id" : "example/18070",
- "_key" : "18070",
- "_rev" : "_WgE9PUq--_"
+ "_id" : "example/17895",
+ "_key" : "17895",
+ "_rev" : "_WnWX-Ca--D"
}
arangosh> db._query("FOR document IN FULLTEXT(example, 'text', 'the') RETURN document");
[
{
- "_key" : "18051",
- "_id" : "example/18051",
- "_rev" : "_WgE9PUK--_",
+ "_key" : "17876",
+ "_id" : "example/17876",
+ "_rev" : "_WnWX-CS--_",
"text" : "the quick brown",
"b" : {
"c" : 1
}
},
{
- "_key" : "18064",
- "_id" : "example/18064",
- "_rev" : "_WgE9PUi--_",
+ "_key" : "17889",
+ "_id" : "example/17889",
+ "_rev" : "_WnWX-Ca--_",
"text" : "jumps over the",
"b" : {
"c" : 5
}
},
{
- "_key" : "18067",
- "_id" : "example/18067",
- "_rev" : "_WgE9PUm--_",
+ "_key" : "17892",
+ "_id" : "example/17892",
+ "_rev" : "_WnWX-Ca--B",
"text" : "over the lazy",
"b" : {
"c" : 6
}
},
{
- "_key" : "18070",
- "_id" : "example/18070",
- "_rev" : "_WgE9PUq--_",
+ "_key" : "17895",
+ "_id" : "example/17895",
+ "_rev" : "_WnWX-Ca--D",
"text" : "the lazy dog",
"b" : {
"c" : 7
diff --git a/Documentation/Examples/ensureHashIndex.generated b/Documentation/Examples/ensureHashIndex.generated
index dc57698d90..543e629b41 100644
--- a/Documentation/Examples/ensureHashIndex.generated
+++ b/Documentation/Examples/ensureHashIndex.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a"
],
- "id" : "test/18078",
+ "id" : "test/17903",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -14,19 +14,19 @@ arangosh> db.test.ensureIndex({ type: a : 1 });
{
- "_id" : "test/18081",
- "_key" : "18081",
- "_rev" : "_WgE9QCC--_"
+ "_id" : "test/17906",
+ "_key" : "17906",
+ "_rev" : "_WnWX-Dq--_"
}
arangosh> db.test.save({ a : 1 });
{
- "_id" : "test/18085",
- "_key" : "18085",
- "_rev" : "_WgE9QCG--_"
+ "_id" : "test/17910",
+ "_key" : "17910",
+ "_rev" : "_WnWX-Dq--B"
}
arangosh> db.test.save({ a : null });
{
- "_id" : "test/18088",
- "_key" : "18088",
- "_rev" : "_WgE9QCK--_"
+ "_id" : "test/17913",
+ "_key" : "17913",
+ "_rev" : "_WnWX-Dq--D"
}
diff --git a/Documentation/Examples/ensureHashIndexArray.generated b/Documentation/Examples/ensureHashIndexArray.generated
index f9e23b9479..ccba64edd6 100644
--- a/Documentation/Examples/ensureHashIndexArray.generated
+++ b/Documentation/Examples/ensureHashIndexArray.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a[*]"
],
- "id" : "test/18095",
+ "id" : "test/17920",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -14,19 +14,19 @@ arangosh> db.test.ensureIndex({ type: a : [ 1, 2 ] });
{
- "_id" : "test/18098",
- "_key" : "18098",
- "_rev" : "_WgE9Q1m--_"
+ "_id" : "test/17923",
+ "_key" : "17923",
+ "_rev" : "_WnWX-Eu--_"
}
arangosh> db.test.save({ a : [ 1, 3 ] });
{
- "_id" : "test/18102",
- "_key" : "18102",
- "_rev" : "_WgE9Q1q--_"
+ "_id" : "test/17927",
+ "_key" : "17927",
+ "_rev" : "_WnWX-Eu--B"
}
arangosh> db.test.save({ a : null });
{
- "_id" : "test/18105",
- "_key" : "18105",
- "_rev" : "_WgE9Q1u--_"
+ "_id" : "test/17930",
+ "_key" : "17930",
+ "_rev" : "_WnWX-Ey--_"
}
diff --git a/Documentation/Examples/ensurePersistent.generated b/Documentation/Examples/ensurePersistent.generated
index 16b5b2e602..1c82254fc1 100644
--- a/Documentation/Examples/ensurePersistent.generated
+++ b/Documentation/Examples/ensurePersistent.generated
@@ -4,7 +4,7 @@ arangosh> db.names.ensureIndex({ type: "fields" : [
"first"
],
- "id" : "names/18121",
+ "id" : "names/17937",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
@@ -13,31 +13,31 @@ arangosh> db.names.ensureIndex({ type: "first" : "Tim" });
{
- "_id" : "names/18124",
- "_key" : "18124",
- "_rev" : "_WgE9RsS--_"
+ "_id" : "names/17940",
+ "_key" : "17940",
+ "_rev" : "_WnWX-Fq--_"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/18128",
- "_key" : "18128",
- "_rev" : "_WgE9RsW--_"
+ "_id" : "names/17944",
+ "_key" : "17944",
+ "_rev" : "_WnWX-Fu--_"
}
arangosh> db.names.save({ "first" : "John" });
{
- "_id" : "names/18131",
- "_key" : "18131",
- "_rev" : "_WgE9Rse--_"
+ "_id" : "names/17947",
+ "_key" : "17947",
+ "_rev" : "_WnWX-Fu--B"
}
arangosh> db.names.save({ "first" : "Tim" });
{
- "_id" : "names/18134",
- "_key" : "18134",
- "_rev" : "_WgE9Rsi--_"
+ "_id" : "names/17950",
+ "_key" : "17950",
+ "_rev" : "_WnWX-Fu--D"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/18137",
- "_key" : "18137",
- "_rev" : "_WgE9Rsm--_"
+ "_id" : "names/17953",
+ "_key" : "17953",
+ "_rev" : "_WnWX-Fu--F"
}
diff --git a/Documentation/Examples/ensureSkiplist.generated b/Documentation/Examples/ensureSkiplist.generated
index 0d87ad1afc..95bbe57ac4 100644
--- a/Documentation/Examples/ensureSkiplist.generated
+++ b/Documentation/Examples/ensureSkiplist.generated
@@ -4,7 +4,7 @@ arangosh> db.names.ensureIndex({ type: "fields" : [
"first"
],
- "id" : "names/18144",
+ "id" : "names/17960",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,31 +13,31 @@ arangosh> db.names.ensureIndex({ type: "first" : "Tim" });
{
- "_id" : "names/18147",
- "_key" : "18147",
- "_rev" : "_WgE9Sam--_"
+ "_id" : "names/17963",
+ "_key" : "17963",
+ "_rev" : "_WnWX-Gu--_"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/18151",
- "_key" : "18151",
- "_rev" : "_WgE9Saq--_"
+ "_id" : "names/17967",
+ "_key" : "17967",
+ "_rev" : "_WnWX-Gu--B"
}
arangosh> db.names.save({ "first" : "John" });
{
- "_id" : "names/18154",
- "_key" : "18154",
- "_rev" : "_WgE9Sau--_"
+ "_id" : "names/17970",
+ "_key" : "17970",
+ "_rev" : "_WnWX-Gu--D"
}
arangosh> db.names.save({ "first" : "Tim" });
{
- "_id" : "names/18157",
- "_key" : "18157",
- "_rev" : "_WgE9Say--_"
+ "_id" : "names/17973",
+ "_key" : "17973",
+ "_rev" : "_WnWX-Gu--F"
}
arangosh> db.names.save({ "first" : "Tom" });
{
- "_id" : "names/18160",
- "_key" : "18160",
- "_rev" : "_WgE9Sa2--_"
+ "_id" : "names/17976",
+ "_key" : "17976",
+ "_rev" : "_WnWX-Gu--H"
}
diff --git a/Documentation/Examples/ensureSkiplistArray.generated b/Documentation/Examples/ensureSkiplistArray.generated
index ca93a5dae8..c200dadd83 100644
--- a/Documentation/Examples/ensureSkiplistArray.generated
+++ b/Documentation/Examples/ensureSkiplistArray.generated
@@ -4,7 +4,7 @@ arangosh> db.test.ensureIndex({ type: "fields" : [
"a[*]"
],
- "id" : "test/18167",
+ "id" : "test/17983",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,19 +13,19 @@ arangosh> db.test.ensureIndex({ type: a : [ 1, 2 ] });
{
- "_id" : "test/18170",
- "_key" : "18170",
- "_rev" : "_WgE9Tpy--_"
+ "_id" : "test/17986",
+ "_key" : "17986",
+ "_rev" : "_WnWX-Hq--_"
}
arangosh> db.test.save({ a : [ 1, 3 ] });
{
- "_id" : "test/18174",
- "_key" : "18174",
- "_rev" : "_WgE9Tp2--_"
+ "_id" : "test/17990",
+ "_key" : "17990",
+ "_rev" : "_WnWX-Hq--B"
}
arangosh> db.test.save({ a : null });
{
- "_id" : "test/18177",
- "_key" : "18177",
- "_rev" : "_WgE9Tp6--_"
+ "_id" : "test/17993",
+ "_key" : "17993",
+ "_rev" : "_WnWX-Hq--D"
}
diff --git a/Documentation/Examples/ensureUniqueConstraint.generated b/Documentation/Examples/ensureUniqueConstraint.generated
index c3c7017776..a8937832cf 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/18184",
+ "id" : "test/18000",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
@@ -15,17 +15,17 @@ arangosh> db.test.ensureIndex({ type: a : 1, b : { c : 1 } });
{
- "_id" : "test/18187",
- "_key" : "18187",
- "_rev" : "_WgE9UZu--_"
+ "_id" : "test/18003",
+ "_key" : "18003",
+ "_rev" : "_WnWX-Iy--_"
}
arangosh> db.test.save({ a : 1, b : { c : 1 } });
-[ArangoError 1210: unique constraint violated - in index 18184 of type hash over ["a","b.c"]; conflicting key: 18187]
+[ArangoError 1210: unique constraint violated - in index 18000 of type hash over ["a","b.c"]; conflicting key: 18003]
arangosh> db.test.save({ a : 1, b : { c : null } });
{
- "_id" : "test/18193",
- "_key" : "18193",
- "_rev" : "_WgE9UZ2--_"
+ "_id" : "test/18009",
+ "_key" : "18009",
+ "_rev" : "_WnWX-I6--_"
}
arangosh> db.test.save({ a : 1 });
-[ArangoError 1210: unique constraint violated - in index 18184 of type hash over ["a","b.c"]; conflicting key: 18193]
+[ArangoError 1210: unique constraint violated - in index 18000 of type hash over ["a","b.c"]; conflicting key: 18009]
diff --git a/Documentation/Examples/ensureUniquePersistentMultiColmun.generated b/Documentation/Examples/ensureUniquePersistentMultiColmun.generated
index efe9e1530d..ecdaee7d49 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/18202",
+ "id" : "ids/18018",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
@@ -14,21 +14,21 @@ arangosh> db.ids.ensureIndex({ type: "name" : { "first" : "hans", "last": "hansen" }});
{
- "_id" : "ids/18205",
- "_key" : "18205",
- "_rev" : "_WgE9VKC--_"
+ "_id" : "ids/18021",
+ "_key" : "18021",
+ "_rev" : "_WnWX-Ku--_"
}
arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }});
{
- "_id" : "ids/18209",
- "_key" : "18209",
- "_rev" : "_WgE9VKG--_"
+ "_id" : "ids/18025",
+ "_key" : "18025",
+ "_rev" : "_WnWX-Ky--_"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }});
{
- "_id" : "ids/18212",
- "_key" : "18212",
- "_rev" : "_WgE9VKG--B"
+ "_id" : "ids/18028",
+ "_key" : "18028",
+ "_rev" : "_WnWX-K2--_"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }});
-[ArangoError 1210: unique constraint violated - in index 18202 of type persistent over ["name.first","name.last"]; conflicting key: 18205]
+[ArangoError 1210: unique constraint violated - in index 18018 of type persistent over ["name.first","name.last"]; conflicting key: 18021]
diff --git a/Documentation/Examples/ensureUniquePersistentSingle.generated b/Documentation/Examples/ensureUniquePersistentSingle.generated
index b8ef395d57..d5aa345ee9 100644
--- a/Documentation/Examples/ensureUniquePersistentSingle.generated
+++ b/Documentation/Examples/ensureUniquePersistentSingle.generated
@@ -4,7 +4,7 @@ arangosh> db.ids.ensureIndex({ type: "fields" : [
"myId"
],
- "id" : "ids/18221",
+ "id" : "ids/18037",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "persistent",
@@ -13,21 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "myId": 123 });
{
- "_id" : "ids/18224",
- "_key" : "18224",
- "_rev" : "_WgE9W-u--_"
+ "_id" : "ids/18040",
+ "_key" : "18040",
+ "_rev" : "_WnWX-Ma--_"
}
arangosh> db.ids.save({ "myId": 456 });
{
- "_id" : "ids/18228",
- "_key" : "18228",
- "_rev" : "_WgE9W-y--_"
+ "_id" : "ids/18044",
+ "_key" : "18044",
+ "_rev" : "_WnWX-Me--_"
}
arangosh> db.ids.save({ "myId": 789 });
{
- "_id" : "ids/18231",
- "_key" : "18231",
- "_rev" : "_WgE9W-2--_"
+ "_id" : "ids/18047",
+ "_key" : "18047",
+ "_rev" : "_WnWX-Mi--_"
}
arangosh> db.ids.save({ "myId": 123 });
-[ArangoError 1210: unique constraint violated - in index 18221 of type persistent over ["myId"]; conflicting key: 18224]
+[ArangoError 1210: unique constraint violated - in index 18037 of type persistent over ["myId"]; conflicting key: 18040]
diff --git a/Documentation/Examples/ensureUniqueSkiplist.generated b/Documentation/Examples/ensureUniqueSkiplist.generated
index aac3910062..9929bcb7f0 100644
--- a/Documentation/Examples/ensureUniqueSkiplist.generated
+++ b/Documentation/Examples/ensureUniqueSkiplist.generated
@@ -4,7 +4,7 @@ arangosh> db.ids.ensureIndex({ type: "fields" : [
"myId"
],
- "id" : "ids/18240",
+ "id" : "ids/18056",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,21 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "myId": 123 });
{
- "_id" : "ids/18243",
- "_key" : "18243",
- "_rev" : "_WgE9Wwu--_"
+ "_id" : "ids/18059",
+ "_key" : "18059",
+ "_rev" : "_WnWX-OW--_"
}
arangosh> db.ids.save({ "myId": 456 });
{
- "_id" : "ids/18247",
- "_key" : "18247",
- "_rev" : "_WgE9Wwy--_"
+ "_id" : "ids/18063",
+ "_key" : "18063",
+ "_rev" : "_WnWX-Oa--_"
}
arangosh> db.ids.save({ "myId": 789 });
{
- "_id" : "ids/18250",
- "_key" : "18250",
- "_rev" : "_WgE9Ww2--_"
+ "_id" : "ids/18066",
+ "_key" : "18066",
+ "_rev" : "_WnWX-Oe--_"
}
arangosh> db.ids.save({ "myId": 123 });
-[ArangoError 1210: unique constraint violated - in index 18240 of type skiplist over ["myId"]; conflicting key: 18243]
+[ArangoError 1210: unique constraint violated - in index 18056 of type skiplist over ["myId"]; conflicting key: 18059]
diff --git a/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated b/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated
index d7909f9468..6d9164b0b5 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/18259",
+ "id" : "ids/18075",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -14,20 +14,20 @@ arangosh> db.ids.ensureIndex({ type: "name" : { "first" : "hans", "last": "hansen" }});
{
- "_id" : "ids/18262",
- "_key" : "18262",
- "_rev" : "_WgE9Xm6--_"
+ "_id" : "ids/18078",
+ "_key" : "18078",
+ "_rev" : "_WnWX-Q---_"
}
arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }});
{
- "_id" : "ids/18266",
- "_key" : "18266",
- "_rev" : "_WgE9Xn---_"
+ "_id" : "ids/18082",
+ "_key" : "18082",
+ "_rev" : "_WnWX-QC--_"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }});
{
- "_id" : "ids/18269",
- "_key" : "18269",
- "_rev" : "_WgE9XnC--_"
+ "_id" : "ids/18085",
+ "_key" : "18085",
+ "_rev" : "_WnWX-QG--_"
}
-[ArangoError 1210: unique constraint violated - in index 18259 of type skiplist over ["name.first","name.last"]; conflicting key: 18262]
+[ArangoError 1210: unique constraint violated - in index 18075 of type skiplist over ["name.first","name.last"]; conflicting key: 18078]
diff --git a/Documentation/Examples/ensureUniqueSkiplistMultiColumn.generated b/Documentation/Examples/ensureUniqueSkiplistMultiColumn.generated
index 9eda0f9255..f120539e00 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/18278",
+ "id" : "ids/18094",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -14,21 +14,21 @@ arangosh> db.ids.ensureIndex({ type: "name" : { "first" : "hans", "last": "hansen" }});
{
- "_id" : "ids/18281",
- "_key" : "18281",
- "_rev" : "_WgE9YdC--_"
+ "_id" : "ids/18097",
+ "_key" : "18097",
+ "_rev" : "_WnWX-Ry--_"
}
arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }});
{
- "_id" : "ids/18285",
- "_key" : "18285",
- "_rev" : "_WgE9YdG--_"
+ "_id" : "ids/18101",
+ "_key" : "18101",
+ "_rev" : "_WnWX-R2--_"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }});
{
- "_id" : "ids/18288",
- "_key" : "18288",
- "_rev" : "_WgE9YdK--_"
+ "_id" : "ids/18104",
+ "_key" : "18104",
+ "_rev" : "_WnWX-R2--B"
}
arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }});
-[ArangoError 1210: unique constraint violated - in index 18278 of type skiplist over ["name.first","name.last"]; conflicting key: 18281]
+[ArangoError 1210: unique constraint violated - in index 18094 of type skiplist over ["name.first","name.last"]; conflicting key: 18097]
diff --git a/Documentation/Examples/ensureUniqueSkiplistSingle.generated b/Documentation/Examples/ensureUniqueSkiplistSingle.generated
index ec79aaa600..8ac4ac98d6 100644
--- a/Documentation/Examples/ensureUniqueSkiplistSingle.generated
+++ b/Documentation/Examples/ensureUniqueSkiplistSingle.generated
@@ -4,7 +4,7 @@ arangosh> db.ids.ensureIndex({ type: "fields" : [
"myId"
],
- "id" : "ids/18297",
+ "id" : "ids/18113",
"isNewlyCreated" : true,
"sparse" : false,
"type" : "skiplist",
@@ -13,21 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "myId": 123 });
{
- "_id" : "ids/18300",
- "_key" : "18300",
- "_rev" : "_WgE9ZQG--_"
+ "_id" : "ids/18116",
+ "_key" : "18116",
+ "_rev" : "_WnWX-Ta--_"
}
arangosh> db.ids.save({ "myId": 456 });
{
- "_id" : "ids/18304",
- "_key" : "18304",
- "_rev" : "_WgE9ZQK--_"
+ "_id" : "ids/18120",
+ "_key" : "18120",
+ "_rev" : "_WnWX-Te--_"
}
arangosh> db.ids.save({ "myId": 789 });
{
- "_id" : "ids/18307",
- "_key" : "18307",
- "_rev" : "_WgE9ZQO--_"
+ "_id" : "ids/18123",
+ "_key" : "18123",
+ "_rev" : "_WnWX-Ti--_"
}
arangosh> db.ids.save({ "myId": 123 });
-[ArangoError 1210: unique constraint violated - in index 18297 of type skiplist over ["myId"]; conflicting key: 18300]
+[ArangoError 1210: unique constraint violated - in index 18113 of type skiplist over ["myId"]; conflicting key: 18116]
diff --git a/Documentation/Examples/ensureVertexCentricHashIndex.generated b/Documentation/Examples/ensureVertexCentricHashIndex.generated
index 6802f09040..c97603c7b7 100644
--- a/Documentation/Examples/ensureVertexCentricHashIndex.generated
+++ b/Documentation/Examples/ensureVertexCentricHashIndex.generated
@@ -5,7 +5,7 @@ arangosh> db.collection.ensureIndex({ type: "_from",
"type"
],
- "id" : "collection/18316",
+ "id" : "collection/18132",
"isNewlyCreated" : true,
"selectivityEstimate" : 1,
"sparse" : false,
diff --git a/Documentation/Examples/executeQuery.generated b/Documentation/Examples/executeQuery.generated
index df8e3fc76e..4499bc87bd 100644
--- a/Documentation/Examples/executeQuery.generated
+++ b/Documentation/Examples/executeQuery.generated
@@ -1,22 +1,22 @@
arangosh> result = db.users.all().toArray();
[
{
- "_key" : "18330",
- "_id" : "users/18330",
- "_rev" : "_WgE9alK--_",
- "name" : "Angela"
+ "_key" : "18143",
+ "_id" : "users/18143",
+ "_rev" : "_WnWX-WC--B",
+ "name" : "Helmut"
},
{
- "_key" : "18323",
- "_id" : "users/18323",
- "_rev" : "_WgE9alC--_",
+ "_key" : "18139",
+ "_id" : "users/18139",
+ "_rev" : "_WnWX-WC--_",
"name" : "Gerhard"
},
{
- "_key" : "18327",
- "_id" : "users/18327",
- "_rev" : "_WgE9alG--_",
- "name" : "Helmut"
+ "_key" : "18146",
+ "_id" : "users/18146",
+ "_rev" : "_WnWX-WG--_",
+ "name" : "Angela"
}
]
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 01bc8d9a97..1ce33cc82f 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" : "18354",
- "_id" : "users/18354",
- "_rev" : "_WgE9a3y--_",
- "name" : "Helmut"
-}
-{
- "_key" : "18357",
- "_id" : "users/18357",
- "_rev" : "_WgE9a32--_",
+ "_key" : "18164",
+ "_id" : "users/18164",
+ "_rev" : "_WnWX-W6--B",
"name" : "Angela"
}
{
- "_key" : "18350",
- "_id" : "users/18350",
- "_rev" : "_WgE9a3u--D",
+ "_key" : "18157",
+ "_id" : "users/18157",
+ "_rev" : "_WnWX-W2--_",
"name" : "Gerhard"
}
+{
+ "_key" : "18161",
+ "_id" : "users/18161",
+ "_rev" : "_WnWX-W6--_",
+ "name" : "Helmut"
+}
SimpleQueryAll(users)
arangosh> q = db.users.all(); q.execute(20); while (q.hasNext()) { print(q.next()); }
{
- "_key" : "18354",
- "_id" : "users/18354",
- "_rev" : "_WgE9a3y--_",
- "name" : "Helmut"
-}
-{
- "_key" : "18357",
- "_id" : "users/18357",
- "_rev" : "_WgE9a32--_",
+ "_key" : "18164",
+ "_id" : "users/18164",
+ "_rev" : "_WnWX-W6--B",
"name" : "Angela"
}
{
- "_key" : "18350",
- "_id" : "users/18350",
- "_rev" : "_WgE9a3u--D",
+ "_key" : "18157",
+ "_id" : "users/18157",
+ "_rev" : "_WnWX-W2--_",
"name" : "Gerhard"
}
+{
+ "_key" : "18161",
+ "_id" : "users/18161",
+ "_rev" : "_WnWX-W6--_",
+ "name" : "Helmut"
+}
SimpleQueryAll(users)
diff --git a/Documentation/Examples/executeQueryNoBatchSize.generated b/Documentation/Examples/executeQueryNoBatchSize.generated
index ad377c3294..55c2dbd888 100644
--- a/Documentation/Examples/executeQueryNoBatchSize.generated
+++ b/Documentation/Examples/executeQueryNoBatchSize.generated
@@ -1,22 +1,22 @@
arangosh> result = db.users.all().toArray();
[
{
- "_key" : "18368",
- "_id" : "users/18368",
- "_rev" : "_WgE9bVa--_",
+ "_key" : "18179",
+ "_id" : "users/18179",
+ "_rev" : "_WnWX-Xq--B",
+ "name" : "Helmut"
+ },
+ {
+ "_key" : "18175",
+ "_id" : "users/18175",
+ "_rev" : "_WnWX-Xq--_",
"name" : "Gerhard"
},
{
- "_key" : "18375",
- "_id" : "users/18375",
- "_rev" : "_WgE9bVi--_",
+ "_key" : "18182",
+ "_id" : "users/18182",
+ "_rev" : "_WnWX-Xq--D",
"name" : "Angela"
- },
- {
- "_key" : "18372",
- "_id" : "users/18372",
- "_rev" : "_WgE9bVe--_",
- "name" : "Helmut"
}
]
arangosh> var q = db._query("FOR x IN users RETURN x");
diff --git a/Documentation/Examples/generalGraphCreateGraph2.generated b/Documentation/Examples/generalGraphCreateGraph2.generated
index 7338beed5e..4aaad60b99 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 18394, "myRelation" (type edge, status loaded)],
- "female" : [ArangoCollection 18388, "female" (type document, status loaded)],
- "male" : [ArangoCollection 18384, "male" (type document, status loaded)],
- "sessions" : [ArangoCollection 18398, "sessions" (type document, status loaded)]
+ "myRelation" : [ArangoCollection 18201, "myRelation" (type edge, status loaded)],
+ "female" : [ArangoCollection 18195, "female" (type document, status loaded)],
+ "male" : [ArangoCollection 18191, "male" (type document, status loaded)],
+ "sessions" : [ArangoCollection 18205, "sessions" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphCreateGraphHowTo2.generated b/Documentation/Examples/generalGraphCreateGraphHowTo2.generated
index 4e837b1ddc..e0c98fc4bb 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 18444, "shop" (type document, status loaded)],
- "customer" : [ArangoCollection 18450, "customer" (type document, status loaded)],
- "pet" : [ArangoCollection 18456, "pet" (type document, status loaded)]
+ "shop" : [ArangoCollection 18251, "shop" (type document, status loaded)],
+ "customer" : [ArangoCollection 18257, "customer" (type document, status loaded)],
+ "pet" : [ArangoCollection 18263, "pet" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphCreateGraphHowTo3.generated b/Documentation/Examples/generalGraphCreateGraphHowTo3.generated
index 21312878b1..833a9604d7 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 18499, "isCustomer" (type edge, status loaded)],
- "shop" : [ArangoCollection 18491, "shop" (type document, status loaded)],
- "customer" : [ArangoCollection 18495, "customer" (type document, status loaded)],
- "pet" : [ArangoCollection 18483, "pet" (type document, status loaded)]
+ "isCustomer" : [ArangoCollection 18306, "isCustomer" (type edge, status loaded)],
+ "shop" : [ArangoCollection 18298, "shop" (type document, status loaded)],
+ "customer" : [ArangoCollection 18302, "customer" (type document, status loaded)],
+ "pet" : [ArangoCollection 18290, "pet" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphCreateGraphSingle.generated b/Documentation/Examples/generalGraphCreateGraphSingle.generated
index 19fffabed1..17b5e26066 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 18544, "edges" (type edge, status loaded)],
- "vertices" : [ArangoCollection 18539, "vertices" (type document, status loaded)]
+ "edges" : [ArangoCollection 18351, "edges" (type edge, status loaded)],
+ "vertices" : [ArangoCollection 18346, "vertices" (type document, status loaded)]
}
diff --git a/Documentation/Examples/generalGraphDropGraphKeep.generated b/Documentation/Examples/generalGraphDropGraphKeep.generated
index fdadf84555..6a3d97291c 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 18632, "female" (type document, status loaded)]
+[ArangoCollection 18439, "female" (type document, status loaded)]
arangosh> db._collection("male");
-[ArangoCollection 18635, "male" (type document, status loaded)]
+[ArangoCollection 18442, "male" (type document, status loaded)]
arangosh> db._collection("relation");
-[ArangoCollection 18638, "relation" (type edge, status loaded)]
+[ArangoCollection 18445, "relation" (type edge, status loaded)]
diff --git a/Documentation/Examples/generalGraphEdgeCollectionRemove.generated b/Documentation/Examples/generalGraphEdgeCollectionRemove.generated
index 8ea6c10dc4..fb80d2e459 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" : "_WgE9j8m--_"
+ "_rev" : "_WnWX-uu--_"
}
arangosh> db._exists("relation/aliceAndDiana")
true
diff --git a/Documentation/Examples/generalGraphEdgeCollectionReplace.generated b/Documentation/Examples/generalGraphEdgeCollectionReplace.generated
index 128f5542f6..123bb352db 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" : "_WgE9lLK--_"
+ "_rev" : "_WnWX-z---B"
}
arangosh> graph.relation.replace("relation/aliceAndDiana", {type: "knows", _from: "female/alice", _to: "female/diana"});
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WgE9lLO--_",
- "_oldRev" : "_WgE9lLK--_"
+ "_rev" : "_WnWX-zC--_",
+ "_oldRev" : "_WnWX-z---B"
}
diff --git a/Documentation/Examples/generalGraphEdgeCollectionSave1.generated b/Documentation/Examples/generalGraphEdgeCollectionSave1.generated
index 729bdbcc60..139327dd13 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" : "_WgE9mhO--_"
+ "_rev" : "_WnWX-3---_"
}
diff --git a/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated b/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
index 37c2735b60..aaae866a2e 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" : "_WgE9p5C--_"
+ "_rev" : "_WnWX-9W--_"
}
arangosh> graph.relation.update("relation/aliceAndDiana", {type: "quarreled", _key: "aliceAndDiana"});
{
"_id" : "relation/aliceAndDiana",
"_key" : "aliceAndDiana",
- "_rev" : "_WgE9p5G--_",
- "_oldRev" : "_WgE9p5C--_"
+ "_rev" : "_WnWX-9W--B",
+ "_oldRev" : "_WnWX-9W--_"
}
diff --git a/Documentation/Examples/generalGraphGetFromVertex.generated b/Documentation/Examples/generalGraphGetFromVertex.generated
index b0bd6f87dd..d4acabd6f8 100644
--- a/Documentation/Examples/generalGraphGetFromVertex.generated
+++ b/Documentation/Examples/generalGraphGetFromVertex.generated
@@ -3,8 +3,8 @@ arangosh> var graph = examples.loadGraph(var any = require("@arangodb").db.relation.any();
arangosh> graph._fromVertex("relation/" + any._key);
{
- "_key" : "bob",
- "_id" : "male/bob",
- "_rev" : "_WgE9tdG--_",
- "name" : "Bob"
+ "_key" : "alice",
+ "_id" : "female/alice",
+ "_rev" : "_WnWX_Bu--_",
+ "name" : "Alice"
}
diff --git a/Documentation/Examples/generalGraphGetToVertex.generated b/Documentation/Examples/generalGraphGetToVertex.generated
index d69127e565..170d9ccf7c 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" : "diana",
- "_id" : "female/diana",
- "_rev" : "_WgE9ufC--_",
- "name" : "Diana"
+ "_key" : "bob",
+ "_id" : "male/bob",
+ "_rev" : "_WnWX_Fq--B",
+ "name" : "Bob"
}
diff --git a/Documentation/Examples/generalGraphLoadGraph.generated b/Documentation/Examples/generalGraphLoadGraph.generated
index bf2b33d8ae..a34695d876 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 19200, "relation" (type edge, status loaded)],
- "female" : [ArangoCollection 19194, "female" (type document, status loaded)],
- "male" : [ArangoCollection 19197, "male" (type document, status loaded)]
+ "relation" : [ArangoCollection 18989, "relation" (type edge, status loaded)],
+ "female" : [ArangoCollection 18983, "female" (type document, status loaded)],
+ "male" : [ArangoCollection 18986, "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 2161416570..3ededc70b7 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" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
},
"edges" : [ ],
@@ -20,7 +20,7 @@ arangosh> g._paths();
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
}
]
@@ -29,13 +29,13 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
"edges" : [ ],
@@ -43,7 +43,7 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
}
]
@@ -52,22 +52,22 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
"destination" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
},
"edges" : [
{
- "_key" : "23144",
- "_id" : "relation/23144",
+ "_key" : "22843",
+ "_id" : "relation/22843",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WgF_gUK--_",
+ "_rev" : "_WnWXCti--H",
"type" : "married",
"vertex" : "alice"
}
@@ -76,13 +76,13 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
}
]
@@ -91,31 +91,31 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "23144",
- "_id" : "relation/23144",
+ "_key" : "22843",
+ "_id" : "relation/22843",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WgF_gUK--_",
+ "_rev" : "_WnWXCti--H",
"type" : "married",
"vertex" : "alice"
},
{
- "_key" : "23154",
- "_id" : "relation/23154",
+ "_key" : "22853",
+ "_id" : "relation/22853",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WgF_gUS--_",
+ "_rev" : "_WnWXCtm--B",
"type" : "friend",
"vertex" : "bob"
}
@@ -124,19 +124,19 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
}
]
@@ -145,22 +145,22 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
"destination" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
},
"edges" : [
{
- "_key" : "23148",
- "_id" : "relation/23148",
+ "_key" : "22847",
+ "_id" : "relation/22847",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WgF_gUK--B",
+ "_rev" : "_WnWXCti--J",
"type" : "friend",
"vertex" : "alice"
}
@@ -169,13 +169,13 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
}
]
@@ -184,31 +184,31 @@ arangosh> g._paths();
"source" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "23148",
- "_id" : "relation/23148",
+ "_key" : "22847",
+ "_id" : "relation/22847",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WgF_gUK--B",
+ "_rev" : "_WnWXCti--J",
"type" : "friend",
"vertex" : "alice"
},
{
- "_key" : "23151",
- "_id" : "relation/23151",
+ "_key" : "22850",
+ "_id" : "relation/22850",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WgF_gUO--_",
+ "_rev" : "_WnWXCtm--_",
"type" : "married",
"vertex" : "charly"
}
@@ -217,19 +217,19 @@ arangosh> g._paths();
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_gU---_",
+ "_rev" : "_WnWXCti--_",
"name" : "Alice"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
}
]
@@ -238,13 +238,13 @@ arangosh> g._paths();
"source" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
},
"destination" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
},
"edges" : [ ],
@@ -252,7 +252,7 @@ arangosh> g._paths();
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
}
]
@@ -261,22 +261,22 @@ arangosh> g._paths();
"source" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "23154",
- "_id" : "relation/23154",
+ "_key" : "22853",
+ "_id" : "relation/22853",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WgF_gUS--_",
+ "_rev" : "_WnWXCtm--B",
"type" : "friend",
"vertex" : "bob"
}
@@ -285,13 +285,13 @@ arangosh> g._paths();
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_gUC--_",
+ "_rev" : "_WnWXCti--B",
"name" : "Bob"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
}
]
@@ -300,13 +300,13 @@ arangosh> g._paths();
"source" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
},
"destination" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
},
"edges" : [ ],
@@ -314,7 +314,7 @@ arangosh> g._paths();
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
}
]
@@ -323,22 +323,22 @@ arangosh> g._paths();
"source" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
},
"destination" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
},
"edges" : [
{
- "_key" : "23151",
- "_id" : "relation/23151",
+ "_key" : "22850",
+ "_id" : "relation/22850",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WgF_gUO--_",
+ "_rev" : "_WnWXCtm--_",
"type" : "married",
"vertex" : "charly"
}
@@ -347,13 +347,13 @@ arangosh> g._paths();
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_gUC--B",
+ "_rev" : "_WnWXCti--D",
"name" : "Charly"
},
{
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_gUG--_",
+ "_rev" : "_WnWXCti--F",
"name" : "Diana"
}
]
diff --git a/Documentation/Examples/generalGraphModulePaths2.generated b/Documentation/Examples/generalGraphModulePaths2.generated
index 67639f8a45..e7ef293feb 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" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
"destination" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_n0a--B",
+ "_rev" : "_WnWXCwC--F",
"name" : "Charly"
},
"edges" : [
{
- "_key" : "23228",
- "_id" : "relation/23228",
+ "_key" : "22918",
+ "_id" : "relation/22918",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WgF_n0m--_",
+ "_rev" : "_WnWXCwG--F",
"type" : "married",
"vertex" : "charly"
}
@@ -30,13 +30,13 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_n0a--B",
+ "_rev" : "_WnWXCwC--F",
"name" : "Charly"
}
]
@@ -45,31 +45,31 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "23228",
- "_id" : "relation/23228",
+ "_key" : "22918",
+ "_id" : "relation/22918",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WgF_n0m--_",
+ "_rev" : "_WnWXCwG--F",
"type" : "married",
"vertex" : "charly"
},
{
- "_key" : "23225",
- "_id" : "relation/23225",
+ "_key" : "22915",
+ "_id" : "relation/22915",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WgF_n0i--B",
+ "_rev" : "_WnWXCwG--D",
"type" : "friend",
"vertex" : "alice"
}
@@ -78,19 +78,19 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_n0a--B",
+ "_rev" : "_WnWXCwC--F",
"name" : "Charly"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
}
]
@@ -99,22 +99,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
"destination" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_n0a--_",
+ "_rev" : "_WnWXCwC--D",
"name" : "Bob"
},
"edges" : [
{
- "_key" : "23231",
- "_id" : "relation/23231",
+ "_key" : "22921",
+ "_id" : "relation/22921",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WgF_n0q--_",
+ "_rev" : "_WnWXCwG--H",
"type" : "friend",
"vertex" : "bob"
}
@@ -123,13 +123,13 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_n0a--_",
+ "_rev" : "_WnWXCwC--D",
"name" : "Bob"
}
]
@@ -138,31 +138,31 @@ arangosh> g._paths({direction : "source" : {
"_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "23231",
- "_id" : "relation/23231",
+ "_key" : "22921",
+ "_id" : "relation/22921",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WgF_n0q--_",
+ "_rev" : "_WnWXCwG--H",
"type" : "friend",
"vertex" : "bob"
},
{
- "_key" : "23221",
- "_id" : "relation/23221",
+ "_key" : "22911",
+ "_id" : "relation/22911",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WgF_n0i--_",
+ "_rev" : "_WnWXCwG--B",
"type" : "married",
"vertex" : "alice"
}
@@ -171,19 +171,19 @@ arangosh> g._paths({direction : "_key" : "diana",
"_id" : "female/diana",
- "_rev" : "_WgF_n0e--_",
+ "_rev" : "_WnWXCwG--_",
"name" : "Diana"
},
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_n0a--_",
+ "_rev" : "_WnWXCwC--D",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
}
]
@@ -192,22 +192,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_n0a--_",
+ "_rev" : "_WnWXCwC--D",
"name" : "Bob"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "23221",
- "_id" : "relation/23221",
+ "_key" : "22911",
+ "_id" : "relation/22911",
"_from" : "female/alice",
"_to" : "male/bob",
- "_rev" : "_WgF_n0i--_",
+ "_rev" : "_WnWXCwG--B",
"type" : "married",
"vertex" : "alice"
}
@@ -216,13 +216,13 @@ arangosh> g._paths({direction : "_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgF_n0a--_",
+ "_rev" : "_WnWXCwC--D",
"name" : "Bob"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
}
]
@@ -231,22 +231,22 @@ arangosh> g._paths({direction : "source" : {
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_n0a--B",
+ "_rev" : "_WnWXCwC--F",
"name" : "Charly"
},
"destination" : {
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
},
"edges" : [
{
- "_key" : "23225",
- "_id" : "relation/23225",
+ "_key" : "22915",
+ "_id" : "relation/22915",
"_from" : "female/alice",
"_to" : "male/charly",
- "_rev" : "_WgF_n0i--B",
+ "_rev" : "_WnWXCwG--D",
"type" : "friend",
"vertex" : "alice"
}
@@ -255,13 +255,13 @@ arangosh> g._paths({direction : "_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgF_n0a--B",
+ "_rev" : "_WnWXCwC--F",
"name" : "Charly"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgF_n0W--_",
+ "_rev" : "_WnWXCwC--B",
"name" : "Alice"
}
]
diff --git a/Documentation/Examples/generalGraphModuleShortestPaths1.generated b/Documentation/Examples/generalGraphModuleShortestPaths1.generated
index 4c68102735..4303f908d7 100644
--- a/Documentation/Examples/generalGraphModuleShortestPaths1.generated
+++ b/Documentation/Examples/generalGraphModuleShortestPaths1.generated
@@ -10,11 +10,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23927",
- "_id" : "germanHighway/23927",
+ "_key" : "23608",
+ "_id" : "germanHighway/23608",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
- "_rev" : "_WgF_4JG--B",
+ "_rev" : "_WnWXDTS--_",
"distance" : 500
}
],
@@ -27,11 +27,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23920",
- "_id" : "germanHighway/23920",
+ "_key" : "23601",
+ "_id" : "germanHighway/23601",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Cologne",
- "_rev" : "_WgF_4JC--_",
+ "_rev" : "_WnWXDTK--_",
"distance" : 850
}
],
@@ -44,11 +44,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23947",
- "_id" : "internationalHighway/23947",
+ "_key" : "23628",
+ "_id" : "internationalHighway/23628",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4Ja--B",
+ "_rev" : "_WnWXDTe--_",
"distance" : 700
}
],
@@ -61,11 +61,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23950",
- "_id" : "internationalHighway/23950",
+ "_key" : "23631",
+ "_id" : "internationalHighway/23631",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgF_4Je--_",
+ "_rev" : "_WnWXDTe--B",
"distance" : 550
}
],
@@ -78,11 +78,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23927",
- "_id" : "germanHighway/23927",
+ "_key" : "23608",
+ "_id" : "germanHighway/23608",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
- "_rev" : "_WgF_4JG--B",
+ "_rev" : "_WnWXDTS--_",
"distance" : 500
}
],
@@ -95,11 +95,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23924",
- "_id" : "germanHighway/23924",
+ "_key" : "23605",
+ "_id" : "germanHighway/23605",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Hamburg",
- "_rev" : "_WgF_4JG--_",
+ "_rev" : "_WnWXDTO--_",
"distance" : 400
}
],
@@ -112,11 +112,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23944",
- "_id" : "internationalHighway/23944",
+ "_key" : "23625",
+ "_id" : "internationalHighway/23625",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4Ja--_",
+ "_rev" : "_WnWXDTa--B",
"distance" : 1300
}
],
@@ -129,11 +129,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23941",
- "_id" : "internationalHighway/23941",
+ "_key" : "23622",
+ "_id" : "internationalHighway/23622",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgF_4JW--_",
+ "_rev" : "_WnWXDTa--_",
"distance" : 900
}
],
@@ -146,11 +146,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23920",
- "_id" : "germanHighway/23920",
+ "_key" : "23601",
+ "_id" : "germanHighway/23601",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Cologne",
- "_rev" : "_WgF_4JC--_",
+ "_rev" : "_WnWXDTK--_",
"distance" : 850
}
],
@@ -163,11 +163,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23924",
- "_id" : "germanHighway/23924",
+ "_key" : "23605",
+ "_id" : "germanHighway/23605",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Hamburg",
- "_rev" : "_WgF_4JG--_",
+ "_rev" : "_WnWXDTO--_",
"distance" : 400
}
],
@@ -180,11 +180,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23934",
- "_id" : "internationalHighway/23934",
+ "_key" : "23615",
+ "_id" : "internationalHighway/23615",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4JO--_",
+ "_rev" : "_WnWXDTW--_",
"distance" : 1100
}
],
@@ -197,11 +197,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23938",
- "_id" : "internationalHighway/23938",
+ "_key" : "23619",
+ "_id" : "internationalHighway/23619",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgF_4JS--_",
+ "_rev" : "_WnWXDTW--B",
"distance" : 1200
}
],
@@ -214,11 +214,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23947",
- "_id" : "internationalHighway/23947",
+ "_key" : "23628",
+ "_id" : "internationalHighway/23628",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4Ja--B",
+ "_rev" : "_WnWXDTe--_",
"distance" : 700
}
],
@@ -231,11 +231,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23944",
- "_id" : "internationalHighway/23944",
+ "_key" : "23625",
+ "_id" : "internationalHighway/23625",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4Ja--_",
+ "_rev" : "_WnWXDTa--B",
"distance" : 1300
}
],
@@ -248,11 +248,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23934",
- "_id" : "internationalHighway/23934",
+ "_key" : "23615",
+ "_id" : "internationalHighway/23615",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4JO--_",
+ "_rev" : "_WnWXDTW--_",
"distance" : 1100
}
],
@@ -265,11 +265,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23930",
- "_id" : "frenchHighway/23930",
+ "_key" : "23611",
+ "_id" : "frenchHighway/23611",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4JK--_",
+ "_rev" : "_WnWXDTS--B",
"distance" : 550
}
],
@@ -282,11 +282,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23950",
- "_id" : "internationalHighway/23950",
+ "_key" : "23631",
+ "_id" : "internationalHighway/23631",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgF_4Je--_",
+ "_rev" : "_WnWXDTe--B",
"distance" : 550
}
],
@@ -299,11 +299,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23941",
- "_id" : "internationalHighway/23941",
+ "_key" : "23622",
+ "_id" : "internationalHighway/23622",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgF_4JW--_",
+ "_rev" : "_WnWXDTa--_",
"distance" : 900
}
],
@@ -316,11 +316,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23938",
- "_id" : "internationalHighway/23938",
+ "_key" : "23619",
+ "_id" : "internationalHighway/23619",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgF_4JS--_",
+ "_rev" : "_WnWXDTW--B",
"distance" : 1200
}
],
@@ -333,11 +333,11 @@ arangosh> g._shortestPath({}, {}, {weight : "edges" : [
{
- "_key" : "23930",
- "_id" : "frenchHighway/23930",
+ "_key" : "23611",
+ "_id" : "frenchHighway/23611",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_4JK--_",
+ "_rev" : "_WnWXDTS--B",
"distance" : 550
}
],
diff --git a/Documentation/Examples/generalGraphModuleShortestPaths2.generated b/Documentation/Examples/generalGraphModuleShortestPaths2.generated
index 94748053d5..e0ba70943e 100644
--- a/Documentation/Examples/generalGraphModuleShortestPaths2.generated
+++ b/Documentation/Examples/generalGraphModuleShortestPaths2.generated
@@ -10,11 +10,11 @@ arangosh> g._shortestPath([{_id: "edges" : [
{
- "_key" : "24068",
- "_id" : "internationalHighway/24068",
+ "_key" : "23749",
+ "_id" : "internationalHighway/23749",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgF_64m--D",
+ "_rev" : "_WnWXDae--H",
"distance" : 700
}
],
diff --git a/Documentation/Examples/generalGraphVertexCollectionRemove.generated b/Documentation/Examples/generalGraphVertexCollectionRemove.generated
index 25253c451b..0c6cbb412c 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" : "_WgF_8Sq--_"
+ "_rev" : "_WnWXDfG--_"
}
arangosh> db._exists("male/kermit")
true
diff --git a/Documentation/Examples/generalGraphVertexCollectionReplace.generated b/Documentation/Examples/generalGraphVertexCollectionReplace.generated
index 1f99e63694..5bf57d0a8d 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" : "_WgF_9h---_"
+ "_rev" : "_WnWXDhG--P"
}
arangosh> graph.male.replace("male/john", {name: "John"});
{
"_id" : "male/john",
"_key" : "john",
- "_rev" : "_WgF_9hC--_",
- "_oldRev" : "_WgF_9h---_"
+ "_rev" : "_WnWXDhK--_",
+ "_oldRev" : "_WnWXDhG--P"
}
diff --git a/Documentation/Examples/generalGraphVertexCollectionSave.generated b/Documentation/Examples/generalGraphVertexCollectionSave.generated
index 04e8d0fe86..3851842193 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" : "_WgFA-la--H"
+ "_rev" : "_WnWXDi6--B"
}
diff --git a/Documentation/Examples/generalGraphVertexCollectionUpdate.generated b/Documentation/Examples/generalGraphVertexCollectionUpdate.generated
index fdd3023a20..baad9ecad3 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" : "_WgFAAQy--_"
+ "_rev" : "_WnWXDmK--B"
}
arangosh> graph.female.update("female/linda", {name: "Linda", _key: "linda"});
{
"_id" : "female/linda",
"_key" : "linda",
- "_rev" : "_WgFAAQ2--_",
- "_oldRev" : "_WgFAAQy--_"
+ "_rev" : "_WnWXDmO--_",
+ "_oldRev" : "_WnWXDmK--B"
}
diff --git a/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated b/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated
index f76cb1fc8a..3062198535 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 24463, "myEC1" (type edge, status loaded)]
+[ArangoCollection 24135, "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 318102f057..ae2fa2de40 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 24786, "friend_of" (type edge, status loaded)],
- "Customer" : [ArangoCollection 24781, "Customer" (type document, status loaded)],
- "has_bought" : [ArangoCollection 24803, "has_bought" (type edge, status loaded)],
- "Company" : [ArangoCollection 24791, "Company" (type document, status loaded)],
- "Electronics" : [ArangoCollection 24799, "Electronics" (type document, status loaded)],
- "Groceries" : [ArangoCollection 24795, "Groceries" (type document, status loaded)]
+ "friend_of" : [ArangoCollection 24440, "friend_of" (type edge, status loaded)],
+ "Customer" : [ArangoCollection 24435, "Customer" (type document, status loaded)],
+ "has_bought" : [ArangoCollection 24457, "has_bought" (type edge, status loaded)],
+ "Company" : [ArangoCollection 24445, "Company" (type document, status loaded)],
+ "Electronics" : [ArangoCollection 24453, "Electronics" (type document, status loaded)],
+ "Groceries" : [ArangoCollection 24449, "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 defd8baf14..ea5d7afed2 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 24829, "friend_of" (type edge, status loaded)],
- "Customer" : [ArangoCollection 24824, "Customer" (type document, status loaded)],
- "has_bought" : [ArangoCollection 24846, "has_bought" (type edge, status loaded)],
- "Company" : [ArangoCollection 24833, "Company" (type document, status loaded)],
- "Electronics" : [ArangoCollection 24838, "Electronics" (type document, status loaded)],
- "Groceries" : [ArangoCollection 24842, "Groceries" (type document, status loaded)]
+ "friend_of" : [ArangoCollection 24483, "friend_of" (type edge, status loaded)],
+ "Customer" : [ArangoCollection 24478, "Customer" (type document, status loaded)],
+ "has_bought" : [ArangoCollection 24500, "has_bought" (type edge, status loaded)],
+ "Company" : [ArangoCollection 24487, "Company" (type document, status loaded)],
+ "Electronics" : [ArangoCollection 24492, "Electronics" (type document, status loaded)],
+ "Groceries" : [ArangoCollection 24496, "Groceries" (type document, status loaded)]
}
diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute.generated
index 76596cde8d..11a4ec4aa4 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/24868",
+ "id" : "geo/24522",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -23,9 +23,9 @@ arangosh> db.geo.count();
arangosh> db.geo.near(0, 0).limit(3).toArray();
[
{
- "_key" : "25925",
- "_id" : "geo/25925",
- "_rev" : "_WgFAUe---L",
+ "_key" : "25579",
+ "_id" : "geo/25579",
+ "_rev" : "_WnWXEca--A",
"name" : "Name/0/0",
"loc" : [
0,
@@ -33,19 +33,19 @@ arangosh> db.geo.near(0, "_key" : "25928",
- "_id" : "geo/25928",
- "_rev" : "_WgFAUe---N",
- "name" : "Name/0/10",
+ "_key" : "25690",
+ "_id" : "geo/25690",
+ "_rev" : "_WnWXEc2--H",
+ "name" : "Name/10/0",
"loc" : [
- 0,
- 10
+ 10,
+ 0
]
},
{
- "_key" : "25814",
- "_id" : "geo/25814",
- "_rev" : "_WgFAUdu--J",
+ "_key" : "25468",
+ "_id" : "geo/25468",
+ "_rev" : "_WnWXEc---D",
"name" : "Name/-10/0",
"loc" : [
-10,
diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated
index 496cb4f947..892823b7d5 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/26995",
+ "id" : "geo/26649",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -23,9 +23,9 @@ arangosh> db.geo.count();
arangosh> db.geo.near(0, 0).limit(3).toArray();
[
{
- "_key" : "28052",
- "_id" : "geo/28052",
- "_rev" : "_WgFAVZi--J",
+ "_key" : "27706",
+ "_id" : "geo/27706",
+ "_rev" : "_WnWXEsy--B",
"name" : "Name/0/0",
"loc" : [
0,
@@ -33,19 +33,19 @@ arangosh> db.geo.near(0, "_key" : "28055",
- "_id" : "geo/28055",
- "_rev" : "_WgFAVZi--L",
- "name" : "Name/0/10",
+ "_key" : "27817",
+ "_id" : "geo/27817",
+ "_rev" : "_WnWXEtG--H",
+ "name" : "Name/10/0",
"loc" : [
- 0,
- 10
+ 10,
+ 0
]
},
{
- "_key" : "27941",
- "_id" : "geo/27941",
- "_rev" : "_WgFAVZO--L",
+ "_key" : "27595",
+ "_id" : "geo/27595",
+ "_rev" : "_WnWXEsS--D",
"name" : "Name/-10/0",
"loc" : [
-10,
diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated
index 3c991371b7..6f929c687f 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/29122",
+ "id" : "geo2/28776",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -21,9 +21,9 @@ arangosh> for (i = 0, 0).limit(3).toArray();
[
{
- "_key" : "30179",
- "_id" : "geo2/30179",
- "_rev" : "_WgFAWfW--F",
+ "_key" : "29833",
+ "_id" : "geo2/29833",
+ "_rev" : "_WnWXEyC--X",
"name" : "Name/0/0",
"location" : {
"latitude" : 0,
@@ -31,19 +31,19 @@ arangosh> db.geo2.near(0, "_key" : "30182",
- "_id" : "geo2/30182",
- "_rev" : "_WgFAWfW--H",
- "name" : "Name/0/10",
+ "_key" : "29944",
+ "_id" : "geo2/29944",
+ "_rev" : "_WnWXEyO--T",
+ "name" : "Name/10/0",
"location" : {
- "latitude" : 0,
- "longitude" : 10
+ "latitude" : 10,
+ "longitude" : 0
}
},
{
- "_key" : "30068",
- "_id" : "geo2/30068",
- "_rev" : "_WgFAWfC--_",
+ "_key" : "29722",
+ "_id" : "geo2/29722",
+ "_rev" : "_WnWXEx2--V",
"name" : "Name/-10/0",
"location" : {
"latitude" : -10,
diff --git a/Documentation/Examples/geoIndexFilterOptimization.generated b/Documentation/Examples/geoIndexFilterOptimization.generated
index 776902b5cd..29f80ed1c7 100644
--- a/Documentation/Examples/geoIndexFilterOptimization.generated
+++ b/Documentation/Examples/geoIndexFilterOptimization.generated
@@ -5,7 +5,7 @@ arangosh> db.geoFilter.ensureIndex({ type: "latitude",
"longitude"
],
- "id" : "geoFilter/31243",
+ "id" : "geoFilter/30897",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -42,9 +42,9 @@ Optimization rules applied:
arangosh> db._query(query);
[
{
- "_key" : "32300",
- "_id" : "geoFilter/32300",
- "_rev" : "_WgFAXg2--P",
+ "_key" : "31954",
+ "_id" : "geoFilter/31954",
+ "_rev" : "_WnWXE2q--D",
"name" : "Name/0/0",
"latitude" : 0,
"longitude" : 0
diff --git a/Documentation/Examples/geoIndexSimpleQuery.generated b/Documentation/Examples/geoIndexSimpleQuery.generated
index 34e2399c03..5bffa28a4d 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/35473",
+ "id" : "complex/35127",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -26,9 +26,9 @@ arangosh> db.complex.ensureIndex({ type: 0, 170).limit(5).toArray();
[
{
- "_key" : "34467",
- "_id" : "complex/34467",
- "_rev" : "_WgFAYLy--_",
+ "_key" : "34121",
+ "_id" : "complex/34121",
+ "_rev" : "_WnWXF-a--D",
"name" : "Name/0/170",
"home" : [
0,
@@ -40,9 +40,9 @@ arangosh> db.complex.near(0, "_key" : "34470",
- "_id" : "complex/34470",
- "_rev" : "_WgFAYLy--B",
+ "_key" : "34124",
+ "_id" : "complex/34124",
+ "_rev" : "_WnWXF-a--F",
"name" : "Name/0/180",
"home" : [
0,
@@ -54,9 +54,9 @@ arangosh> db.complex.near(0, "_key" : "34578",
- "_id" : "complex/34578",
- "_rev" : "_WgFAYNK--B",
+ "_key" : "34232",
+ "_id" : "complex/34232",
+ "_rev" : "_WnWXF-u--D",
"name" : "Name/10/170",
"home" : [
10,
@@ -68,9 +68,9 @@ arangosh> db.complex.near(0, "_key" : "34356",
- "_id" : "complex/34356",
- "_rev" : "_WgFAYKW--_",
+ "_key" : "34010",
+ "_id" : "complex/34010",
+ "_rev" : "_WnWXF-G--J",
"name" : "Name/-10/170",
"home" : [
-10,
@@ -82,9 +82,9 @@ arangosh> db.complex.near(0, "_key" : "34362",
- "_id" : "complex/34362",
- "_rev" : "_WgFAYKa--_",
+ "_key" : "34016",
+ "_id" : "complex/34016",
+ "_rev" : "_WnWXF-G--N",
"name" : "Name/0/-180",
"home" : [
0,
@@ -105,7 +105,7 @@ arangosh> db.complex.ensureIndex({ type: "work"
],
"geoJson" : false,
- "id" : "complex/35481",
+ "id" : "complex/35135",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -116,9 +116,9 @@ arangosh> db.complex.ensureIndex({ type: "work").near(0, 170).limit(5).toArray();
[
{
- "_key" : "34467",
- "_id" : "complex/34467",
- "_rev" : "_WgFAYLy--_",
+ "_key" : "34121",
+ "_id" : "complex/34121",
+ "_rev" : "_WnWXF-a--D",
"name" : "Name/0/170",
"home" : [
0,
@@ -130,9 +130,9 @@ arangosh> db.complex.geo("work").near("_key" : "34470",
- "_id" : "complex/34470",
- "_rev" : "_WgFAYLy--B",
+ "_key" : "34124",
+ "_id" : "complex/34124",
+ "_rev" : "_WnWXF-a--F",
"name" : "Name/0/180",
"home" : [
0,
@@ -144,9 +144,9 @@ arangosh> db.complex.geo("work").near("_key" : "34578",
- "_id" : "complex/34578",
- "_rev" : "_WgFAYNK--B",
+ "_key" : "34232",
+ "_id" : "complex/34232",
+ "_rev" : "_WnWXF-u--D",
"name" : "Name/10/170",
"home" : [
10,
@@ -158,9 +158,9 @@ arangosh> db.complex.geo("work").near("_key" : "34356",
- "_id" : "complex/34356",
- "_rev" : "_WgFAYKW--_",
+ "_key" : "34010",
+ "_id" : "complex/34010",
+ "_rev" : "_WnWXF-G--J",
"name" : "Name/-10/170",
"home" : [
-10,
@@ -172,9 +172,9 @@ arangosh> db.complex.geo("work").near("_key" : "34362",
- "_id" : "complex/34362",
- "_rev" : "_WgFAYKa--_",
+ "_key" : "34016",
+ "_id" : "complex/34016",
+ "_rev" : "_WnWXF-G--N",
"name" : "Name/0/-180",
"home" : [
0,
diff --git a/Documentation/Examples/geoIndexSortOptimization.generated b/Documentation/Examples/geoIndexSortOptimization.generated
index 48ac6a6f79..8fed3b6e84 100644
--- a/Documentation/Examples/geoIndexSortOptimization.generated
+++ b/Documentation/Examples/geoIndexSortOptimization.generated
@@ -5,7 +5,7 @@ arangosh> db.geoSort.ensureIndex({ type: "latitude",
"longitude"
],
- "id" : "geoSort/35501",
+ "id" : "geoSort/35146",
"ignoreNull" : true,
"isNewlyCreated" : true,
"sparse" : true,
@@ -43,44 +43,44 @@ Optimization rules applied:
arangosh> db._query(query);
[
{
- "_key" : "36558",
- "_id" : "geoSort/36558",
- "_rev" : "_WgFAaLe--P",
+ "_key" : "36203",
+ "_id" : "geoSort/36203",
+ "_rev" : "_WnWXFHK--N",
"name" : "Name/0/0",
"latitude" : 0,
"longitude" : 0
},
{
- "_key" : "36447",
- "_id" : "geoSort/36447",
- "_rev" : "_WgFAaLO--L",
+ "_key" : "36092",
+ "_id" : "geoSort/36092",
+ "_rev" : "_WnWXFG2--L",
"name" : "Name/-10/0",
"latitude" : -10,
"longitude" : 0
},
{
- "_key" : "36555",
- "_id" : "geoSort/36555",
- "_rev" : "_WgFAaLe--N",
+ "_key" : "36314",
+ "_id" : "geoSort/36314",
+ "_rev" : "_WnWXFHe--H",
+ "name" : "Name/10/0",
+ "latitude" : 10,
+ "longitude" : 0
+ },
+ {
+ "_key" : "36200",
+ "_id" : "geoSort/36200",
+ "_rev" : "_WnWXFHK--L",
"name" : "Name/0/-10",
"latitude" : 0,
"longitude" : -10
},
{
- "_key" : "36561",
- "_id" : "geoSort/36561",
- "_rev" : "_WgFAaLi--_",
+ "_key" : "36206",
+ "_id" : "geoSort/36206",
+ "_rev" : "_WnWXFHO---",
"name" : "Name/0/10",
"latitude" : 0,
"longitude" : 10
- },
- {
- "_key" : "36669",
- "_id" : "geoSort/36669",
- "_rev" : "_WgFAaLy--_",
- "name" : "Name/10/0",
- "latitude" : 10,
- "longitude" : 0
}
]
[object ArangoQueryCursor, count: 5, cached: false, hasMore: false]
diff --git a/Documentation/Examples/graph_create_cities_sample.generated b/Documentation/Examples/graph_create_cities_sample.generated
index d4b0024d86..48b8c70ca3 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" : "_WgFAbue--_",
+ "_rev" : "_WnWXFNO--_",
"population" : 80000,
"isCapital" : false,
"loc" : [
@@ -16,7 +16,7 @@ arangosh> db.frenchCity.toArray();
{
"_key" : "Paris",
"_id" : "frenchCity/Paris",
- "_rev" : "_WgFAbui--_",
+ "_rev" : "_WnWXFNS--_",
"population" : 4000000,
"isCapital" : true,
"loc" : [
@@ -30,7 +30,7 @@ arangosh> db.germanCity.toArray();
{
"_key" : "Cologne",
"_id" : "germanCity/Cologne",
- "_rev" : "_WgFAbua--_",
+ "_rev" : "_WnWXFNK--_",
"population" : 1000000,
"isCapital" : false,
"loc" : [
@@ -41,7 +41,7 @@ arangosh> db.germanCity.toArray();
{
"_key" : "Hamburg",
"_id" : "germanCity/Hamburg",
- "_rev" : "_WgFAbua--B",
+ "_rev" : "_WnWXFNK--B",
"population" : 1000000,
"isCapital" : false,
"loc" : [
@@ -52,7 +52,7 @@ arangosh> db.germanCity.toArray();
{
"_key" : "Berlin",
"_id" : "germanCity/Berlin",
- "_rev" : "_WgFAbuW--_",
+ "_rev" : "_WnWXFNG--_",
"population" : 3000000,
"isCapital" : true,
"loc" : [
@@ -64,90 +64,90 @@ arangosh> db.germanCity.toArray();
arangosh> db.germanHighway.toArray();
[
{
- "_key" : "37668",
- "_id" : "germanHighway/37668",
- "_from" : "germanCity/Berlin",
- "_to" : "germanCity/Cologne",
- "_rev" : "_WgFAcVO--_",
- "distance" : 850
- },
- {
- "_key" : "37675",
- "_id" : "germanHighway/37675",
+ "_key" : "37320",
+ "_id" : "germanHighway/37320",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
- "_rev" : "_WgFAcVW--_",
+ "_rev" : "_WnWXFOa--_",
"distance" : 500
},
{
- "_key" : "37672",
- "_id" : "germanHighway/37672",
+ "_key" : "37317",
+ "_id" : "germanHighway/37317",
"_from" : "germanCity/Berlin",
"_to" : "germanCity/Hamburg",
- "_rev" : "_WgFAcVS--_",
+ "_rev" : "_WnWXFOW--_",
"distance" : 400
+ },
+ {
+ "_key" : "37313",
+ "_id" : "germanHighway/37313",
+ "_from" : "germanCity/Berlin",
+ "_to" : "germanCity/Cologne",
+ "_rev" : "_WnWXFOS--_",
+ "distance" : 850
}
]
arangosh> db.frenchHighway.toArray();
[
{
- "_key" : "37678",
- "_id" : "frenchHighway/37678",
+ "_key" : "37323",
+ "_id" : "frenchHighway/37323",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgFAcVa--_",
+ "_rev" : "_WnWXFOa--B",
"distance" : 550
}
]
arangosh> db.internationalHighway.toArray();
[
{
- "_key" : "37698",
- "_id" : "internationalHighway/37698",
- "_from" : "germanCity/Cologne",
- "_to" : "frenchCity/Paris",
- "_rev" : "_WgFAcWC--_",
- "distance" : 550
- },
- {
- "_key" : "37686",
- "_id" : "internationalHighway/37686",
+ "_key" : "37331",
+ "_id" : "internationalHighway/37331",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Paris",
- "_rev" : "_WgFAcVm--_",
+ "_rev" : "_WnWXFOe--_",
"distance" : 1200
},
{
- "_key" : "37692",
- "_id" : "internationalHighway/37692",
- "_from" : "germanCity/Hamburg",
- "_to" : "frenchCity/Lyon",
- "_rev" : "_WgFAcVu--_",
- "distance" : 1300
+ "_key" : "37343",
+ "_id" : "internationalHighway/37343",
+ "_from" : "germanCity/Cologne",
+ "_to" : "frenchCity/Paris",
+ "_rev" : "_WnWXFOm--B",
+ "distance" : 550
},
{
- "_key" : "37682",
- "_id" : "internationalHighway/37682",
+ "_key" : "37334",
+ "_id" : "internationalHighway/37334",
+ "_from" : "germanCity/Hamburg",
+ "_to" : "frenchCity/Paris",
+ "_rev" : "_WnWXFOi--_",
+ "distance" : 900
+ },
+ {
+ "_key" : "37327",
+ "_id" : "internationalHighway/37327",
"_from" : "germanCity/Berlin",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgFAcVi--_",
+ "_rev" : "_WnWXFOa--D",
"distance" : 1100
},
{
- "_key" : "37695",
- "_id" : "internationalHighway/37695",
- "_from" : "germanCity/Cologne",
+ "_key" : "37337",
+ "_id" : "internationalHighway/37337",
+ "_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
- "_rev" : "_WgFAcW---_",
- "distance" : 700
+ "_rev" : "_WnWXFOi--B",
+ "distance" : 1300
},
{
- "_key" : "37689",
- "_id" : "internationalHighway/37689",
- "_from" : "germanCity/Hamburg",
- "_to" : "frenchCity/Paris",
- "_rev" : "_WgFAcVq--_",
- "distance" : 900
+ "_key" : "37340",
+ "_id" : "internationalHighway/37340",
+ "_from" : "germanCity/Cologne",
+ "_to" : "frenchCity/Lyon",
+ "_rev" : "_WnWXFOm--_",
+ "distance" : 700
}
]
arangosh> examples.dropGraph("routeplanner");
diff --git a/Documentation/Examples/graph_create_knows_sample.generated b/Documentation/Examples/graph_create_knows_sample.generated
index f8f50d3fd6..36cd5d3f0d 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" : "_WgFAdv---B",
+ "_rev" : "_WnWXFU---_",
"name" : "Bob"
},
{
"_key" : "charlie",
"_id" : "persons/charlie",
- "_rev" : "_WgFAdvC--_",
+ "_rev" : "_WnWXFU---B",
"name" : "Charlie"
},
{
"_key" : "dave",
"_id" : "persons/dave",
- "_rev" : "_WgFAdvG--_",
+ "_rev" : "_WnWXFUC--_",
"name" : "Dave"
},
{
"_key" : "eve",
"_id" : "persons/eve",
- "_rev" : "_WgFAdvK--_",
+ "_rev" : "_WnWXFUC--B",
"name" : "Eve"
},
{
"_key" : "alice",
"_id" : "persons/alice",
- "_rev" : "_WgFAdv---_",
+ "_rev" : "_WnWXFT6--_",
"name" : "Alice"
}
]
arangosh> db.knows.toArray();
[
{
- "_key" : "37786",
- "_id" : "knows/37786",
+ "_key" : "37425",
+ "_id" : "knows/37425",
+ "_from" : "persons/bob",
+ "_to" : "persons/dave",
+ "_rev" : "_WnWXFUK--_",
+ "vertex" : "bob"
+ },
+ {
+ "_key" : "37428",
+ "_id" : "knows/37428",
"_from" : "persons/eve",
- "_to" : "persons/bob",
- "_rev" : "_WgFAdvi--_",
+ "_to" : "persons/alice",
+ "_rev" : "_WnWXFUK--B",
"vertex" : "eve"
},
{
- "_key" : "37780",
- "_id" : "knows/37780",
- "_from" : "persons/bob",
- "_to" : "persons/dave",
- "_rev" : "_WgFAdva--_",
- "vertex" : "bob"
- },
- {
- "_key" : "37777",
- "_id" : "knows/37777",
- "_from" : "persons/bob",
- "_to" : "persons/charlie",
- "_rev" : "_WgFAdvW--B",
- "vertex" : "bob"
- },
- {
- "_key" : "37773",
- "_id" : "knows/37773",
+ "_key" : "37418",
+ "_id" : "knows/37418",
"_from" : "persons/alice",
"_to" : "persons/bob",
- "_rev" : "_WgFAdvW--_",
+ "_rev" : "_WnWXFUG--_",
"vertex" : "alice"
},
{
- "_key" : "37783",
- "_id" : "knows/37783",
+ "_key" : "37422",
+ "_id" : "knows/37422",
+ "_from" : "persons/bob",
+ "_to" : "persons/charlie",
+ "_rev" : "_WnWXFUG--B",
+ "vertex" : "bob"
+ },
+ {
+ "_key" : "37431",
+ "_id" : "knows/37431",
"_from" : "persons/eve",
- "_to" : "persons/alice",
- "_rev" : "_WgFAdve--_",
+ "_to" : "persons/bob",
+ "_rev" : "_WnWXFUO--_",
"vertex" : "eve"
}
]
diff --git a/Documentation/Examples/graph_create_social_sample.generated b/Documentation/Examples/graph_create_social_sample.generated
index dc0e6e21ea..3f2f615664 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" : "_WgFAep6--B",
+ "_rev" : "_WnWXFXq--_",
"name" : "Diana"
},
{
"_key" : "alice",
"_id" : "female/alice",
- "_rev" : "_WgFAepy--_",
+ "_rev" : "_WnWXFXi--_",
"name" : "Alice"
}
]
@@ -20,53 +20,53 @@ arangosh> db.male.toArray()
{
"_key" : "bob",
"_id" : "male/bob",
- "_rev" : "_WgFAep2--_",
+ "_rev" : "_WnWXFXm--_",
"name" : "Bob"
},
{
"_key" : "charly",
"_id" : "male/charly",
- "_rev" : "_WgFAep6--_",
+ "_rev" : "_WnWXFXm--B",
"name" : "Charly"
}
]
arangosh> db.relation.toArray()
[
{
- "_key" : "37851",
- "_id" : "relation/37851",
+ "_key" : "37490",
+ "_id" : "relation/37490",
+ "_from" : "female/alice",
+ "_to" : "male/charly",
+ "_rev" : "_WnWXFXu--_",
+ "type" : "friend",
+ "vertex" : "alice"
+ },
+ {
+ "_key" : "37486",
+ "_id" : "relation/37486",
+ "_from" : "female/alice",
+ "_to" : "male/bob",
+ "_rev" : "_WnWXFXq--B",
+ "type" : "married",
+ "vertex" : "alice"
+ },
+ {
+ "_key" : "37496",
+ "_id" : "relation/37496",
"_from" : "male/bob",
"_to" : "female/diana",
- "_rev" : "_WgFAeqG--B",
+ "_rev" : "_WnWXFXy--_",
"type" : "friend",
"vertex" : "bob"
},
{
- "_key" : "37848",
- "_id" : "relation/37848",
+ "_key" : "37493",
+ "_id" : "relation/37493",
"_from" : "male/charly",
"_to" : "female/diana",
- "_rev" : "_WgFAeqG--_",
+ "_rev" : "_WnWXFXu--B",
"type" : "married",
"vertex" : "charly"
- },
- {
- "_key" : "37841",
- "_id" : "relation/37841",
- "_from" : "female/alice",
- "_to" : "male/bob",
- "_rev" : "_WgFAeq---_",
- "type" : "married",
- "vertex" : "alice"
- },
- {
- "_key" : "37845",
- "_id" : "relation/37845",
- "_from" : "female/alice",
- "_to" : "male/charly",
- "_rev" : "_WgFAeqC--_",
- "type" : "friend",
- "vertex" : "alice"
}
]
arangosh> examples.dropGraph("social");
diff --git a/Documentation/Examples/graph_create_traversal_sample.generated b/Documentation/Examples/graph_create_traversal_sample.generated
index f0f77da611..9cac8abbf3 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" : "_WgFAfaq--_",
+ "_rev" : "_WnWXFbm--B",
"label" : "9"
},
{
"_key" : "G",
"_id" : "circles/G",
- "_rev" : "_WgFAfai--B",
+ "_rev" : "_WnWXFbi--B",
"label" : "7"
},
{
"_key" : "F",
"_id" : "circles/F",
- "_rev" : "_WgFAfai--_",
+ "_rev" : "_WnWXFbi--_",
"label" : "6"
},
{
"_key" : "A",
"_id" : "circles/A",
- "_rev" : "_WgFAfaS--_",
+ "_rev" : "_WnWXFbW--_",
"label" : "1"
},
{
"_key" : "E",
"_id" : "circles/E",
- "_rev" : "_WgFAfae--_",
+ "_rev" : "_WnWXFbe--_",
"label" : "5"
},
{
"_key" : "C",
"_id" : "circles/C",
- "_rev" : "_WgFAfaW--_",
+ "_rev" : "_WnWXFba--B",
"label" : "3"
},
{
"_key" : "D",
"_id" : "circles/D",
- "_rev" : "_WgFAfaa--_",
+ "_rev" : "_WnWXFba--D",
"label" : "4"
},
{
"_key" : "J",
"_id" : "circles/J",
- "_rev" : "_WgFAfau--_",
+ "_rev" : "_WnWXFbq--_",
"label" : "10"
},
{
"_key" : "B",
"_id" : "circles/B",
- "_rev" : "_WgFAfaS--B",
+ "_rev" : "_WnWXFba--_",
"label" : "2"
},
{
"_key" : "H",
"_id" : "circles/H",
- "_rev" : "_WgFAfam--_",
+ "_rev" : "_WnWXFbm--_",
"label" : "8"
},
{
"_key" : "K",
"_id" : "circles/K",
- "_rev" : "_WgFAfau--B",
+ "_rev" : "_WnWXFbq--B",
"label" : "11"
}
]
arangosh> db.edges.toArray();
[
{
- "_key" : "37936",
- "_id" : "edges/37936",
- "_from" : "circles/A",
- "_to" : "circles/G",
- "_rev" : "_WgFAfbC--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_foo"
- },
- {
- "_key" : "37933",
- "_id" : "edges/37933",
- "_from" : "circles/E",
- "_to" : "circles/F",
- "_rev" : "_WgFAfb---B",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_schubi"
- },
- {
- "_key" : "37945",
- "_id" : "edges/37945",
- "_from" : "circles/G",
- "_to" : "circles/J",
- "_rev" : "_WgFAfbK--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "right_zip"
- },
- {
- "_key" : "37920",
- "_id" : "edges/37920",
+ "_key" : "37565",
+ "_id" : "edges/37565",
"_from" : "circles/A",
"_to" : "circles/B",
- "_rev" : "_WgFAfay--_",
+ "_rev" : "_WnWXFbu--_",
"theFalse" : false,
"theTruth" : true,
"label" : "left_bar"
},
{
- "_key" : "37948",
- "_id" : "edges/37948",
+ "_key" : "37593",
+ "_id" : "edges/37593",
"_from" : "circles/J",
"_to" : "circles/K",
- "_rev" : "_WgFAfbO--_",
+ "_rev" : "_WnWXFcC--_",
"theFalse" : false,
"theTruth" : true,
"label" : "right_zup"
},
{
- "_key" : "37930",
- "_id" : "edges/37930",
+ "_key" : "37578",
+ "_id" : "edges/37578",
+ "_from" : "circles/E",
+ "_to" : "circles/F",
+ "_rev" : "_WnWXFb2--B",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_schubi"
+ },
+ {
+ "_key" : "37590",
+ "_id" : "edges/37590",
+ "_from" : "circles/G",
+ "_to" : "circles/J",
+ "_rev" : "_WnWXFc---B",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_zip"
+ },
+ {
+ "_key" : "37575",
+ "_id" : "edges/37575",
"_from" : "circles/B",
"_to" : "circles/E",
- "_rev" : "_WgFAfb---_",
+ "_rev" : "_WnWXFb2--_",
"theFalse" : false,
"theTruth" : true,
"label" : "left_blub"
},
{
- "_key" : "37942",
- "_id" : "edges/37942",
- "_from" : "circles/H",
- "_to" : "circles/I",
- "_rev" : "_WgFAfbG--B",
+ "_key" : "37581",
+ "_id" : "edges/37581",
+ "_from" : "circles/A",
+ "_to" : "circles/G",
+ "_rev" : "_WnWXFb6--_",
"theFalse" : false,
"theTruth" : true,
- "label" : "right_blub"
+ "label" : "right_foo"
},
{
- "_key" : "37924",
- "_id" : "edges/37924",
- "_from" : "circles/B",
- "_to" : "circles/C",
- "_rev" : "_WgFAfa2--_",
- "theFalse" : false,
- "theTruth" : true,
- "label" : "left_blarg"
- },
- {
- "_key" : "37939",
- "_id" : "edges/37939",
+ "_key" : "37584",
+ "_id" : "edges/37584",
"_from" : "circles/G",
"_to" : "circles/H",
- "_rev" : "_WgFAfbG--_",
+ "_rev" : "_WnWXFb6--B",
"theFalse" : false,
"theTruth" : true,
"label" : "right_blob"
},
{
- "_key" : "37927",
- "_id" : "edges/37927",
+ "_key" : "37587",
+ "_id" : "edges/37587",
+ "_from" : "circles/H",
+ "_to" : "circles/I",
+ "_rev" : "_WnWXFc---_",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "right_blub"
+ },
+ {
+ "_key" : "37569",
+ "_id" : "edges/37569",
+ "_from" : "circles/B",
+ "_to" : "circles/C",
+ "_rev" : "_WnWXFbu--B",
+ "theFalse" : false,
+ "theTruth" : true,
+ "label" : "left_blarg"
+ },
+ {
+ "_key" : "37572",
+ "_id" : "edges/37572",
"_from" : "circles/C",
"_to" : "circles/D",
- "_rev" : "_WgFAfa6--_",
+ "_rev" : "_WnWXFby--_",
"theFalse" : false,
"theTruth" : true,
"label" : "left_blorg"
diff --git a/Documentation/Examples/graph_create_world_sample.generated b/Documentation/Examples/graph_create_world_sample.generated
index ad912f4796..c09d269a51 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" : "_WgFAgRS--B",
+ "_rev" : "_WnWXFhi--_",
"name" : "Ottawa",
"type" : "capital"
},
{
"_key" : "capital-yaounde",
"_id" : "worldVertices/capital-yaounde",
- "_rev" : "_WgFAgRi--F",
+ "_rev" : "_WnWXFi---_",
"name" : "Yaounde",
"type" : "capital"
},
{
"_key" : "capital-algiers",
"_id" : "worldVertices/capital-algiers",
- "_rev" : "_WgFAgQe--B",
+ "_rev" : "_WnWXFgy--B",
"name" : "Algiers",
"type" : "capital"
},
{
"_key" : "continent-south-america",
"_id" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgO2--B",
+ "_rev" : "_WnWXFfm--_",
"name" : "South America",
"type" : "continent"
},
{
"_key" : "capital-andorra-la-vella",
"_id" : "worldVertices/capital-andorra-la-vella",
- "_rev" : "_WgFAgQi--_",
+ "_rev" : "_WnWXFg2--_",
"name" : "Andorra la Vella",
"type" : "capital"
},
{
"_key" : "country-people-s-republic-of-china",
"_id" : "worldVertices/country-people-s-republic-of-china",
- "_rev" : "_WgFAgQe--_",
+ "_rev" : "_WnWXFgy--_",
"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" : "_WgFAgRi--_",
+ "_rev" : "_WnWXFh2--B",
"name" : "Tirana",
"type" : "capital"
},
{
"_key" : "country-cote-d-ivoire",
"_id" : "worldVertices/country-cote-d-ivoire",
- "_rev" : "_WgFAgQG--_",
+ "_rev" : "_WnWXFge--D",
"name" : "Cote d'Ivoire",
"type" : "country",
"code" : "CIV"
@@ -63,21 +63,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-sofia",
"_id" : "worldVertices/capital-sofia",
- "_rev" : "_WgFAgRe--D",
+ "_rev" : "_WnWXFhy--B",
"name" : "Sofia",
"type" : "capital"
},
{
"_key" : "capital-bridgetown",
"_id" : "worldVertices/capital-bridgetown",
- "_rev" : "_WgFAgQy--_",
+ "_rev" : "_WnWXFhC--B",
"name" : "Bridgetown",
"type" : "capital"
},
{
"_key" : "country-chad",
"_id" : "worldVertices/country-chad",
- "_rev" : "_WgFAgP6--B",
+ "_rev" : "_WnWXFga--B",
"name" : "Chad",
"type" : "country",
"code" : "TCD"
@@ -85,35 +85,35 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-thimphu",
"_id" : "worldVertices/capital-thimphu",
- "_rev" : "_WgFAgRe--F",
+ "_rev" : "_WnWXFh2--_",
"name" : "Thimphu",
"type" : "capital"
},
{
"_key" : "capital-santiago",
"_id" : "worldVertices/capital-santiago",
- "_rev" : "_WgFAgRe--_",
+ "_rev" : "_WnWXFhu--B",
"name" : "Santiago",
"type" : "capital"
},
{
"_key" : "capital-manama",
"_id" : "worldVertices/capital-manama",
- "_rev" : "_WgFAgRO--_",
+ "_rev" : "_WnWXFha--B",
"name" : "Manama",
"type" : "capital"
},
{
"_key" : "capital-zagreb",
"_id" : "worldVertices/capital-zagreb",
- "_rev" : "_WgFAgRm--_",
+ "_rev" : "_WnWXFi---B",
"name" : "Zagreb",
"type" : "capital"
},
{
"_key" : "country-brazil",
"_id" : "worldVertices/country-brazil",
- "_rev" : "_WgFAgPm--_",
+ "_rev" : "_WnWXFgK--B",
"name" : "Brazil",
"type" : "country",
"code" : "BRA"
@@ -121,7 +121,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-burundi",
"_id" : "worldVertices/country-burundi",
- "_rev" : "_WgFAgPy--_",
+ "_rev" : "_WnWXFgS--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" : "_WgFAgRK--B",
+ "_rev" : "_WnWXFhW--B",
"name" : "La Paz",
"type" : "capital"
},
{
"_key" : "country-germany",
"_id" : "worldVertices/country-germany",
- "_rev" : "_WgFAgQa--B",
+ "_rev" : "_WnWXFgu--B",
"name" : "Germany",
"type" : "country",
"code" : "DEU"
@@ -144,7 +144,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-botswana",
"_id" : "worldVertices/country-botswana",
- "_rev" : "_WgFAgPi--B",
+ "_rev" : "_WnWXFgK--_",
"name" : "Botswana",
"type" : "country",
"code" : "BWA"
@@ -152,14 +152,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-phnom-penh",
"_id" : "worldVertices/capital-phnom-penh",
- "_rev" : "_WgFAgRW--B",
+ "_rev" : "_WnWXFhm--A",
"name" : "Phnom Penh",
"type" : "capital"
},
{
"_key" : "country-croatia",
"_id" : "worldVertices/country-croatia",
- "_rev" : "_WgFAgQG--B",
+ "_rev" : "_WnWXFgi--_",
"name" : "Croatia",
"type" : "country",
"code" : "HRV"
@@ -167,7 +167,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-eritrea",
"_id" : "worldVertices/country-eritrea",
- "_rev" : "_WgFAgQW--_",
+ "_rev" : "_WnWXFgq--_",
"name" : "Eritrea",
"type" : "country",
"code" : "ERI"
@@ -175,7 +175,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-angola",
"_id" : "worldVertices/country-angola",
- "_rev" : "_WgFAgPG--_",
+ "_rev" : "_WnWXFfu--B",
"name" : "Angola",
"type" : "country",
"code" : "AGO"
@@ -183,7 +183,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bahrain",
"_id" : "worldVertices/country-bahrain",
- "_rev" : "_WgFAgPS--B",
+ "_rev" : "_WnWXFf6--B",
"name" : "Bahrain",
"type" : "country",
"code" : "BHR"
@@ -191,7 +191,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-argentina",
"_id" : "worldVertices/country-argentina",
- "_rev" : "_WgFAgPK--_",
+ "_rev" : "_WnWXFf2--_",
"name" : "Argentina",
"type" : "country",
"code" : "ARG"
@@ -199,21 +199,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-canberra",
"_id" : "worldVertices/capital-canberra",
- "_rev" : "_WgFAgR---_",
+ "_rev" : "_WnWXFhK--B",
"name" : "Canberra",
"type" : "capital"
},
{
"_key" : "capital-bujumbura",
"_id" : "worldVertices/capital-bujumbura",
- "_rev" : "_WgFAgQ6--_",
+ "_rev" : "_WnWXFhG--B",
"name" : "Bujumbura",
"type" : "capital"
},
{
"_key" : "country-bangladesh",
"_id" : "worldVertices/country-bangladesh",
- "_rev" : "_WgFAgPW--_",
+ "_rev" : "_WnWXFg---_",
"name" : "Bangladesh",
"type" : "country",
"code" : "BGD"
@@ -221,7 +221,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-ecuador",
"_id" : "worldVertices/country-ecuador",
- "_rev" : "_WgFAgQO--B",
+ "_rev" : "_WnWXFgm--B",
"name" : "Ecuador",
"type" : "country",
"code" : "ECU"
@@ -229,14 +229,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-africa",
"_id" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgOq--_",
+ "_rev" : "_WnWXFfa--B",
"name" : "Africa",
"type" : "continent"
},
{
"_key" : "country-cambodia",
"_id" : "worldVertices/country-cambodia",
- "_rev" : "_WgFAgPy--B",
+ "_rev" : "_WnWXFgW--_",
"name" : "Cambodia",
"type" : "country",
"code" : "KHM"
@@ -244,7 +244,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-chile",
"_id" : "worldVertices/country-chile",
- "_rev" : "_WgFAgQ---_",
+ "_rev" : "_WnWXFge--_",
"name" : "Chile",
"type" : "country",
"code" : "CHL"
@@ -252,7 +252,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bolivia",
"_id" : "worldVertices/country-bolivia",
- "_rev" : "_WgFAgPe--_",
+ "_rev" : "_WnWXFgG--_",
"name" : "Bolivia",
"type" : "country",
"code" : "BOL"
@@ -260,7 +260,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-belgium",
"_id" : "worldVertices/country-belgium",
- "_rev" : "_WgFAgPa--_",
+ "_rev" : "_WnWXFgC--_",
"name" : "Belgium",
"type" : "country",
"code" : "BEL"
@@ -268,14 +268,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-copenhagen",
"_id" : "worldVertices/capital-copenhagen",
- "_rev" : "_WgFAgRC--_",
+ "_rev" : "_WnWXFhO--_",
"name" : "Copenhagen",
"type" : "capital"
},
{
"_key" : "country-cameroon",
"_id" : "worldVertices/country-cameroon",
- "_rev" : "_WgFAgP2--_",
+ "_rev" : "_WnWXFgW--B",
"name" : "Cameroon",
"type" : "country",
"code" : "CMR"
@@ -283,42 +283,42 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-gaborone",
"_id" : "worldVertices/capital-gaborone",
- "_rev" : "_WgFAgRG--_",
+ "_rev" : "_WnWXFhS--_",
"name" : "Gaborone",
"type" : "capital"
},
{
"_key" : "continent-australia",
"_id" : "worldVertices/continent-australia",
- "_rev" : "_WgFAgOu--_",
+ "_rev" : "_WnWXFfe--B",
"name" : "Australia",
"type" : "continent"
},
{
"_key" : "world",
"_id" : "worldVertices/world",
- "_rev" : "_WgFAgOm--_",
+ "_rev" : "_WnWXFfa--_",
"name" : "World",
"type" : "root"
},
{
"_key" : "capital-yamoussoukro",
"_id" : "worldVertices/capital-yamoussoukro",
- "_rev" : "_WgFAgRi--D",
+ "_rev" : "_WnWXFh6--B",
"name" : "Yamoussoukro",
"type" : "capital"
},
{
"_key" : "capital-brasilia",
"_id" : "worldVertices/capital-brasilia",
- "_rev" : "_WgFAgQu--B",
+ "_rev" : "_WnWXFhC--_",
"name" : "Brasilia",
"type" : "capital"
},
{
"_key" : "country-antigua-and-barbuda",
"_id" : "worldVertices/country-antigua-and-barbuda",
- "_rev" : "_WgFAgPG--B",
+ "_rev" : "_WnWXFfy--_",
"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" : "_WgFAgQm--B",
+ "_rev" : "_WnWXFg6--_",
"name" : "Bandar Seri Begawan",
"type" : "capital"
},
{
"_key" : "capital-dhaka",
"_id" : "worldVertices/capital-dhaka",
- "_rev" : "_WgFAgRC--B",
+ "_rev" : "_WnWXFhO--B",
"name" : "Dhaka",
"type" : "capital"
},
{
"_key" : "capital-saint-john-s",
"_id" : "worldVertices/capital-saint-john-s",
- "_rev" : "_WgFAgRa--D",
+ "_rev" : "_WnWXFhu--_",
"name" : "Saint John's",
"type" : "capital"
},
{
"_key" : "country-burkina-faso",
"_id" : "worldVertices/country-burkina-faso",
- "_rev" : "_WgFAgPu--_",
+ "_rev" : "_WnWXFgS--_",
"name" : "Burkina Faso",
"type" : "country",
"code" : "BFA"
@@ -355,14 +355,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-prague",
"_id" : "worldVertices/capital-prague",
- "_rev" : "_WgFAgRa--_",
+ "_rev" : "_WnWXFhq--_",
"name" : "Prague",
"type" : "capital"
},
{
"_key" : "country-czech-republic",
"_id" : "worldVertices/country-czech-republic",
- "_rev" : "_WgFAgQK--_",
+ "_rev" : "_WnWXFgi--B",
"name" : "Czech Republic",
"type" : "country",
"code" : "CZE"
@@ -370,7 +370,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-egypt",
"_id" : "worldVertices/country-egypt",
- "_rev" : "_WgFAgQS--_",
+ "_rev" : "_WnWXFgm--D",
"name" : "Egypt",
"type" : "country",
"code" : "EGY"
@@ -378,14 +378,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-helsinki",
"_id" : "worldVertices/capital-helsinki",
- "_rev" : "_WgFAgRG--B",
+ "_rev" : "_WnWXFhS--B",
"name" : "Helsinki",
"type" : "capital"
},
{
"_key" : "country-bhutan",
"_id" : "worldVertices/country-bhutan",
- "_rev" : "_WgFAgPa--B",
+ "_rev" : "_WnWXFgC--B",
"name" : "Bhutan",
"type" : "country",
"code" : "BTN"
@@ -393,7 +393,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-algeria",
"_id" : "worldVertices/country-algeria",
- "_rev" : "_WgFAgP---B",
+ "_rev" : "_WnWXFfq--B",
"name" : "Algeria",
"type" : "country",
"code" : "DZA"
@@ -401,7 +401,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-afghanistan",
"_id" : "worldVertices/country-afghanistan",
- "_rev" : "_WgFAgO6--_",
+ "_rev" : "_WnWXFfm--B",
"name" : "Afghanistan",
"type" : "country",
"code" : "AFG"
@@ -409,14 +409,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-paris",
"_id" : "worldVertices/capital-paris",
- "_rev" : "_WgFAgRW--_",
+ "_rev" : "_WnWXFhm---",
"name" : "Paris",
"type" : "capital"
},
{
"_key" : "country-finland",
"_id" : "worldVertices/country-finland",
- "_rev" : "_WgFAgQW--B",
+ "_rev" : "_WnWXFgq--B",
"name" : "Finland",
"type" : "country",
"code" : "FIN"
@@ -424,7 +424,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-austria",
"_id" : "worldVertices/country-austria",
- "_rev" : "_WgFAgPO--B",
+ "_rev" : "_WnWXFf2--D",
"name" : "Austria",
"type" : "country",
"code" : "AUT"
@@ -432,14 +432,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-brussels",
"_id" : "worldVertices/capital-brussels",
- "_rev" : "_WgFAgQy--B",
+ "_rev" : "_WnWXFhC--D",
"name" : "Brussels",
"type" : "capital"
},
{
"_key" : "country-denmark",
"_id" : "worldVertices/country-denmark",
- "_rev" : "_WgFAgQO--_",
+ "_rev" : "_WnWXFgm--_",
"name" : "Denmark",
"type" : "country",
"code" : "DNK"
@@ -447,7 +447,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-albania",
"_id" : "worldVertices/country-albania",
- "_rev" : "_WgFAgP---_",
+ "_rev" : "_WnWXFfq--_",
"name" : "Albania",
"type" : "country",
"code" : "ALB"
@@ -455,28 +455,28 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-berlin",
"_id" : "worldVertices/capital-berlin",
- "_rev" : "_WgFAgQq--B",
+ "_rev" : "_WnWXFh---_",
"name" : "Berlin",
"type" : "capital"
},
{
"_key" : "capital-buenos-aires",
"_id" : "worldVertices/capital-buenos-aires",
- "_rev" : "_WgFAgQ2--_",
+ "_rev" : "_WnWXFhG--_",
"name" : "Buenos Aires",
"type" : "capital"
},
{
"_key" : "capital-quito",
"_id" : "worldVertices/capital-quito",
- "_rev" : "_WgFAgRa--B",
+ "_rev" : "_WnWXFhq--B",
"name" : "Quito",
"type" : "capital"
},
{
"_key" : "country-france",
"_id" : "worldVertices/country-france",
- "_rev" : "_WgFAgQa--_",
+ "_rev" : "_WnWXFgu--_",
"name" : "France",
"type" : "country",
"code" : "FRA"
@@ -484,7 +484,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-colombia",
"_id" : "worldVertices/country-colombia",
- "_rev" : "_WgFAgQC--_",
+ "_rev" : "_WnWXFge--B",
"name" : "Colombia",
"type" : "country",
"code" : "COL"
@@ -492,7 +492,7 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "country-bulgaria",
"_id" : "worldVertices/country-bulgaria",
- "_rev" : "_WgFAgPq--B",
+ "_rev" : "_WnWXFgO--B",
"name" : "Bulgaria",
"type" : "country",
"code" : "BGR"
@@ -500,21 +500,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-north-america",
"_id" : "worldVertices/continent-north-america",
- "_rev" : "_WgFAgO2--_",
+ "_rev" : "_WnWXFfi--B",
"name" : "North America",
"type" : "continent"
},
{
"_key" : "capital-vienna",
"_id" : "worldVertices/capital-vienna",
- "_rev" : "_WgFAgRi--B",
+ "_rev" : "_WnWXFh6--_",
"name" : "Vienna",
"type" : "capital"
},
{
"_key" : "country-bahamas",
"_id" : "worldVertices/country-bahamas",
- "_rev" : "_WgFAgPS--_",
+ "_rev" : "_WnWXFf6--_",
"name" : "Bahamas",
"type" : "country",
"code" : "BHS"
@@ -522,14 +522,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-asia",
"_id" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgOq--B",
+ "_rev" : "_WnWXFfe--_",
"name" : "Asia",
"type" : "continent"
},
{
"_key" : "country-barbados",
"_id" : "worldVertices/country-barbados",
- "_rev" : "_WgFAgPW--B",
+ "_rev" : "_WnWXFg---B",
"name" : "Barbados",
"type" : "country",
"code" : "BRB"
@@ -537,28 +537,28 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-n-djamena",
"_id" : "worldVertices/capital-n-djamena",
- "_rev" : "_WgFAgRS--_",
+ "_rev" : "_WnWXFhe--B",
"name" : "N'Djamena",
"type" : "capital"
},
{
"_key" : "capital-ouagadougou",
"_id" : "worldVertices/capital-ouagadougou",
- "_rev" : "_WgFAgRS--D",
+ "_rev" : "_WnWXFhi--B",
"name" : "Ouagadougou",
"type" : "capital"
},
{
"_key" : "capital-bogota",
"_id" : "worldVertices/capital-bogota",
- "_rev" : "_WgFAgQu--_",
+ "_rev" : "_WnWXFh---B",
"name" : "Bogota",
"type" : "capital"
},
{
"_key" : "country-brunei",
"_id" : "worldVertices/country-brunei",
- "_rev" : "_WgFAgPq--_",
+ "_rev" : "_WnWXFgO--_",
"name" : "Brunei",
"type" : "country",
"code" : "BRN"
@@ -566,42 +566,42 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-asmara",
"_id" : "worldVertices/capital-asmara",
- "_rev" : "_WgFAgQm--_",
+ "_rev" : "_WnWXFg2--B",
"name" : "Asmara",
"type" : "capital"
},
{
"_key" : "capital-cairo",
"_id" : "worldVertices/capital-cairo",
- "_rev" : "_WgFAgQ6--B",
+ "_rev" : "_WnWXFhK--_",
"name" : "Cairo",
"type" : "capital"
},
{
"_key" : "capital-kabul",
"_id" : "worldVertices/capital-kabul",
- "_rev" : "_WgFAgRK--_",
+ "_rev" : "_WnWXFhW--_",
"name" : "Kabul",
"type" : "capital"
},
{
"_key" : "capital-nassau",
"_id" : "worldVertices/capital-nassau",
- "_rev" : "_WgFAgRO--B",
+ "_rev" : "_WnWXFhe--_",
"name" : "Nassau",
"type" : "capital"
},
{
"_key" : "capital-beijing",
"_id" : "worldVertices/capital-beijing",
- "_rev" : "_WgFAgQq--_",
+ "_rev" : "_WnWXFg6--B",
"name" : "Beijing",
"type" : "capital"
},
{
"_key" : "country-canada",
"_id" : "worldVertices/country-canada",
- "_rev" : "_WgFAgP6--_",
+ "_rev" : "_WnWXFga--_",
"name" : "Canada",
"type" : "country",
"code" : "CAN"
@@ -609,21 +609,21 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "continent-europe",
"_id" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgOy--_",
+ "_rev" : "_WnWXFfi--_",
"name" : "Europe",
"type" : "continent"
},
{
"_key" : "capital-luanda",
"_id" : "worldVertices/capital-luanda",
- "_rev" : "_WgFAgRK--D",
+ "_rev" : "_WnWXFha--_",
"name" : "Luanda",
"type" : "capital"
},
{
"_key" : "country-australia",
"_id" : "worldVertices/country-australia",
- "_rev" : "_WgFAgPO--_",
+ "_rev" : "_WnWXFf2--B",
"name" : "Australia",
"type" : "country",
"code" : "AUS"
@@ -631,14 +631,14 @@ arangosh> db.worldVertices.toArray();
{
"_key" : "capital-sarajevo",
"_id" : "worldVertices/capital-sarajevo",
- "_rev" : "_WgFAgRe--B",
+ "_rev" : "_WnWXFhy--_",
"name" : "Sarajevo",
"type" : "capital"
},
{
"_key" : "country-andorra",
"_id" : "worldVertices/country-andorra",
- "_rev" : "_WgFAgPC--_",
+ "_rev" : "_WnWXFfu--_",
"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" : "_WgFAgPi--_",
+ "_rev" : "_WnWXFgG--B",
"name" : "Bosnia and Herzegovina",
"type" : "country",
"code" : "BIH"
@@ -655,691 +655,691 @@ arangosh> db.worldVertices.toArray();
arangosh> db.worldEdges.toArray();
[
{
- "_key" : "38178",
- "_id" : "worldEdges/38178",
- "_from" : "worldVertices/continent-south-america",
- "_to" : "worldVertices/world",
- "_rev" : "_WgFAgRq--B",
- "type" : "is-in"
- },
- {
- "_key" : "38337",
- "_id" : "worldEdges/38337",
- "_from" : "worldVertices/capital-cairo",
- "_to" : "worldVertices/country-egypt",
- "_rev" : "_WgFAgSO--F",
- "type" : "is-in"
- },
- {
- "_key" : "38355",
- "_id" : "worldEdges/38355",
- "_from" : "worldVertices/capital-kabul",
- "_to" : "worldVertices/country-afghanistan",
- "_rev" : "_WgFAgSS--F",
- "type" : "is-in"
- },
- {
- "_key" : "38262",
- "_id" : "worldEdges/38262",
- "_from" : "worldVertices/country-chile",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgS---F",
- "type" : "is-in"
- },
- {
- "_key" : "38340",
- "_id" : "worldEdges/38340",
- "_from" : "worldVertices/capital-canberra",
- "_to" : "worldVertices/country-australia",
- "_rev" : "_WgFAgSO--H",
- "type" : "is-in"
- },
- {
- "_key" : "38289",
- "_id" : "worldEdges/38289",
- "_from" : "worldVertices/country-finland",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgSG--_",
- "type" : "is-in"
- },
- {
- "_key" : "38415",
- "_id" : "worldEdges/38415",
- "_from" : "worldVertices/capital-yaounde",
- "_to" : "worldVertices/country-cameroon",
- "_rev" : "_WgFAgSe--B",
- "type" : "is-in"
- },
- {
- "_key" : "38208",
- "_id" : "worldEdges/38208",
- "_from" : "worldVertices/country-bahamas",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WgFAgRy--D",
- "type" : "is-in"
- },
- {
- "_key" : "38394",
- "_id" : "worldEdges/38394",
- "_from" : "worldVertices/capital-santiago",
- "_to" : "worldVertices/country-chile",
- "_rev" : "_WgFAgSa--D",
- "type" : "is-in"
- },
- {
- "_key" : "38253",
- "_id" : "worldEdges/38253",
- "_from" : "worldVertices/country-cameroon",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgS---_",
- "type" : "is-in"
- },
- {
- "_key" : "38382",
- "_id" : "worldEdges/38382",
- "_from" : "worldVertices/capital-phnom-penh",
- "_to" : "worldVertices/country-cambodia",
- "_rev" : "_WgFAgSW--J",
- "type" : "is-in"
- },
- {
- "_key" : "38259",
- "_id" : "worldEdges/38259",
- "_from" : "worldVertices/country-chad",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgS---D",
- "type" : "is-in"
- },
- {
- "_key" : "38310",
- "_id" : "worldEdges/38310",
- "_from" : "worldVertices/capital-bandar-seri-begawan",
- "_to" : "worldVertices/country-brunei",
- "_rev" : "_WgFAgSK--B",
- "type" : "is-in"
- },
- {
- "_key" : "38274",
- "_id" : "worldEdges/38274",
- "_from" : "worldVertices/country-czech-republic",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgSC--D",
- "type" : "is-in"
- },
- {
- "_key" : "38331",
- "_id" : "worldEdges/38331",
- "_from" : "worldVertices/capital-buenos-aires",
- "_to" : "worldVertices/country-argentina",
- "_rev" : "_WgFAgSO--B",
- "type" : "is-in"
- },
- {
- "_key" : "38334",
- "_id" : "worldEdges/38334",
- "_from" : "worldVertices/capital-bujumbura",
- "_to" : "worldVertices/country-burundi",
- "_rev" : "_WgFAgSO--D",
- "type" : "is-in"
- },
- {
- "_key" : "38385",
- "_id" : "worldEdges/38385",
- "_from" : "worldVertices/capital-prague",
- "_to" : "worldVertices/country-czech-republic",
- "_rev" : "_WgFAgSW--L",
- "type" : "is-in"
- },
- {
- "_key" : "38358",
- "_id" : "worldEdges/38358",
- "_from" : "worldVertices/capital-la-paz",
- "_to" : "worldVertices/country-bolivia",
- "_rev" : "_WgFAgSS--H",
- "type" : "is-in"
- },
- {
- "_key" : "38277",
- "_id" : "worldEdges/38277",
- "_from" : "worldVertices/country-denmark",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgSC--F",
- "type" : "is-in"
- },
- {
- "_key" : "38166",
- "_id" : "worldEdges/38166",
- "_from" : "worldVertices/continent-asia",
- "_to" : "worldVertices/world",
- "_rev" : "_WgFAgRm--D",
- "type" : "is-in"
- },
- {
- "_key" : "38196",
- "_id" : "worldEdges/38196",
- "_from" : "worldVertices/country-antigua-and-barbuda",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WgFAgRu--F",
- "type" : "is-in"
- },
- {
- "_key" : "38418",
- "_id" : "worldEdges/38418",
- "_from" : "worldVertices/capital-zagreb",
- "_to" : "worldVertices/country-croatia",
- "_rev" : "_WgFAgSe--D",
- "type" : "is-in"
- },
- {
- "_key" : "38409",
- "_id" : "worldEdges/38409",
- "_from" : "worldVertices/capital-vienna",
- "_to" : "worldVertices/country-austria",
- "_rev" : "_WgFAgSa--N",
- "type" : "is-in"
- },
- {
- "_key" : "38376",
- "_id" : "worldEdges/38376",
- "_from" : "worldVertices/capital-ouagadougou",
- "_to" : "worldVertices/country-burkina-faso",
- "_rev" : "_WgFAgSW--F",
- "type" : "is-in"
- },
- {
- "_key" : "38202",
- "_id" : "worldEdges/38202",
- "_from" : "worldVertices/country-australia",
- "_to" : "worldVertices/continent-australia",
- "_rev" : "_WgFAgRy--_",
- "type" : "is-in"
- },
- {
- "_key" : "38379",
- "_id" : "worldEdges/38379",
+ "_key" : "38024",
+ "_id" : "worldEdges/38024",
"_from" : "worldVertices/capital-paris",
"_to" : "worldVertices/country-france",
- "_rev" : "_WgFAgSW--H",
+ "_rev" : "_WnWXFjy--_",
"type" : "is-in"
},
{
- "_key" : "38295",
- "_id" : "worldEdges/38295",
- "_from" : "worldVertices/country-germany",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgSG--D",
- "type" : "is-in"
- },
- {
- "_key" : "38298",
- "_id" : "worldEdges/38298",
- "_from" : "worldVertices/country-people-s-republic-of-china",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgSG--F",
- "type" : "is-in"
- },
- {
- "_key" : "38286",
- "_id" : "worldEdges/38286",
- "_from" : "worldVertices/country-eritrea",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgSC--L",
- "type" : "is-in"
- },
- {
- "_key" : "38301",
- "_id" : "worldEdges/38301",
- "_from" : "worldVertices/capital-algiers",
- "_to" : "worldVertices/country-algeria",
- "_rev" : "_WgFAgSG--H",
- "type" : "is-in"
- },
- {
- "_key" : "38220",
- "_id" : "worldEdges/38220",
- "_from" : "worldVertices/country-belgium",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgR2--B",
- "type" : "is-in"
- },
- {
- "_key" : "38193",
- "_id" : "worldEdges/38193",
- "_from" : "worldVertices/country-angola",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgRu--D",
- "type" : "is-in"
- },
- {
- "_key" : "38346",
- "_id" : "worldEdges/38346",
- "_from" : "worldVertices/capital-dhaka",
- "_to" : "worldVertices/country-bangladesh",
- "_rev" : "_WgFAgSS--_",
- "type" : "is-in"
- },
- {
- "_key" : "38391",
- "_id" : "worldEdges/38391",
- "_from" : "worldVertices/capital-saint-john-s",
- "_to" : "worldVertices/country-antigua-and-barbuda",
- "_rev" : "_WgFAgSa--B",
- "type" : "is-in"
- },
- {
- "_key" : "38328",
- "_id" : "worldEdges/38328",
- "_from" : "worldVertices/capital-brussels",
- "_to" : "worldVertices/country-belgium",
- "_rev" : "_WgFAgSO--_",
- "type" : "is-in"
- },
- {
- "_key" : "38199",
- "_id" : "worldEdges/38199",
- "_from" : "worldVertices/country-argentina",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgRu--H",
- "type" : "is-in"
- },
- {
- "_key" : "38283",
- "_id" : "worldEdges/38283",
- "_from" : "worldVertices/country-egypt",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgSC--J",
- "type" : "is-in"
- },
- {
- "_key" : "38400",
- "_id" : "worldEdges/38400",
- "_from" : "worldVertices/capital-sofia",
- "_to" : "worldVertices/country-bulgaria",
- "_rev" : "_WgFAgSa--H",
- "type" : "is-in"
- },
- {
- "_key" : "38175",
- "_id" : "worldEdges/38175",
- "_from" : "worldVertices/continent-north-america",
- "_to" : "worldVertices/world",
- "_rev" : "_WgFAgRq--_",
- "type" : "is-in"
- },
- {
- "_key" : "38319",
- "_id" : "worldEdges/38319",
- "_from" : "worldVertices/capital-bogota",
- "_to" : "worldVertices/country-colombia",
- "_rev" : "_WgFAgSK--H",
- "type" : "is-in"
- },
- {
- "_key" : "38271",
- "_id" : "worldEdges/38271",
- "_from" : "worldVertices/country-croatia",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgSC--B",
- "type" : "is-in"
- },
- {
- "_key" : "38364",
- "_id" : "worldEdges/38364",
- "_from" : "worldVertices/capital-manama",
- "_to" : "worldVertices/country-bahrain",
- "_rev" : "_WgFAgSS--L",
- "type" : "is-in"
- },
- {
- "_key" : "38349",
- "_id" : "worldEdges/38349",
- "_from" : "worldVertices/capital-gaborone",
- "_to" : "worldVertices/country-botswana",
- "_rev" : "_WgFAgSS--B",
- "type" : "is-in"
- },
- {
- "_key" : "38313",
- "_id" : "worldEdges/38313",
- "_from" : "worldVertices/capital-beijing",
- "_to" : "worldVertices/country-people-s-republic-of-china",
- "_rev" : "_WgFAgSK--D",
- "type" : "is-in"
- },
- {
- "_key" : "38406",
- "_id" : "worldEdges/38406",
- "_from" : "worldVertices/capital-tirana",
- "_to" : "worldVertices/country-albania",
- "_rev" : "_WgFAgSa--L",
- "type" : "is-in"
- },
- {
- "_key" : "38307",
- "_id" : "worldEdges/38307",
- "_from" : "worldVertices/capital-asmara",
- "_to" : "worldVertices/country-eritrea",
- "_rev" : "_WgFAgSK--_",
- "type" : "is-in"
- },
- {
- "_key" : "38367",
- "_id" : "worldEdges/38367",
- "_from" : "worldVertices/capital-nassau",
- "_to" : "worldVertices/country-bahamas",
- "_rev" : "_WgFAgSW--_",
- "type" : "is-in"
- },
- {
- "_key" : "38190",
- "_id" : "worldEdges/38190",
- "_from" : "worldVertices/country-andorra",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgRu--B",
- "type" : "is-in"
- },
- {
- "_key" : "38325",
- "_id" : "worldEdges/38325",
- "_from" : "worldVertices/capital-bridgetown",
- "_to" : "worldVertices/country-barbados",
- "_rev" : "_WgFAgSK--L",
- "type" : "is-in"
- },
- {
- "_key" : "38162",
- "_id" : "worldEdges/38162",
- "_from" : "worldVertices/continent-africa",
- "_to" : "worldVertices/world",
- "_rev" : "_WgFAgRm--B",
- "type" : "is-in"
- },
- {
- "_key" : "38241",
- "_id" : "worldEdges/38241",
- "_from" : "worldVertices/country-bulgaria",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgR6--D",
- "type" : "is-in"
- },
- {
- "_key" : "38256",
- "_id" : "worldEdges/38256",
- "_from" : "worldVertices/country-canada",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WgFAgS---B",
- "type" : "is-in"
- },
- {
- "_key" : "38247",
- "_id" : "worldEdges/38247",
- "_from" : "worldVertices/country-burundi",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgR6--H",
- "type" : "is-in"
- },
- {
- "_key" : "38217",
- "_id" : "worldEdges/38217",
- "_from" : "worldVertices/country-barbados",
- "_to" : "worldVertices/continent-north-america",
- "_rev" : "_WgFAgR2--_",
- "type" : "is-in"
- },
- {
- "_key" : "38265",
- "_id" : "worldEdges/38265",
- "_from" : "worldVertices/country-colombia",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgS---H",
- "type" : "is-in"
- },
- {
- "_key" : "38226",
- "_id" : "worldEdges/38226",
- "_from" : "worldVertices/country-bolivia",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgR2--F",
- "type" : "is-in"
- },
- {
- "_key" : "38232",
- "_id" : "worldEdges/38232",
- "_from" : "worldVertices/country-botswana",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgR2--J",
- "type" : "is-in"
- },
- {
- "_key" : "38235",
- "_id" : "worldEdges/38235",
- "_from" : "worldVertices/country-brazil",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgR6--_",
- "type" : "is-in"
- },
- {
- "_key" : "38403",
- "_id" : "worldEdges/38403",
- "_from" : "worldVertices/capital-thimphu",
- "_to" : "worldVertices/country-bhutan",
- "_rev" : "_WgFAgSa--J",
- "type" : "is-in"
- },
- {
- "_key" : "38322",
- "_id" : "worldEdges/38322",
- "_from" : "worldVertices/capital-brasilia",
- "_to" : "worldVertices/country-brazil",
- "_rev" : "_WgFAgSK--J",
- "type" : "is-in"
- },
- {
- "_key" : "38388",
- "_id" : "worldEdges/38388",
- "_from" : "worldVertices/capital-quito",
- "_to" : "worldVertices/country-ecuador",
- "_rev" : "_WgFAgSa--_",
- "type" : "is-in"
- },
- {
- "_key" : "38370",
- "_id" : "worldEdges/38370",
- "_from" : "worldVertices/capital-n-djamena",
- "_to" : "worldVertices/country-chad",
- "_rev" : "_WgFAgSW--B",
- "type" : "is-in"
- },
- {
- "_key" : "38181",
- "_id" : "worldEdges/38181",
- "_from" : "worldVertices/country-afghanistan",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgRq--D",
- "type" : "is-in"
- },
- {
- "_key" : "38214",
- "_id" : "worldEdges/38214",
- "_from" : "worldVertices/country-bangladesh",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgRy--H",
- "type" : "is-in"
- },
- {
- "_key" : "38268",
- "_id" : "worldEdges/38268",
- "_from" : "worldVertices/country-cote-d-ivoire",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgSC--_",
- "type" : "is-in"
- },
- {
- "_key" : "38184",
- "_id" : "worldEdges/38184",
- "_from" : "worldVertices/country-albania",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgRq--F",
- "type" : "is-in"
- },
- {
- "_key" : "38223",
- "_id" : "worldEdges/38223",
- "_from" : "worldVertices/country-bhutan",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgR2--D",
- "type" : "is-in"
- },
- {
- "_key" : "38352",
- "_id" : "worldEdges/38352",
- "_from" : "worldVertices/capital-helsinki",
- "_to" : "worldVertices/country-finland",
- "_rev" : "_WgFAgSS--D",
- "type" : "is-in"
- },
- {
- "_key" : "38172",
- "_id" : "worldEdges/38172",
- "_from" : "worldVertices/continent-europe",
- "_to" : "worldVertices/world",
- "_rev" : "_WgFAgRm--H",
- "type" : "is-in"
- },
- {
- "_key" : "38292",
- "_id" : "worldEdges/38292",
- "_from" : "worldVertices/country-france",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgSG--B",
- "type" : "is-in"
- },
- {
- "_key" : "38238",
- "_id" : "worldEdges/38238",
- "_from" : "worldVertices/country-brunei",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgR6--B",
- "type" : "is-in"
- },
- {
- "_key" : "38316",
- "_id" : "worldEdges/38316",
- "_from" : "worldVertices/capital-berlin",
- "_to" : "worldVertices/country-germany",
- "_rev" : "_WgFAgSK--F",
- "type" : "is-in"
- },
- {
- "_key" : "38205",
- "_id" : "worldEdges/38205",
- "_from" : "worldVertices/country-austria",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgRy--B",
- "type" : "is-in"
- },
- {
- "_key" : "38412",
- "_id" : "worldEdges/38412",
- "_from" : "worldVertices/capital-yamoussoukro",
- "_to" : "worldVertices/country-cote-d-ivoire",
- "_rev" : "_WgFAgSe--_",
- "type" : "is-in"
- },
- {
- "_key" : "38211",
- "_id" : "worldEdges/38211",
- "_from" : "worldVertices/country-bahrain",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgRy--F",
- "type" : "is-in"
- },
- {
- "_key" : "38361",
- "_id" : "worldEdges/38361",
- "_from" : "worldVertices/capital-luanda",
- "_to" : "worldVertices/country-angola",
- "_rev" : "_WgFAgSS--J",
- "type" : "is-in"
- },
- {
- "_key" : "38250",
- "_id" : "worldEdges/38250",
- "_from" : "worldVertices/country-cambodia",
- "_to" : "worldVertices/continent-asia",
- "_rev" : "_WgFAgR6--J",
- "type" : "is-in"
- },
- {
- "_key" : "38229",
- "_id" : "worldEdges/38229",
- "_from" : "worldVertices/country-bosnia-and-herzegovina",
- "_to" : "worldVertices/continent-europe",
- "_rev" : "_WgFAgR2--H",
- "type" : "is-in"
- },
- {
- "_key" : "38280",
- "_id" : "worldEdges/38280",
- "_from" : "worldVertices/country-ecuador",
- "_to" : "worldVertices/continent-south-america",
- "_rev" : "_WgFAgSC--H",
- "type" : "is-in"
- },
- {
- "_key" : "38304",
- "_id" : "worldEdges/38304",
- "_from" : "worldVertices/capital-andorra-la-vella",
- "_to" : "worldVertices/country-andorra",
- "_rev" : "_WgFAgSG--J",
- "type" : "is-in"
- },
- {
- "_key" : "38187",
- "_id" : "worldEdges/38187",
- "_from" : "worldVertices/country-algeria",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgRu--_",
- "type" : "is-in"
- },
- {
- "_key" : "38169",
- "_id" : "worldEdges/38169",
+ "_key" : "37814",
+ "_id" : "worldEdges/37814",
"_from" : "worldVertices/continent-australia",
"_to" : "worldVertices/world",
- "_rev" : "_WgFAgRm--F",
+ "_rev" : "_WnWXFiG--_",
"type" : "is-in"
},
{
- "_key" : "38397",
- "_id" : "worldEdges/38397",
- "_from" : "worldVertices/capital-sarajevo",
- "_to" : "worldVertices/country-bosnia-and-herzegovina",
- "_rev" : "_WgFAgSa--F",
+ "_key" : "37820",
+ "_id" : "worldEdges/37820",
+ "_from" : "worldVertices/continent-north-america",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WnWXFiG--D",
"type" : "is-in"
},
{
- "_key" : "38343",
- "_id" : "worldEdges/38343",
+ "_key" : "37877",
+ "_id" : "worldEdges/37877",
+ "_from" : "worldVertices/country-botswana",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFim--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37811",
+ "_id" : "worldEdges/37811",
+ "_from" : "worldVertices/continent-asia",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WnWXFiC--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37922",
+ "_id" : "worldEdges/37922",
+ "_from" : "worldVertices/country-denmark",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFj---_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38030",
+ "_id" : "worldEdges/38030",
+ "_from" : "worldVertices/capital-prague",
+ "_to" : "worldVertices/country-czech-republic",
+ "_rev" : "_WnWXFj2--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37913",
+ "_id" : "worldEdges/37913",
+ "_from" : "worldVertices/country-cote-d-ivoire",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFi2--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37967",
+ "_id" : "worldEdges/37967",
+ "_from" : "worldVertices/capital-brasilia",
+ "_to" : "worldVertices/country-brazil",
+ "_rev" : "_WnWXFjS--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37823",
+ "_id" : "worldEdges/37823",
+ "_from" : "worldVertices/continent-south-america",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WnWXFiK--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37952",
+ "_id" : "worldEdges/37952",
+ "_from" : "worldVertices/capital-asmara",
+ "_to" : "worldVertices/country-eritrea",
+ "_rev" : "_WnWXFjO--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38006",
+ "_id" : "worldEdges/38006",
+ "_from" : "worldVertices/capital-luanda",
+ "_to" : "worldVertices/country-angola",
+ "_rev" : "_WnWXFjm--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37997",
+ "_id" : "worldEdges/37997",
+ "_from" : "worldVertices/capital-helsinki",
+ "_to" : "worldVertices/country-finland",
+ "_rev" : "_WnWXFji--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37817",
+ "_id" : "worldEdges/37817",
+ "_from" : "worldVertices/continent-europe",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WnWXFiG--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37844",
+ "_id" : "worldEdges/37844",
+ "_from" : "worldVertices/country-argentina",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WnWXFiW--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37988",
+ "_id" : "worldEdges/37988",
"_from" : "worldVertices/capital-copenhagen",
"_to" : "worldVertices/country-denmark",
- "_rev" : "_WgFAgSO--J",
+ "_rev" : "_WnWXFje--B",
"type" : "is-in"
},
{
- "_key" : "38244",
- "_id" : "worldEdges/38244",
- "_from" : "worldVertices/country-burkina-faso",
- "_to" : "worldVertices/continent-africa",
- "_rev" : "_WgFAgR6--F",
+ "_key" : "38054",
+ "_id" : "worldEdges/38054",
+ "_from" : "worldVertices/capital-vienna",
+ "_to" : "worldVertices/country-austria",
+ "_rev" : "_WnWXFkC--B",
"type" : "is-in"
},
{
- "_key" : "38373",
- "_id" : "worldEdges/38373",
+ "_key" : "38018",
+ "_id" : "worldEdges/38018",
"_from" : "worldVertices/capital-ottawa",
"_to" : "worldVertices/country-canada",
- "_rev" : "_WgFAgSW--D",
+ "_rev" : "_WnWXFju--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38009",
+ "_id" : "worldEdges/38009",
+ "_from" : "worldVertices/capital-manama",
+ "_to" : "worldVertices/country-bahrain",
+ "_rev" : "_WnWXFjq--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37847",
+ "_id" : "worldEdges/37847",
+ "_from" : "worldVertices/country-australia",
+ "_to" : "worldVertices/continent-australia",
+ "_rev" : "_WnWXFiW--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38060",
+ "_id" : "worldEdges/38060",
+ "_from" : "worldVertices/capital-yaounde",
+ "_to" : "worldVertices/country-cameroon",
+ "_rev" : "_WnWXFkG--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38015",
+ "_id" : "worldEdges/38015",
+ "_from" : "worldVertices/capital-n-djamena",
+ "_to" : "worldVertices/country-chad",
+ "_rev" : "_WnWXFju--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37994",
+ "_id" : "worldEdges/37994",
+ "_from" : "worldVertices/capital-gaborone",
+ "_to" : "worldVertices/country-botswana",
+ "_rev" : "_WnWXFji--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37859",
+ "_id" : "worldEdges/37859",
+ "_from" : "worldVertices/country-bangladesh",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFie--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37832",
+ "_id" : "worldEdges/37832",
+ "_from" : "worldVertices/country-algeria",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFiO--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37943",
+ "_id" : "worldEdges/37943",
+ "_from" : "worldVertices/country-people-s-republic-of-china",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFjG--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37925",
+ "_id" : "worldEdges/37925",
+ "_from" : "worldVertices/country-ecuador",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WnWXFj---B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38045",
+ "_id" : "worldEdges/38045",
+ "_from" : "worldVertices/capital-sofia",
+ "_to" : "worldVertices/country-bulgaria",
+ "_rev" : "_WnWXFk---_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37895",
+ "_id" : "worldEdges/37895",
+ "_from" : "worldVertices/country-cambodia",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFiu--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38003",
+ "_id" : "worldEdges/38003",
+ "_from" : "worldVertices/capital-la-paz",
+ "_to" : "worldVertices/country-bolivia",
+ "_rev" : "_WnWXFjm--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38000",
+ "_id" : "worldEdges/38000",
+ "_from" : "worldVertices/capital-kabul",
+ "_to" : "worldVertices/country-afghanistan",
+ "_rev" : "_WnWXFjm--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37892",
+ "_id" : "worldEdges/37892",
+ "_from" : "worldVertices/country-burundi",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFiu--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37958",
+ "_id" : "worldEdges/37958",
+ "_from" : "worldVertices/capital-beijing",
+ "_to" : "worldVertices/country-people-s-republic-of-china",
+ "_rev" : "_WnWXFjO--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37931",
+ "_id" : "worldEdges/37931",
+ "_from" : "worldVertices/country-eritrea",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFjC--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37937",
+ "_id" : "worldEdges/37937",
+ "_from" : "worldVertices/country-france",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFjG--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37901",
+ "_id" : "worldEdges/37901",
+ "_from" : "worldVertices/country-canada",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WnWXFiy--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37889",
+ "_id" : "worldEdges/37889",
+ "_from" : "worldVertices/country-burkina-faso",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFiq--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37856",
+ "_id" : "worldEdges/37856",
+ "_from" : "worldVertices/country-bahrain",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFia--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37955",
+ "_id" : "worldEdges/37955",
+ "_from" : "worldVertices/capital-bandar-seri-begawan",
+ "_to" : "worldVertices/country-brunei",
+ "_rev" : "_WnWXFjO--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37928",
+ "_id" : "worldEdges/37928",
+ "_from" : "worldVertices/country-egypt",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFj---D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37883",
+ "_id" : "worldEdges/37883",
+ "_from" : "worldVertices/country-brunei",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFiq--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37841",
+ "_id" : "worldEdges/37841",
+ "_from" : "worldVertices/country-antigua-and-barbuda",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WnWXFiS--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38039",
+ "_id" : "worldEdges/38039",
+ "_from" : "worldVertices/capital-santiago",
+ "_to" : "worldVertices/country-chile",
+ "_rev" : "_WnWXFj6--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37991",
+ "_id" : "worldEdges/37991",
+ "_from" : "worldVertices/capital-dhaka",
+ "_to" : "worldVertices/country-bangladesh",
+ "_rev" : "_WnWXFji--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37850",
+ "_id" : "worldEdges/37850",
+ "_from" : "worldVertices/country-austria",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFiW--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37946",
+ "_id" : "worldEdges/37946",
+ "_from" : "worldVertices/capital-algiers",
+ "_to" : "worldVertices/country-algeria",
+ "_rev" : "_WnWXFjK--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37973",
+ "_id" : "worldEdges/37973",
+ "_from" : "worldVertices/capital-brussels",
+ "_to" : "worldVertices/country-belgium",
+ "_rev" : "_WnWXFjW--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37985",
+ "_id" : "worldEdges/37985",
+ "_from" : "worldVertices/capital-canberra",
+ "_to" : "worldVertices/country-australia",
+ "_rev" : "_WnWXFje--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38042",
+ "_id" : "worldEdges/38042",
+ "_from" : "worldVertices/capital-sarajevo",
+ "_to" : "worldVertices/country-bosnia-and-herzegovina",
+ "_rev" : "_WnWXFj6--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37910",
+ "_id" : "worldEdges/37910",
+ "_from" : "worldVertices/country-colombia",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WnWXFi2--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37976",
+ "_id" : "worldEdges/37976",
+ "_from" : "worldVertices/capital-buenos-aires",
+ "_to" : "worldVertices/country-argentina",
+ "_rev" : "_WnWXFja--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37898",
+ "_id" : "worldEdges/37898",
+ "_from" : "worldVertices/country-cameroon",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFiy--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38063",
+ "_id" : "worldEdges/38063",
+ "_from" : "worldVertices/capital-zagreb",
+ "_to" : "worldVertices/country-croatia",
+ "_rev" : "_WnWXFkG--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37838",
+ "_id" : "worldEdges/37838",
+ "_from" : "worldVertices/country-angola",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFiS--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37835",
+ "_id" : "worldEdges/37835",
+ "_from" : "worldVertices/country-andorra",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFiO--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38012",
+ "_id" : "worldEdges/38012",
+ "_from" : "worldVertices/capital-nassau",
+ "_to" : "worldVertices/country-bahamas",
+ "_rev" : "_WnWXFjq--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37853",
+ "_id" : "worldEdges/37853",
+ "_from" : "worldVertices/country-bahamas",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WnWXFia--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37880",
+ "_id" : "worldEdges/37880",
+ "_from" : "worldVertices/country-brazil",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WnWXFim--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38051",
+ "_id" : "worldEdges/38051",
+ "_from" : "worldVertices/capital-tirana",
+ "_to" : "worldVertices/country-albania",
+ "_rev" : "_WnWXFkC--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37919",
+ "_id" : "worldEdges/37919",
+ "_from" : "worldVertices/country-czech-republic",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFi6--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37940",
+ "_id" : "worldEdges/37940",
+ "_from" : "worldVertices/country-germany",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFjG--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37934",
+ "_id" : "worldEdges/37934",
+ "_from" : "worldVertices/country-finland",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFjC--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37826",
+ "_id" : "worldEdges/37826",
+ "_from" : "worldVertices/country-afghanistan",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFiK--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37862",
+ "_id" : "worldEdges/37862",
+ "_from" : "worldVertices/country-barbados",
+ "_to" : "worldVertices/continent-north-america",
+ "_rev" : "_WnWXFie--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37904",
+ "_id" : "worldEdges/37904",
+ "_from" : "worldVertices/country-chad",
+ "_to" : "worldVertices/continent-africa",
+ "_rev" : "_WnWXFiy--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37907",
+ "_id" : "worldEdges/37907",
+ "_from" : "worldVertices/country-chile",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WnWXFi2--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38036",
+ "_id" : "worldEdges/38036",
+ "_from" : "worldVertices/capital-saint-john-s",
+ "_to" : "worldVertices/country-antigua-and-barbuda",
+ "_rev" : "_WnWXFj6--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38027",
+ "_id" : "worldEdges/38027",
+ "_from" : "worldVertices/capital-phnom-penh",
+ "_to" : "worldVertices/country-cambodia",
+ "_rev" : "_WnWXFjy--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37979",
+ "_id" : "worldEdges/37979",
+ "_from" : "worldVertices/capital-bujumbura",
+ "_to" : "worldVertices/country-burundi",
+ "_rev" : "_WnWXFja--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37886",
+ "_id" : "worldEdges/37886",
+ "_from" : "worldVertices/country-bulgaria",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFiq--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37865",
+ "_id" : "worldEdges/37865",
+ "_from" : "worldVertices/country-belgium",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFie--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38033",
+ "_id" : "worldEdges/38033",
+ "_from" : "worldVertices/capital-quito",
+ "_to" : "worldVertices/country-ecuador",
+ "_rev" : "_WnWXFj2--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37829",
+ "_id" : "worldEdges/37829",
+ "_from" : "worldVertices/country-albania",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFiO--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37964",
+ "_id" : "worldEdges/37964",
+ "_from" : "worldVertices/capital-bogota",
+ "_to" : "worldVertices/country-colombia",
+ "_rev" : "_WnWXFjS--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37874",
+ "_id" : "worldEdges/37874",
+ "_from" : "worldVertices/country-bosnia-and-herzegovina",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFim--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37868",
+ "_id" : "worldEdges/37868",
+ "_from" : "worldVertices/country-bhutan",
+ "_to" : "worldVertices/continent-asia",
+ "_rev" : "_WnWXFii--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37970",
+ "_id" : "worldEdges/37970",
+ "_from" : "worldVertices/capital-bridgetown",
+ "_to" : "worldVertices/country-barbados",
+ "_rev" : "_WnWXFjW--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37871",
+ "_id" : "worldEdges/37871",
+ "_from" : "worldVertices/country-bolivia",
+ "_to" : "worldVertices/continent-south-america",
+ "_rev" : "_WnWXFii--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37982",
+ "_id" : "worldEdges/37982",
+ "_from" : "worldVertices/capital-cairo",
+ "_to" : "worldVertices/country-egypt",
+ "_rev" : "_WnWXFja--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38048",
+ "_id" : "worldEdges/38048",
+ "_from" : "worldVertices/capital-thimphu",
+ "_to" : "worldVertices/country-bhutan",
+ "_rev" : "_WnWXFk---B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37949",
+ "_id" : "worldEdges/37949",
+ "_from" : "worldVertices/capital-andorra-la-vella",
+ "_to" : "worldVertices/country-andorra",
+ "_rev" : "_WnWXFjK--B",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37961",
+ "_id" : "worldEdges/37961",
+ "_from" : "worldVertices/capital-berlin",
+ "_to" : "worldVertices/country-germany",
+ "_rev" : "_WnWXFjS--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37807",
+ "_id" : "worldEdges/37807",
+ "_from" : "worldVertices/continent-africa",
+ "_to" : "worldVertices/world",
+ "_rev" : "_WnWXFiC--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "37916",
+ "_id" : "worldEdges/37916",
+ "_from" : "worldVertices/country-croatia",
+ "_to" : "worldVertices/continent-europe",
+ "_rev" : "_WnWXFi6--_",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38021",
+ "_id" : "worldEdges/38021",
+ "_from" : "worldVertices/capital-ouagadougou",
+ "_to" : "worldVertices/country-burkina-faso",
+ "_rev" : "_WnWXFju--D",
+ "type" : "is-in"
+ },
+ {
+ "_key" : "38057",
+ "_id" : "worldEdges/38057",
+ "_from" : "worldVertices/capital-yamoussoukro",
+ "_to" : "worldVertices/country-cote-d-ivoire",
+ "_rev" : "_WnWXFkC--D",
"type" : "is-in"
}
]
diff --git a/Documentation/Examples/job_cancel.generated b/Documentation/Examples/job_cancel.generated
index 49287884f2..83d585fc34 100644
--- a/Documentation/Examples/job_cancel.generated
+++ b/Documentation/Examples/job_cancel.generated
@@ -5,9 +5,9 @@ shell> curl -X POST --header 'x-arango-async: store' --data-binary @- --dump - h
EOF
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649336
+x-arango-async-id: 152293662584401
+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
[
- "152098435649336"
+ "152293662584401"
]
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152098435649336/cancel
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152293662584401/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
[
- "152098435649336"
+ "152293662584401"
]
diff --git a/Documentation/Examples/job_delete_01.generated b/Documentation/Examples/job_delete_01.generated
index 4907055f92..68f3fa24fc 100644
--- a/Documentation/Examples/job_delete_01.generated
+++ b/Documentation/Examples/job_delete_01.generated
@@ -1,9 +1,9 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649345
+x-arango-async-id: 152293662584410
+content-type: text/plain; charset=utf-8
shell> curl -X DELETE --dump - http://localhost:8529/_api/job/all
diff --git a/Documentation/Examples/job_delete_02.generated b/Documentation/Examples/job_delete_02.generated
index 627f364240..c891ac7f3a 100644
--- a/Documentation/Examples/job_delete_02.generated
+++ b/Documentation/Examples/job_delete_02.generated
@@ -1,9 +1,9 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649350
+x-arango-async-id: 152293662584415
+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" : 1520984821.9082375,
+ "time" : 1522936651.47632,
"error" : false,
"code" : 200
}
-shell> curl -X DELETE --dump - http://localhost:8529/_api/job/expired?stamp=1520984821.9082375
+shell> curl -X DELETE --dump - http://localhost:8529/_api/job/expired?stamp=1522936651.47632
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/job_delete_03.generated b/Documentation/Examples/job_delete_03.generated
index 2b3cdcdeeb..e4a74cb961 100644
--- a/Documentation/Examples/job_delete_03.generated
+++ b/Documentation/Examples/job_delete_03.generated
@@ -1,11 +1,11 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649359
+x-arango-async-id: 152293662584424
+content-type: text/plain; charset=utf-8
-shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152098435649359
+shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152293662584424
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/job_fetch_result_03.generated b/Documentation/Examples/job_fetch_result_03.generated
index 5843bf56e7..41f9e00ac5 100644
--- a/Documentation/Examples/job_fetch_result_03.generated
+++ b/Documentation/Examples/job_fetch_result_03.generated
@@ -1,16 +1,16 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649373
+x-arango-async-id: 152293662584438
+content-type: text/plain; charset=utf-8
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152098435649373
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152293662584438
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649373
+x-arango-async-id: 152293662584438
+content-type: application/json; charset=utf-8
{
"server" : "arango",
diff --git a/Documentation/Examples/job_fetch_result_04.generated b/Documentation/Examples/job_fetch_result_04.generated
index bb00352fc3..32faf06c66 100644
--- a/Documentation/Examples/job_fetch_result_04.generated
+++ b/Documentation/Examples/job_fetch_result_04.generated
@@ -5,16 +5,16 @@ shell> curl -X PUT --header 'x-arango-async: store' --data-binary @- --dump - ht
EOF
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649378
+x-arango-async-id: 152293662584443
+content-type: text/plain; charset=utf-8
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152098435649378
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152293662584443
HTTP/1.1 400 Bad Request
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649378
+x-arango-async-id: 152293662584443
+content-type: application/json; charset=utf-8
{
"error" : true,
diff --git a/Documentation/Examples/job_getByType_01.generated b/Documentation/Examples/job_getByType_01.generated
index 631d0dad7c..68f39729e8 100644
--- a/Documentation/Examples/job_getByType_01.generated
+++ b/Documentation/Examples/job_getByType_01.generated
@@ -1,9 +1,9 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649383
+x-arango-async-id: 152293662584448
+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
[
- "152098435649383"
+ "152293662584448"
]
diff --git a/Documentation/Examples/job_getByType_02.generated b/Documentation/Examples/job_getByType_02.generated
index 09c0cf9f80..d4ed8f88db 100644
--- a/Documentation/Examples/job_getByType_02.generated
+++ b/Documentation/Examples/job_getByType_02.generated
@@ -1,9 +1,9 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649388
+x-arango-async-id: 152293662584453
+content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_api/job/pending
diff --git a/Documentation/Examples/job_getByType_03.generated b/Documentation/Examples/job_getByType_03.generated
index 947390001c..231a77b65f 100644
--- a/Documentation/Examples/job_getByType_03.generated
+++ b/Documentation/Examples/job_getByType_03.generated
@@ -10,9 +10,9 @@ shell> curl -X POST --header 'x-arango-async: store' --data-binary @- --dump - h
EOF
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649393
+x-arango-async-id: 152293662584458
+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
[
- "152098435649393"
+ "152293662584458"
]
-shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152098435649393
+shell> curl -X DELETE --dump - http://localhost:8529/_api/job/152293662584458
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
diff --git a/Documentation/Examples/job_getStatusById_01.generated b/Documentation/Examples/job_getStatusById_01.generated
index 3cb7af7d1a..b0bad8ac07 100644
--- a/Documentation/Examples/job_getStatusById_01.generated
+++ b/Documentation/Examples/job_getStatusById_01.generated
@@ -1,16 +1,16 @@
shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649400
+x-arango-async-id: 152293662584465
+content-type: text/plain; charset=utf-8
-shell> curl -X PUT --dump - http://localhost:8529/_api/job/152098435649400
+shell> curl -X PUT --dump - http://localhost:8529/_api/job/152293662584465
HTTP/1.1 200 OK
-content-type: application/json; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649400
+x-arango-async-id: 152293662584465
+content-type: application/json; charset=utf-8
{
"server" : "arango",
diff --git a/Documentation/Examples/job_getStatusById_02.generated b/Documentation/Examples/job_getStatusById_02.generated
index 4e4539a0f0..de701e4398 100644
--- a/Documentation/Examples/job_getStatusById_02.generated
+++ b/Documentation/Examples/job_getStatusById_02.generated
@@ -10,11 +10,11 @@ shell> curl -X POST --header 'x-arango-async: store' --data-binary @- --dump - h
EOF
HTTP/1.1 202 Accepted
-content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
-x-arango-async-id: 152098435649405
+x-arango-async-id: 152293662584470
+content-type: text/plain; charset=utf-8
-shell> curl --dump - http://localhost:8529/_api/job/152098435649405
+shell> curl --dump - http://localhost:8529/_api/job/152293662584470
HTTP/1.1 204 No Content
content-type: text/plain; charset=utf-8
diff --git a/Documentation/Examples/joinTuples.generated b/Documentation/Examples/joinTuples.generated
index 92fd4e5f66..99467d9b5b 100644
--- a/Documentation/Examples/joinTuples.generated
+++ b/Documentation/Examples/joinTuples.generated
@@ -14,14 +14,14 @@
}
@R
[
- {
- "user": "Abigail",
- "friendId": 2
- },
{
"user": "Abigail",
"friendId": 3
},
+ {
+ "user": "Abigail",
+ "friendId": 2
+ },
{
"user": "Abigail",
"friendId": 4
@@ -42,12 +42,12 @@
"user": "Mariah",
"friendId": 2
},
+ {
+ "user": "Fred",
+ "friendId": 2
+ },
{
"user": "Fred",
"friendId": 5
- },
- {
- "user": "Fred",
- "friendId": 2
}
]
\ No newline at end of file
diff --git a/Documentation/Examples/queryLimit.generated b/Documentation/Examples/queryLimit.generated
index 130db58e9a..f5f4c39996 100644
--- a/Documentation/Examples/queryLimit.generated
+++ b/Documentation/Examples/queryLimit.generated
@@ -1,48 +1,48 @@
arangosh> db.five.all().toArray();
[
{
- "_key" : "38958",
- "_id" : "five/38958",
- "_rev" : "_WgFAjjW--_",
- "name" : "three"
- },
- {
- "_key" : "38964",
- "_id" : "five/38964",
- "_rev" : "_WgFAjjW--D",
- "name" : "five"
- },
- {
- "_key" : "38955",
- "_id" : "five/38955",
- "_rev" : "_WgFAjjS--_",
+ "_key" : "38591",
+ "_id" : "five/38591",
+ "_rev" : "_WnWXFue--B",
"name" : "two"
},
{
- "_key" : "38951",
- "_id" : "five/38951",
- "_rev" : "_WgFAjiq--_",
+ "_key" : "38597",
+ "_id" : "five/38597",
+ "_rev" : "_WnWXFue--F",
+ "name" : "four"
+ },
+ {
+ "_key" : "38587",
+ "_id" : "five/38587",
+ "_rev" : "_WnWXFue--_",
"name" : "one"
},
{
- "_key" : "38961",
- "_id" : "five/38961",
- "_rev" : "_WgFAjjW--B",
- "name" : "four"
+ "_key" : "38594",
+ "_id" : "five/38594",
+ "_rev" : "_WnWXFue--D",
+ "name" : "three"
+ },
+ {
+ "_key" : "38600",
+ "_id" : "five/38600",
+ "_rev" : "_WnWXFue--H",
+ "name" : "five"
}
]
arangosh> db.five.all().limit(2).toArray();
[
{
- "_key" : "38958",
- "_id" : "five/38958",
- "_rev" : "_WgFAjjW--_",
- "name" : "three"
+ "_key" : "38591",
+ "_id" : "five/38591",
+ "_rev" : "_WnWXFue--B",
+ "name" : "two"
},
{
- "_key" : "38964",
- "_id" : "five/38964",
- "_rev" : "_WgFAjjW--D",
- "name" : "five"
+ "_key" : "38597",
+ "_id" : "five/38597",
+ "_rev" : "_WnWXFue--F",
+ "name" : "four"
}
]
diff --git a/Documentation/Examples/querySkip.generated b/Documentation/Examples/querySkip.generated
index acee72270d..9dc084f63a 100644
--- a/Documentation/Examples/querySkip.generated
+++ b/Documentation/Examples/querySkip.generated
@@ -1,48 +1,48 @@
arangosh> db.five.all().toArray();
[
{
- "_key" : "38985",
- "_id" : "five/38985",
- "_rev" : "_WgFAj5O--_",
- "name" : "four"
- },
- {
- "_key" : "38982",
- "_id" : "five/38982",
- "_rev" : "_WgFAj5K--B",
+ "_key" : "38618",
+ "_id" : "five/38618",
+ "_rev" : "_WnWXFvG--D",
"name" : "three"
},
{
- "_key" : "38975",
- "_id" : "five/38975",
- "_rev" : "_WgFAj5G--_",
- "name" : "one"
+ "_key" : "38624",
+ "_id" : "five/38624",
+ "_rev" : "_WnWXFvG--H",
+ "name" : "five"
},
{
- "_key" : "38979",
- "_id" : "five/38979",
- "_rev" : "_WgFAj5K--_",
+ "_key" : "38615",
+ "_id" : "five/38615",
+ "_rev" : "_WnWXFvG--B",
"name" : "two"
},
{
- "_key" : "38988",
- "_id" : "five/38988",
- "_rev" : "_WgFAj5S--_",
- "name" : "five"
+ "_key" : "38611",
+ "_id" : "five/38611",
+ "_rev" : "_WnWXFvG--_",
+ "name" : "one"
+ },
+ {
+ "_key" : "38621",
+ "_id" : "five/38621",
+ "_rev" : "_WnWXFvG--F",
+ "name" : "four"
}
]
arangosh> db.five.all().skip(3).toArray();
[
{
- "_key" : "38979",
- "_id" : "five/38979",
- "_rev" : "_WgFAj5K--_",
- "name" : "two"
+ "_key" : "38611",
+ "_id" : "five/38611",
+ "_rev" : "_WnWXFvG--_",
+ "name" : "one"
},
{
- "_key" : "38988",
- "_id" : "five/38988",
- "_rev" : "_WgFAj5S--_",
- "name" : "five"
+ "_key" : "38621",
+ "_id" : "five/38621",
+ "_rev" : "_WnWXFvG--F",
+ "name" : "four"
}
]
diff --git a/Documentation/Examples/shellHelp.generated b/Documentation/Examples/shellHelp.generated
index 52e7ce4dcd..660e93c539 100644
--- a/Documentation/Examples/shellHelp.generated
+++ b/Documentation/Examples/shellHelp.generated
@@ -34,7 +34,8 @@ Query / Transaction Functions:
_createStatement(<data>) create and return AQL query
View Functions:
- _views() list all views
- _view(<name>) get view by name
- _createView(<name>, <type>, <properties>) creates a new view
- _dropView(<name>) delete a view
+ _views() list all views
+ _view(<name>) get view by name
+ _createView(<name>, <type>, creates a new view
+ <properties>)
+ _dropView(<name>) delete a view
diff --git a/Documentation/Examples/usingToArray.generated b/Documentation/Examples/usingToArray.generated
index babe5a8bf3..2087d1d945 100644
--- a/Documentation/Examples/usingToArray.generated
+++ b/Documentation/Examples/usingToArray.generated
@@ -1,36 +1,36 @@
arangosh> db._create("five")
-[ArangoCollection 39036, "five" (type document, status loaded)]
+[ArangoCollection 38672, "five" (type document, status loaded)]
arangosh> for (i = 0; i < 5; i++) db.five.save({value:i})
arangosh> db.five.toArray()
[
{
- "_key" : "39047",
- "_id" : "five/39047",
- "_rev" : "_WgFAqKO--B",
- "value" : 2
- },
- {
- "_key" : "39040",
- "_id" : "five/39040",
- "_rev" : "_WgFAqKK--_",
+ "_key" : "38676",
+ "_id" : "five/38676",
+ "_rev" : "_WnWXGG---_",
"value" : 0
},
{
- "_key" : "39053",
- "_id" : "five/39053",
- "_rev" : "_WgFAqKW--_",
- "value" : 4
- },
- {
- "_key" : "39050",
- "_id" : "five/39050",
- "_rev" : "_WgFAqKS--_",
+ "_key" : "38686",
+ "_id" : "five/38686",
+ "_rev" : "_WnWXGGC--B",
"value" : 3
},
{
- "_key" : "39044",
- "_id" : "five/39044",
- "_rev" : "_WgFAqKO--_",
+ "_key" : "38689",
+ "_id" : "five/38689",
+ "_rev" : "_WnWXGGC--D",
+ "value" : 4
+ },
+ {
+ "_key" : "38680",
+ "_id" : "five/38680",
+ "_rev" : "_WnWXGG---B",
"value" : 1
+ },
+ {
+ "_key" : "38683",
+ "_id" : "five/38683",
+ "_rev" : "_WnWXGGC--_",
+ "value" : 2
}
]
diff --git a/Documentation/Examples/working_with_date_time.generated b/Documentation/Examples/working_with_date_time.generated
index 3ad6b7e2ee..72b65e0d00 100644
--- a/Documentation/Examples/working_with_date_time.generated
+++ b/Documentation/Examples/working_with_date_time.generated
@@ -1,27 +1,27 @@
arangosh> db._create("exampleTime");
-[ArangoCollection 39058, "exampleTime" (type document, status loaded)]
+[ArangoCollection 38694, "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" : "39072",
- "_id" : "exampleTime/39072",
- "_rev" : "_WgFAqcC--_",
- "value" : 3,
- "ts" : "2014-05-08T11:19:09.522"
- },
- {
- "_key" : "39066",
- "_id" : "exampleTime/39066",
- "_rev" : "_WgFAqb6--_",
+ "_key" : "38702",
+ "_id" : "exampleTime/38702",
+ "_rev" : "_WnWXGGq--B",
"value" : 1,
"ts" : "2014-05-07T21:19:09.522"
},
{
- "_key" : "39069",
- "_id" : "exampleTime/39069",
- "_rev" : "_WgFAqc---_",
+ "_key" : "38708",
+ "_id" : "exampleTime/38708",
+ "_rev" : "_WnWXGGq--F",
+ "value" : 3,
+ "ts" : "2014-05-08T11:19:09.522"
+ },
+ {
+ "_key" : "38705",
+ "_id" : "exampleTime/38705",
+ "_rev" : "_WnWXGGq--D",
"value" : 2,
"ts" : "2014-05-08T04:19:09.522"
}