diff --git a/Documentation/Examples/001_collectionAll.generated b/Documentation/Examples/001_collectionAll.generated index 62cdb8207f..8c1e4f820e 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/22426729", - "_rev" : "22426729", - "_key" : "22426729" + "_id" : "five/3921452987", + "_rev" : "3921452987", + "_key" : "3921452987" } arangosh> db.five.save({ name : "two" }); { - "_id" : "five/22623337", - "_rev" : "22623337", - "_key" : "22623337" + "_id" : "five/3921649595", + "_rev" : "3921649595", + "_key" : "3921649595" } arangosh> db.five.save({ name : "three" }); { - "_id" : "five/22819945", - "_rev" : "22819945", - "_key" : "22819945" + "_id" : "five/3921846203", + "_rev" : "3921846203", + "_key" : "3921846203" } arangosh> db.five.save({ name : "four" }); { - "_id" : "five/23016553", - "_rev" : "23016553", - "_key" : "23016553" + "_id" : "five/3922042811", + "_rev" : "3922042811", + "_key" : "3922042811" } arangosh> db.five.save({ name : "five" }); { - "_id" : "five/23213161", - "_rev" : "23213161", - "_key" : "23213161" + "_id" : "five/3922239419", + "_rev" : "3922239419", + "_key" : "3922239419" } arangosh> db.five.all().toArray(); [ { "name" : "four", - "_id" : "five/23016553", - "_rev" : "23016553", - "_key" : "23016553" - }, - { - "name" : "two", - "_id" : "five/22623337", - "_rev" : "22623337", - "_key" : "22623337" - }, - { - "name" : "five", - "_id" : "five/23213161", - "_rev" : "23213161", - "_key" : "23213161" + "_id" : "five/3922042811", + "_rev" : "3922042811", + "_key" : "3922042811" }, { "name" : "three", - "_id" : "five/22819945", - "_rev" : "22819945", - "_key" : "22819945" + "_id" : "five/3921846203", + "_rev" : "3921846203", + "_key" : "3921846203" + }, + { + "name" : "five", + "_id" : "five/3922239419", + "_rev" : "3922239419", + "_key" : "3922239419" + }, + { + "name" : "two", + "_id" : "five/3921649595", + "_rev" : "3921649595", + "_key" : "3921649595" }, { "name" : "one", - "_id" : "five/22426729", - "_rev" : "22426729", - "_key" : "22426729" + "_id" : "five/3921452987", + "_rev" : "3921452987", + "_key" : "3921452987" } ] diff --git a/Documentation/Examples/002_collectionAllNext.generated b/Documentation/Examples/002_collectionAllNext.generated index e8ecd0cecc..877aec5734 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/23802985", - "_rev" : "23802985", - "_key" : "23802985" + "_id" : "five/3922829243", + "_rev" : "3922829243", + "_key" : "3922829243" } arangosh> db.five.save({ name : "two" }); { - "_id" : "five/23999593", - "_rev" : "23999593", - "_key" : "23999593" + "_id" : "five/3923025851", + "_rev" : "3923025851", + "_key" : "3923025851" } arangosh> db.five.save({ name : "three" }); { - "_id" : "five/24196201", - "_rev" : "24196201", - "_key" : "24196201" + "_id" : "five/3923222459", + "_rev" : "3923222459", + "_key" : "3923222459" } arangosh> db.five.save({ name : "four" }); { - "_id" : "five/24392809", - "_rev" : "24392809", - "_key" : "24392809" + "_id" : "five/3923419067", + "_rev" : "3923419067", + "_key" : "3923419067" } arangosh> db.five.save({ name : "five" }); { - "_id" : "five/24589417", - "_rev" : "24589417", - "_key" : "24589417" + "_id" : "five/3923615675", + "_rev" : "3923615675", + "_key" : "3923615675" } arangosh> db.five.all().limit(2).toArray(); [ { - "name" : "five", - "_id" : "five/24589417", - "_rev" : "24589417", - "_key" : "24589417" + "name" : "one", + "_id" : "five/3922829243", + "_rev" : "3922829243", + "_key" : "3922829243" }, { - "name" : "one", - "_id" : "five/23802985", - "_rev" : "23802985", - "_key" : "23802985" + "name" : "four", + "_id" : "five/3923419067", + "_rev" : "3923419067", + "_key" : "3923419067" } ] diff --git a/Documentation/Examples/003_collectionByExample.generated b/Documentation/Examples/003_collectionByExample.generated index 49280b04d3..4b986c5ac6 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/25179241", - "_rev" : "25179241", - "_key" : "25179241" + "_id" : "users/3924205499", + "_rev" : "3924205499", + "_key" : "3924205499" } arangosh> db.users.save({ name: "Helmut" }); { - "_id" : "users/25441385", - "_rev" : "25441385", - "_key" : "25441385" + "_id" : "users/3924467643", + "_rev" : "3924467643", + "_key" : "3924467643" } arangosh> db.users.save({ name: "Angela" }); { - "_id" : "users/25637993", - "_rev" : "25637993", - "_key" : "25637993" + "_id" : "users/3924664251", + "_rev" : "3924664251", + "_key" : "3924664251" } arangosh> db.users.all().toArray(); [ { "name" : "Gerhard", - "_id" : "users/25179241", - "_rev" : "25179241", - "_key" : "25179241" - }, - { - "name" : "Angela", - "_id" : "users/25637993", - "_rev" : "25637993", - "_key" : "25637993" + "_id" : "users/3924205499", + "_rev" : "3924205499", + "_key" : "3924205499" }, { "name" : "Helmut", - "_id" : "users/25441385", - "_rev" : "25441385", - "_key" : "25441385" + "_id" : "users/3924467643", + "_rev" : "3924467643", + "_key" : "3924467643" + }, + { + "name" : "Angela", + "_id" : "users/3924664251", + "_rev" : "3924664251", + "_key" : "3924664251" } ] arangosh> db.users.byExample({ "_id" : "users/20" }).toArray(); @@ -42,9 +42,9 @@ arangosh> db.users.byExample({ "_id" : "name" : "Gerhard" }).toArray(); [ { - "_id" : "users/25179241", - "_key" : "25179241", - "_rev" : "25179241", + "_id" : "users/3924205499", + "_key" : "3924205499", + "_rev" : "3924205499", "name" : "Gerhard" } ] diff --git a/Documentation/Examples/004_collectionByExampleNext.generated b/Documentation/Examples/004_collectionByExampleNext.generated index 97030c950f..6699393596 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/26883177", - "_rev" : "26883177", - "_key" : "26883177" + "_id" : "users/3925909435", + "_rev" : "3925909435", + "_key" : "3925909435" } arangosh> db.users.save({ name: "Helmut" }); { - "_id" : "users/27145321", - "_rev" : "27145321", - "_key" : "27145321" + "_id" : "users/3926171579", + "_rev" : "3926171579", + "_key" : "3926171579" } arangosh> db.users.save({ name: "Angela" }); { - "_id" : "users/27341929", - "_rev" : "27341929", - "_key" : "27341929" + "_id" : "users/3926368187", + "_rev" : "3926368187", + "_key" : "3926368187" } arangosh> var a = db.users.byExample( {"name" : "Angela" } ); arangosh> while (a.hasNext()) print(a.next()); { - "_id" : "users/27341929", - "_key" : "27341929", - "_rev" : "27341929", + "_id" : "users/3926368187", + "_key" : "3926368187", + "_rev" : "3926368187", "name" : "Angela" } diff --git a/Documentation/Examples/005_collectionRange.generated b/Documentation/Examples/005_collectionRange.generated index d621b9059b..5382a6b73e 100644 --- a/Documentation/Examples/005_collectionRange.generated +++ b/Documentation/Examples/005_collectionRange.generated @@ -1,6 +1,6 @@ arangosh> db.old.ensureIndex({ type: "skiplist", fields: [ "age" ] }); { - "id" : "old/28193897", + "id" : "old/3927220155", "type" : "skiplist", "fields" : [ "age" @@ -12,34 +12,34 @@ arangosh> db.old.ensureIndex({ type: "skiplist"15 }); { - "_id" : "old/28456041", - "_rev" : "28456041", - "_key" : "28456041" + "_id" : "old/3927482299", + "_rev" : "3927482299", + "_key" : "3927482299" } arangosh> db.old.save({ age: 25 }); { - "_id" : "old/28652649", - "_rev" : "28652649", - "_key" : "28652649" + "_id" : "old/3927678907", + "_rev" : "3927678907", + "_key" : "3927678907" } arangosh> db.old.save({ age: 30 }); { - "_id" : "old/28849257", - "_rev" : "28849257", - "_key" : "28849257" + "_id" : "old/3927875515", + "_rev" : "3927875515", + "_key" : "3927875515" } arangosh> db.old.range("age", 10, 30).toArray(); [ { - "_id" : "old/28456041", - "_key" : "28456041", - "_rev" : "28456041", + "_id" : "old/3927482299", + "_key" : "3927482299", + "_rev" : "3927482299", "age" : 15 }, { - "_id" : "old/28652649", - "_key" : "28652649", - "_rev" : "28652649", + "_id" : "old/3927678907", + "_key" : "3927678907", + "_rev" : "3927678907", "age" : 25 } ] diff --git a/Documentation/Examples/006_collectionClosedRange.generated b/Documentation/Examples/006_collectionClosedRange.generated index be407b943c..ba55092a3c 100644 --- a/Documentation/Examples/006_collectionClosedRange.generated +++ b/Documentation/Examples/006_collectionClosedRange.generated @@ -1,6 +1,6 @@ arangosh> db.old.ensureIndex({ type: "skiplist", fields: [ "age" ] }); { - "id" : "old/29570153", + "id" : "old/3928596411", "type" : "skiplist", "fields" : [ "age" @@ -12,40 +12,40 @@ arangosh> db.old.ensureIndex({ type: "skiplist"15 }); { - "_id" : "old/29832297", - "_rev" : "29832297", - "_key" : "29832297" + "_id" : "old/3928858555", + "_rev" : "3928858555", + "_key" : "3928858555" } arangosh> db.old.save({ age: 25 }); { - "_id" : "old/30028905", - "_rev" : "30028905", - "_key" : "30028905" + "_id" : "old/3929055163", + "_rev" : "3929055163", + "_key" : "3929055163" } arangosh> db.old.save({ age: 30 }); { - "_id" : "old/30225513", - "_rev" : "30225513", - "_key" : "30225513" + "_id" : "old/3929251771", + "_rev" : "3929251771", + "_key" : "3929251771" } arangosh> db.old.closedRange("age", 10, 30).toArray(); [ { - "_id" : "old/29832297", - "_key" : "29832297", - "_rev" : "29832297", + "_id" : "old/3928858555", + "_key" : "3928858555", + "_rev" : "3928858555", "age" : 15 }, { - "_id" : "old/30028905", - "_key" : "30028905", - "_rev" : "30028905", + "_id" : "old/3929055163", + "_key" : "3929055163", + "_rev" : "3929055163", "age" : 25 }, { - "_id" : "old/30225513", - "_key" : "30225513", - "_rev" : "30225513", + "_id" : "old/3929251771", + "_key" : "3929251771", + "_rev" : "3929251771", "age" : 30 } ] diff --git a/Documentation/Examples/007_collectionNear.generated b/Documentation/Examples/007_collectionNear.generated deleted file mode 100644 index eca81d33b6..0000000000 --- a/Documentation/Examples/007_collectionNear.generated +++ /dev/null @@ -1,44 +0,0 @@ -arangosh> db.geo.ensureIndex({ type: "geo", fields: [ "loc" ] }); -{ - "id" : "geo/30946409", - "type" : "geo1", - "fields" : [ - "loc" - ], - "geoJson" : false, - "constraint" : false, - "unique" : false, - "ignoreNull" : true, - "sparse" : true, - "isNewlyCreated" : true, - "code" : 201 -} -arangosh> for (var i = -90; i <= 90; i += 10) { -........> for (var j = -180; j <= 180; j += 10) { -........> db.geo.save({ -........> name : "Name/" + i + "/" + j, -........> loc: [ i, j ] }); -........> } } -arangosh> db.geo.near(0, 0).limit(2).toArray(); -[ - { - "_id" : "geo/100349033", - "_key" : "100349033", - "_rev" : "100349033", - "name" : "Name/0/0", - "loc" : [ - 0, - 0 - ] - }, - { - "_id" : "geo/93074537", - "_key" : "93074537", - "_rev" : "93074537", - "name" : "Name/-10/0", - "loc" : [ - -10, - 0 - ] - } -] diff --git a/Documentation/Examples/008_collectionNearDistance.generated b/Documentation/Examples/008_collectionNearDistance.generated deleted file mode 100644 index d0fee62164..0000000000 --- a/Documentation/Examples/008_collectionNearDistance.generated +++ /dev/null @@ -1,46 +0,0 @@ -arangosh> db.geo.ensureIndex({ type: "geo", fields: [ "loc" ] }); -{ - "id" : "geo/170079337", - "type" : "geo1", - "fields" : [ - "loc" - ], - "geoJson" : false, - "constraint" : false, - "unique" : false, - "ignoreNull" : true, - "sparse" : true, - "isNewlyCreated" : true, - "code" : 201 -} -arangosh> for (var i = -90; i <= 90; i += 10) { -........> for (var j = -180; j <= 180; j += 10) { -........> db.geo.save({ -........> name : "Name/" + i + "/" + j, -........> loc: [ i, j ] }); -........> } } -arangosh> db.geo.near(0, 0).distance().limit(2).toArray(); -[ - { - "_id" : "geo/239481961", - "_key" : "239481961", - "_rev" : "239481961", - "name" : "Name/0/0", - "loc" : [ - 0, - 0 - ], - "distance" : 0 - }, - { - "_id" : "geo/232207465", - "_key" : "232207465", - "_rev" : "232207465", - "name" : "Name/-10/0", - "loc" : [ - -10, - 0 - ], - "distance" : 1111949.2664455874 - } -] diff --git a/Documentation/Examples/009_collectionWithin.generated b/Documentation/Examples/009_collectionWithin.generated deleted file mode 100644 index 4cc375f1b7..0000000000 --- a/Documentation/Examples/009_collectionWithin.generated +++ /dev/null @@ -1,105 +0,0 @@ -arangosh> for (var i = -90; i <= 90; i += 10) { -........> for (var j = -180; j <= 180; j += 10) { -........> db.geo.save({ name : "Name/" + i + "/" + j, loc: [ i, j ] }); } } -arangosh> db.geo.within(0, 0, 2000 * 1000).distance().toArray(); -[ - { - "_id" : "geo/378614889", - "_key" : "378614889", - "_rev" : "378614889", - "name" : "Name/0/0", - "loc" : [ - 0, - 0 - ], - "distance" : 0 - }, - { - "_id" : "geo/371340393", - "_key" : "371340393", - "_rev" : "371340393", - "name" : "Name/-10/0", - "loc" : [ - -10, - 0 - ], - "distance" : 1111949.2664455874 - }, - { - "_id" : "geo/378811497", - "_key" : "378811497", - "_rev" : "378811497", - "name" : "Name/0/10", - "loc" : [ - 0, - 10 - ], - "distance" : 1111949.2664455874 - }, - { - "_id" : "geo/385889385", - "_key" : "385889385", - "_rev" : "385889385", - "name" : "Name/10/0", - "loc" : [ - 10, - 0 - ], - "distance" : 1111949.2664455874 - }, - { - "_id" : "geo/378418281", - "_key" : "378418281", - "_rev" : "378418281", - "name" : "Name/0/-10", - "loc" : [ - 0, - -10 - ], - "distance" : 1111949.2664455874 - }, - { - "_id" : "geo/371537001", - "_key" : "371537001", - "_rev" : "371537001", - "name" : "Name/-10/10", - "loc" : [ - -10, - 10 - ], - "distance" : 1568520.556798576 - }, - { - "_id" : "geo/386085993", - "_key" : "386085993", - "_rev" : "386085993", - "name" : "Name/10/10", - "loc" : [ - 10, - 10 - ], - "distance" : 1568520.556798576 - }, - { - "_id" : "geo/371143785", - "_key" : "371143785", - "_rev" : "371143785", - "name" : "Name/-10/-10", - "loc" : [ - -10, - -10 - ], - "distance" : 1568520.556798576 - }, - { - "_id" : "geo/385692777", - "_key" : "385692777", - "_rev" : "385692777", - "name" : "Name/10/-10", - "loc" : [ - 10, - -10 - ], - "distance" : 1568520.556798576 - } -] diff --git a/Documentation/Examples/011_documentsCollectionReplaceByExample.generated b/Documentation/Examples/011_documentsCollectionReplaceByExample.generated index e0ed7e616c..599a40cbd1 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/449262697", - "_rev" : "449262697", - "_key" : "449262697" + "_id" : "example/3930890171", + "_rev" : "3930890171", + "_key" : "3930890171" } 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 0fe5332752..8b5ca31939 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/450180201", - "_rev" : "450180201", - "_key" : "450180201" + "_id" : "example/3931807675", + "_rev" : "3931807675", + "_key" : "3931807675" } arangosh> db.example.updateByExample({ Hello: "world" }, { Hello: "foo", World: "bar" }, false); 1 arangosh> db.example.byExample({ Hello: "foo" }).toArray() [ { - "_id" : "example/450180201", - "_key" : "450180201", - "_rev" : "450507881", + "_id" : "example/3931807675", + "_key" : "3931807675", + "_rev" : "3932135355", "Hello" : "foo", "foo" : "bar", "World" : "bar" diff --git a/Documentation/Examples/01_workWithAQL_all.generated b/Documentation/Examples/01_workWithAQL_all.generated index 623cd6656a..0f31b970bb 100644 --- a/Documentation/Examples/01_workWithAQL_all.generated +++ b/Documentation/Examples/01_workWithAQL_all.generated @@ -1,9 +1,9 @@ arangosh> db._create("mycollection") -[ArangoCollection 451228777, "mycollection" (type document, status loaded)] +[ArangoCollection 3932856251, "mycollection" (type document, status loaded)] arangosh> db.mycollection.save({ _key: "testKey", Hello : "World" }) { "_id" : "mycollection/testKey", - "_rev" : "451556457", + "_rev" : "3933183931", "_key" : "testKey" } arangosh> db._query('FOR my IN mycollection RETURN my._key').toArray() diff --git a/Documentation/Examples/01_workWithColl_create.generated b/Documentation/Examples/01_workWithColl_create.generated index 9675dcb2f8..ebb66a6352 100644 --- a/Documentation/Examples/01_workWithColl_create.generated +++ b/Documentation/Examples/01_workWithColl_create.generated @@ -1,2 +1,2 @@ arangosh> db._create("example"); -[ArangoCollection 451753065, "example" (type document, status loaded)] +[ArangoCollection 3933380539, "example" (type document, status loaded)] diff --git a/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated b/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated index f425c90f6b..1c7c2369c0 100644 --- a/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated +++ b/Documentation/Examples/02_workWithAQL_aqlCollectionQuery.generated @@ -5,7 +5,7 @@ arangosh> db._query(aqlQuery`FOR doc IN "Hello" : "World", "_id" : "mycollection/testKey", - "_rev" : "451556457", + "_rev" : "3933183931", "_key" : "testKey" } ] diff --git a/Documentation/Examples/02_workWithColl_unload.generated b/Documentation/Examples/02_workWithColl_unload.generated index 61b912b182..9be62349c5 100644 --- a/Documentation/Examples/02_workWithColl_unload.generated +++ b/Documentation/Examples/02_workWithColl_unload.generated @@ -1,3 +1,3 @@ arangosh> db.example.unload(); arangosh> db.example; -[ArangoCollection 451753065, "example" (type document, status unloaded)] +[ArangoCollection 3933380539, "example" (type document, status unloaded)] diff --git a/Documentation/Examples/03_workWithColl_save.generated b/Documentation/Examples/03_workWithColl_save.generated index 4c4182718d..cb4544de1b 100644 --- a/Documentation/Examples/03_workWithColl_save.generated +++ b/Documentation/Examples/03_workWithColl_save.generated @@ -1,18 +1,18 @@ arangosh> db.example.save({ Hello : "World" }); { - "_id" : "example/465646697", - "_rev" : "465646697", - "_key" : "465646697" + "_id" : "example/3947274171", + "_rev" : "3947274171", + "_key" : "3947274171" } arangosh> db.example.save({ "name" : "John Doe", "age" : 29 }); { - "_id" : "example/466039913", - "_rev" : "466039913", - "_key" : "466039913" + "_id" : "example/3947667387", + "_rev" : "3947667387", + "_key" : "3947667387" } arangosh> db.example.save({ "name" : "Jane Smith", "age" : 31 }); { - "_id" : "example/466236521", - "_rev" : "466236521", - "_key" : "466236521" + "_id" : "example/3947863995", + "_rev" : "3947863995", + "_key" : "3947863995" } diff --git a/Documentation/Examples/04_workWithColl_directAcess.generated b/Documentation/Examples/04_workWithColl_directAcess.generated index 930a90b91a..510d719479 100644 --- a/Documentation/Examples/04_workWithColl_directAcess.generated +++ b/Documentation/Examples/04_workWithColl_directAcess.generated @@ -1,23 +1,23 @@ arangosh> db.example.toArray() [ - { - "Hello" : "World", - "_id" : "example/465646697", - "_rev" : "465646697", - "_key" : "465646697" - }, { "age" : 31, "name" : "Jane Smith", - "_id" : "example/466236521", - "_rev" : "466236521", - "_key" : "466236521" + "_id" : "example/3947863995", + "_rev" : "3947863995", + "_key" : "3947863995" + }, + { + "Hello" : "World", + "_id" : "example/3947274171", + "_rev" : "3947274171", + "_key" : "3947274171" }, { "age" : 29, "name" : "John Doe", - "_id" : "example/466039913", - "_rev" : "466039913", - "_key" : "466039913" + "_id" : "example/3947667387", + "_rev" : "3947667387", + "_key" : "3947667387" } ] diff --git a/Documentation/Examples/05_workWithColl_AQL_STR.generated b/Documentation/Examples/05_workWithColl_AQL_STR.generated index d9af0203fb..9550a52493 100644 --- a/Documentation/Examples/05_workWithColl_AQL_STR.generated +++ b/Documentation/Examples/05_workWithColl_AQL_STR.generated @@ -3,8 +3,8 @@ arangosh> db._query('FOR user IN example FILTER use { "age" : 31, "name" : "Jane Smith", - "_id" : "example/466236521", - "_rev" : "466236521", - "_key" : "466236521" + "_id" : "example/3947863995", + "_rev" : "3947863995", + "_key" : "3947863995" } ] diff --git a/Documentation/Examples/05_workWithColl_byExample.generated b/Documentation/Examples/05_workWithColl_byExample.generated index 3e2995d1ca..b3561f4555 100644 --- a/Documentation/Examples/05_workWithColl_byExample.generated +++ b/Documentation/Examples/05_workWithColl_byExample.generated @@ -1,9 +1,9 @@ arangosh> db.example.byExample({ name: "Jane Smith" }).toArray() [ { - "_id" : "example/466236521", - "_key" : "466236521", - "_rev" : "466236521", + "_id" : "example/3947863995", + "_key" : "3947863995", + "_rev" : "3947863995", "age" : 31, "name" : "Jane Smith" } diff --git a/Documentation/Examples/06_workWithColl_AOQL_INT.generated b/Documentation/Examples/06_workWithColl_AOQL_INT.generated index 03f535d615..7d5e6dab35 100644 --- a/Documentation/Examples/06_workWithColl_AOQL_INT.generated +++ b/Documentation/Examples/06_workWithColl_AOQL_INT.generated @@ -3,8 +3,8 @@ arangosh> db._query('FOR user IN example FILTER use { "age" : 31, "name" : "Jane Smith", - "_id" : "example/466236521", - "_rev" : "466236521", - "_key" : "466236521" + "_id" : "example/3947863995", + "_rev" : "3947863995", + "_key" : "3947863995" } ] diff --git a/Documentation/Examples/07_workWithColl_remove.generated b/Documentation/Examples/07_workWithColl_remove.generated index bde49dfd89..f111dda37d 100644 --- a/Documentation/Examples/07_workWithColl_remove.generated +++ b/Documentation/Examples/07_workWithColl_remove.generated @@ -2,17 +2,17 @@ arangosh> db.example.remove(db.example.byExample({ name: true arangosh> db.example.toArray() [ - { - "Hello" : "World", - "_id" : "example/465646697", - "_rev" : "465646697", - "_key" : "465646697" - }, { "age" : 31, "name" : "Jane Smith", - "_id" : "example/466236521", - "_rev" : "466236521", - "_key" : "466236521" + "_id" : "example/3947863995", + "_rev" : "3947863995", + "_key" : "3947863995" + }, + { + "Hello" : "World", + "_id" : "example/3947274171", + "_rev" : "3947274171", + "_key" : "3947274171" } ] diff --git a/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated b/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated index 2ef0c222af..be3a8dcee8 100644 --- a/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated +++ b/Documentation/Examples/09_workWithAQL_statementsPlansBind.generated @@ -30,7 +30,7 @@ arangosh> stmt.explain(); "indexes" : [ { "type" : "hash", - "id" : "537705", + "id" : "761787", "unique" : true, "sparse" : true, "selectivityEstimate" : 1, diff --git a/Documentation/Examples/AQLEXP_01_axplainer.generated b/Documentation/Examples/AQLEXP_01_axplainer.generated index a680895b9b..2ac61ea9e1 100644 --- a/Documentation/Examples/AQLEXP_01_axplainer.generated +++ b/Documentation/Examples/AQLEXP_01_axplainer.generated @@ -1,9 +1,9 @@ arangosh> db._create("test"); -[ArangoCollection 498611305, "test" (type document, status loaded)] +[ArangoCollection 3977027515, "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" ] }); { - "id" : "test/518599785", + "id" : "test/3997015995", "type" : "skiplist", "fields" : [ "value" diff --git a/Documentation/Examples/AQLEXP_01_explainCreate.generated b/Documentation/Examples/AQLEXP_01_explainCreate.generated index 7b19c13689..bc9f73e5d4 100644 --- a/Documentation/Examples/AQLEXP_01_explainCreate.generated +++ b/Documentation/Examples/AQLEXP_01_explainCreate.generated @@ -28,7 +28,7 @@ arangosh> stmt.explain(); "indexes" : [ { "type" : "skiplist", - "id" : "518599785", + "id" : "3997015995", "unique" : false, "sparse" : false, "fields" : [ diff --git a/Documentation/Examples/AQLEXP_05_explainAllPlans.generated b/Documentation/Examples/AQLEXP_05_explainAllPlans.generated index 032b1b0791..d3d3c7e162 100644 --- a/Documentation/Examples/AQLEXP_05_explainAllPlans.generated +++ b/Documentation/Examples/AQLEXP_05_explainAllPlans.generated @@ -27,7 +27,7 @@ arangosh> stmt.explain({ allPlans: true }); "indexes" : [ { "type" : "skiplist", - "id" : "518599785", + "id" : "3997015995", "unique" : false, "sparse" : false, "fields" : [ diff --git a/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated b/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated index 09979073a0..7f564bd9b1 100644 --- a/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated +++ b/Documentation/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated @@ -26,7 +26,7 @@ arangosh> stmt.explain({ optimizer: { rules: [ "-us "indexes" : [ { "type" : "skiplist", - "id" : "518599785", + "id" : "3997015995", "unique" : false, "sparse" : false, "fields" : [ diff --git a/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated b/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated index 507551f3e5..9093bfeabd 100644 --- a/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated +++ b/Documentation/Examples/COMBINING_GRAPH_01_create_graph.generated @@ -15,7 +15,7 @@ arangosh> db._query(`FOR startCity IN 6.9528 ], "_id" : "germanCity/Cologne", - "_rev" : "521745513", + "_rev" : "3999571899", "_key" : "Cologne" }, { @@ -26,7 +26,7 @@ arangosh> db._query(`FOR startCity IN 10.0014 ], "_id" : "germanCity/Hamburg", - "_rev" : "521942121", + "_rev" : "3999768507", "_key" : "Hamburg" } ] diff --git a/Documentation/Examples/COMBINING_GRAPH_02_combine.generated b/Documentation/Examples/COMBINING_GRAPH_02_combine.generated index 6aa46f8d58..e5a2c77349 100644 --- a/Documentation/Examples/COMBINING_GRAPH_02_combine.generated +++ b/Documentation/Examples/COMBINING_GRAPH_02_combine.generated @@ -19,7 +19,7 @@ arangosh> db._query(`FOR startCity IN 4.84 ], "_id" : "frenchCity/Lyon", - "_rev" : "522466409", + "_rev" : "4000292795", "_key" : "Lyon" } }, @@ -33,7 +33,7 @@ arangosh> db._query(`FOR startCity IN 2.3508 ], "_id" : "frenchCity/Paris", - "_rev" : "522663017", + "_rev" : "4000489403", "_key" : "Paris" } }, @@ -47,7 +47,7 @@ arangosh> db._query(`FOR startCity IN 2.3508 ], "_id" : "frenchCity/Paris", - "_rev" : "522663017", + "_rev" : "4000489403", "_key" : "Paris" } }, @@ -61,7 +61,7 @@ arangosh> db._query(`FOR startCity IN 4.84 ], "_id" : "frenchCity/Lyon", - "_rev" : "522466409", + "_rev" : "4000292795", "_key" : "Lyon" } }, @@ -75,7 +75,7 @@ arangosh> db._query(`FOR startCity IN 6.9528 ], "_id" : "germanCity/Cologne", - "_rev" : "521745513", + "_rev" : "3999571899", "_key" : "Cologne" } } diff --git a/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated b/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated index baff3f1b44..53340405bf 100644 --- a/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated +++ b/Documentation/Examples/COMBINING_GRAPH_03_combine_let.generated @@ -20,7 +20,7 @@ arangosh> db._query(`FOR startCity IN 4.84 ], "_id" : "frenchCity/Lyon", - "_rev" : "522466409", + "_rev" : "4000292795", "_key" : "Lyon" }, { @@ -31,7 +31,7 @@ arangosh> db._query(`FOR startCity IN 2.3508 ], "_id" : "frenchCity/Paris", - "_rev" : "522663017", + "_rev" : "4000489403", "_key" : "Paris" } ] @@ -47,7 +47,7 @@ arangosh> db._query(`FOR startCity IN 2.3508 ], "_id" : "frenchCity/Paris", - "_rev" : "522663017", + "_rev" : "4000489403", "_key" : "Paris" }, { @@ -58,7 +58,7 @@ arangosh> db._query(`FOR startCity IN 4.84 ], "_id" : "frenchCity/Lyon", - "_rev" : "522466409", + "_rev" : "4000292795", "_key" : "Lyon" }, { @@ -69,7 +69,7 @@ arangosh> db._query(`FOR startCity IN 6.9528 ], "_id" : "germanCity/Cologne", - "_rev" : "521745513", + "_rev" : "3999571899", "_key" : "Cologne" } ] diff --git a/Documentation/Examples/CollectionUnload.generated b/Documentation/Examples/CollectionUnload.generated index c8b96873fb..dce8002b8b 100644 --- a/Documentation/Examples/CollectionUnload.generated +++ b/Documentation/Examples/CollectionUnload.generated @@ -1,5 +1,5 @@ arangosh> col = db.example; -[ArangoCollection 526857321, "example" (type document, status loaded)] +[ArangoCollection 4004683707, "example" (type document, status loaded)] arangosh> col.unload(); arangosh> col; -[ArangoCollection 526857321, "example" (type document, status unloaded)] +[ArangoCollection 4004683707, "example" (type document, status unloaded)] diff --git a/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated b/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated index b84fed15b4..de09802efe 100644 --- a/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated +++ b/Documentation/Examples/EDGCOL_01_SaveEdgeCol.generated @@ -1,31 +1,31 @@ arangosh> db._create("vertex"); -[ArangoCollection 527053929, "vertex" (type document, status loaded)] +[ArangoCollection 4004880315, "vertex" (type document, status loaded)] arangosh> db._createEdgeCollection("relation"); -[ArangoCollection 527185001, "relation" (type edge, status loaded)] +[ArangoCollection 4005011387, "relation" (type edge, status loaded)] arangosh> v1 = db.vertex.insert({ name : "vertex 1" }); { - "_id" : "vertex/527512681", - "_rev" : "527512681", - "_key" : "527512681" + "_id" : "vertex/4005339067", + "_rev" : "4005339067", + "_key" : "4005339067" } arangosh> v2 = db.vertex.insert({ name : "vertex 2" }); { - "_id" : "vertex/527709289", - "_rev" : "527709289", - "_key" : "527709289" + "_id" : "vertex/4005535675", + "_rev" : "4005535675", + "_key" : "4005535675" } arangosh> e1 = db.relation.insert(v1, v2, { label : "knows" }); { - "_id" : "relation/528036969", - "_rev" : "528036969", - "_key" : "528036969" + "_id" : "relation/4005863355", + "_rev" : "4005863355", + "_key" : "4005863355" } arangosh> db._document(e1); { "label" : "knows", - "_id" : "relation/528036969", - "_rev" : "528036969", - "_key" : "528036969", - "_from" : "vertex/527512681", - "_to" : "vertex/527709289" + "_id" : "relation/4005863355", + "_rev" : "4005863355", + "_key" : "4005863355", + "_from" : "vertex/4005339067", + "_to" : "vertex/4005535675" } diff --git a/Documentation/Examples/EDGCOL_02_Relation.generated b/Documentation/Examples/EDGCOL_02_Relation.generated index 1b79591614..b53a04455f 100644 --- a/Documentation/Examples/EDGCOL_02_Relation.generated +++ b/Documentation/Examples/EDGCOL_02_Relation.generated @@ -1,34 +1,34 @@ arangosh> db._create("vertex"); -[ArangoCollection 528364649, "vertex" (type document, status loaded)] +[ArangoCollection 4006191035, "vertex" (type document, status loaded)] arangosh> db._createEdgeCollection("relation"); -[ArangoCollection 528495721, "relation" (type edge, status loaded)] +[ArangoCollection 4006322107, "relation" (type edge, status loaded)] arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" }); { - "_id" : "vertex/528823401", - "_rev" : "528823401", - "_key" : "528823401" + "_id" : "vertex/4006649787", + "_rev" : "4006649787", + "_key" : "4006649787" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { - "_id" : "vertex/529020009", - "_rev" : "529020009", - "_key" : "529020009" + "_id" : "vertex/4006846395", + "_rev" : "4006846395", + "_key" : "4006846395" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { - "_id" : "relation/529347689", - "_rev" : "529347689", - "_key" : "529347689" + "_id" : "relation/4007174075", + "_rev" : "4007174075", + "_key" : "4007174075" } arangosh> db._document(myGraph.e1); { "label" : "knows", - "_id" : "relation/529347689", - "_rev" : "529347689", - "_key" : "529347689", - "_from" : "vertex/528823401", - "_to" : "vertex/529020009" + "_id" : "relation/4007174075", + "_rev" : "4007174075", + "_key" : "4007174075", + "_from" : "vertex/4006649787", + "_to" : "vertex/4006846395" } arangosh> db.relation.edges(myGraph.e1._id); [ ] diff --git a/Documentation/Examples/EDGCOL_02_inEdges.generated b/Documentation/Examples/EDGCOL_02_inEdges.generated index e47e814c19..46ae12c969 100644 --- a/Documentation/Examples/EDGCOL_02_inEdges.generated +++ b/Documentation/Examples/EDGCOL_02_inEdges.generated @@ -1,34 +1,34 @@ arangosh> db._create("vertex"); -[ArangoCollection 529740905, "vertex" (type document, status loaded)] +[ArangoCollection 4007567291, "vertex" (type document, status loaded)] arangosh> db._createEdgeCollection("relation"); -[ArangoCollection 529871977, "relation" (type edge, status loaded)] +[ArangoCollection 4007698363, "relation" (type edge, status loaded)] arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" }); { - "_id" : "vertex/530199657", - "_rev" : "530199657", - "_key" : "530199657" + "_id" : "vertex/4008026043", + "_rev" : "4008026043", + "_key" : "4008026043" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { - "_id" : "vertex/530396265", - "_rev" : "530396265", - "_key" : "530396265" + "_id" : "vertex/4008222651", + "_rev" : "4008222651", + "_key" : "4008222651" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { - "_id" : "relation/530723945", - "_rev" : "530723945", - "_key" : "530723945" + "_id" : "relation/4008550331", + "_rev" : "4008550331", + "_key" : "4008550331" } arangosh> db._document(myGraph.e1); { "label" : "knows", - "_id" : "relation/530723945", - "_rev" : "530723945", - "_key" : "530723945", - "_from" : "vertex/530199657", - "_to" : "vertex/530396265" + "_id" : "relation/4008550331", + "_rev" : "4008550331", + "_key" : "4008550331", + "_from" : "vertex/4008026043", + "_to" : "vertex/4008222651" } arangosh> db.relation.inEdges(myGraph.v1._id); [ ] @@ -36,10 +36,10 @@ arangosh> db.relation.inEdges(myGraph.v2._id); [ { "label" : "knows", - "_id" : "relation/530723945", - "_rev" : "530723945", - "_key" : "530723945", - "_from" : "vertex/530199657", - "_to" : "vertex/530396265" + "_id" : "relation/4008550331", + "_rev" : "4008550331", + "_key" : "4008550331", + "_from" : "vertex/4008026043", + "_to" : "vertex/4008222651" } ] diff --git a/Documentation/Examples/EDGCOL_02_outEdges.generated b/Documentation/Examples/EDGCOL_02_outEdges.generated index 2e303dc826..482ac546a4 100644 --- a/Documentation/Examples/EDGCOL_02_outEdges.generated +++ b/Documentation/Examples/EDGCOL_02_outEdges.generated @@ -1,44 +1,44 @@ arangosh> db._create("vertex"); -[ArangoCollection 531182697, "vertex" (type document, status loaded)] +[ArangoCollection 4009009083, "vertex" (type document, status loaded)] arangosh> db._createEdgeCollection("relation"); -[ArangoCollection 531313769, "relation" (type edge, status loaded)] +[ArangoCollection 4009140155, "relation" (type edge, status loaded)] arangosh> myGraph.v1 = db.vertex.insert({ name : "vertex 1" }); { - "_id" : "vertex/531641449", - "_rev" : "531641449", - "_key" : "531641449" + "_id" : "vertex/4009467835", + "_rev" : "4009467835", + "_key" : "4009467835" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { - "_id" : "vertex/531838057", - "_rev" : "531838057", - "_key" : "531838057" + "_id" : "vertex/4009664443", + "_rev" : "4009664443", + "_key" : "4009664443" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { - "_id" : "relation/532165737", - "_rev" : "532165737", - "_key" : "532165737" + "_id" : "relation/4009992123", + "_rev" : "4009992123", + "_key" : "4009992123" } arangosh> db._document(myGraph.e1); { "label" : "knows", - "_id" : "relation/532165737", - "_rev" : "532165737", - "_key" : "532165737", - "_from" : "vertex/531641449", - "_to" : "vertex/531838057" + "_id" : "relation/4009992123", + "_rev" : "4009992123", + "_key" : "4009992123", + "_from" : "vertex/4009467835", + "_to" : "vertex/4009664443" } arangosh> db.relation.outEdges(myGraph.v1._id); [ { "label" : "knows", - "_id" : "relation/532165737", - "_rev" : "532165737", - "_key" : "532165737", - "_from" : "vertex/531641449", - "_to" : "vertex/531838057" + "_id" : "relation/4009992123", + "_rev" : "4009992123", + "_key" : "4009992123", + "_from" : "vertex/4009467835", + "_to" : "vertex/4009664443" } ] arangosh> db.relation.outEdges(myGraph.v2._id); diff --git a/Documentation/Examples/GRAPHTRAV_01_create_graph.generated b/Documentation/Examples/GRAPHTRAV_01_create_graph.generated index 0eddc97b24..4bba0f8e6d 100644 --- a/Documentation/Examples/GRAPHTRAV_01_create_graph.generated +++ b/Documentation/Examples/GRAPHTRAV_01_create_graph.generated @@ -5,170 +5,170 @@ arangosh> db.circles.toArray(); { "label" : "5", "_id" : "circles/E", - "_rev" : "534525033", + "_rev" : "4012548027", "_key" : "E" }, { "label" : "6", "_id" : "circles/F", - "_rev" : "534721641", + "_rev" : "4012744635", "_key" : "F" }, { "label" : "3", "_id" : "circles/C", - "_rev" : "534131817", + "_rev" : "4012154811", "_key" : "C" }, { "label" : "11", "_id" : "circles/K", - "_rev" : "535704681", + "_rev" : "4013727675", "_key" : "K" }, { "label" : "4", "_id" : "circles/D", - "_rev" : "534328425", + "_rev" : "4012351419", "_key" : "D" }, { "label" : "9", "_id" : "circles/I", - "_rev" : "535311465", + "_rev" : "4013334459", "_key" : "I" }, { "label" : "1", "_id" : "circles/A", - "_rev" : "533738601", + "_rev" : "4011761595", "_key" : "A" }, { "label" : "2", "_id" : "circles/B", - "_rev" : "533935209", + "_rev" : "4011958203", "_key" : "B" }, { "label" : "10", "_id" : "circles/J", - "_rev" : "535508073", + "_rev" : "4013531067", "_key" : "J" }, { "label" : "7", "_id" : "circles/G", - "_rev" : "534918249", + "_rev" : "4012941243", "_key" : "G" }, { "label" : "8", "_id" : "circles/H", - "_rev" : "535114857", + "_rev" : "4013137851", "_key" : "H" } ] arangosh> db.edges.toArray(); [ - { - "theFalse" : false, - "theTruth" : true, - "label" : "left_schubi", - "_id" : "edges/536949865", - "_rev" : "536949865", - "_key" : "536949865", - "_from" : "circles/E", - "_to" : "circles/F" - }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "left_blorg", - "_id" : "edges/536556649", - "_rev" : "536556649", - "_key" : "536556649", - "_from" : "circles/C", - "_to" : "circles/D" - }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "right_zip", - "_id" : "edges/537736297", - "_rev" : "537736297", - "_key" : "537736297", - "_from" : "circles/G", - "_to" : "circles/J" - }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "right_zup", - "_id" : "edges/537932905", - "_rev" : "537932905", - "_key" : "537932905", - "_from" : "circles/J", - "_to" : "circles/K" - }, { "theFalse" : false, "theTruth" : true, "label" : "right_blob", - "_id" : "edges/537343081", - "_rev" : "537343081", - "_key" : "537343081", + "_id" : "edges/4015366075", + "_rev" : "4015366075", + "_key" : "4015366075", "_from" : "circles/G", "_to" : "circles/H" }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "right_blub", - "_id" : "edges/537539689", - "_rev" : "537539689", - "_key" : "537539689", - "_from" : "circles/H", - "_to" : "circles/I" - }, { "theFalse" : false, "theTruth" : true, "label" : "left_blarg", - "_id" : "edges/536360041", - "_rev" : "536360041", - "_key" : "536360041", + "_id" : "edges/4014383035", + "_rev" : "4014383035", + "_key" : "4014383035", "_from" : "circles/B", "_to" : "circles/C" }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "left_blub", - "_id" : "edges/536753257", - "_rev" : "536753257", - "_key" : "536753257", - "_from" : "circles/B", - "_to" : "circles/E" - }, { "theFalse" : false, "theTruth" : true, "label" : "left_bar", - "_id" : "edges/536163433", - "_rev" : "536163433", - "_key" : "536163433", + "_id" : "edges/4014186427", + "_rev" : "4014186427", + "_key" : "4014186427", "_from" : "circles/A", "_to" : "circles/B" }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "right_blub", + "_id" : "edges/4015562683", + "_rev" : "4015562683", + "_key" : "4015562683", + "_from" : "circles/H", + "_to" : "circles/I" + }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "left_blorg", + "_id" : "edges/4014579643", + "_rev" : "4014579643", + "_key" : "4014579643", + "_from" : "circles/C", + "_to" : "circles/D" + }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "left_blub", + "_id" : "edges/4014776251", + "_rev" : "4014776251", + "_key" : "4014776251", + "_from" : "circles/B", + "_to" : "circles/E" + }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "left_schubi", + "_id" : "edges/4014972859", + "_rev" : "4014972859", + "_key" : "4014972859", + "_from" : "circles/E", + "_to" : "circles/F" + }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "right_zup", + "_id" : "edges/4015955899", + "_rev" : "4015955899", + "_key" : "4015955899", + "_from" : "circles/J", + "_to" : "circles/K" + }, { "theFalse" : false, "theTruth" : true, "label" : "right_foo", - "_id" : "edges/537146473", - "_rev" : "537146473", - "_key" : "537146473", + "_id" : "edges/4015169467", + "_rev" : "4015169467", + "_key" : "4015169467", "_from" : "circles/A", "_to" : "circles/G" + }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "right_zip", + "_id" : "edges/4015759291", + "_rev" : "4015759291", + "_key" : "4015759291", + "_from" : "circles/G", + "_to" : "circles/J" } ] diff --git a/Documentation/Examples/HTML_01_routingCreateHtml.generated b/Documentation/Examples/HTML_01_routingCreateHtml.generated index f94b92a6f6..807787bb0b 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/541013097", - "_rev" : "541013097", - "_key" : "541013097" + "_id" : "_routing/4018577339", + "_rev" : "4018577339", + "_key" : "4018577339" } diff --git a/Documentation/Examples/HttpGharialAddEdge.generated b/Documentation/Examples/HttpGharialAddEdge.generated deleted file mode 100644 index 07c19750a3..0000000000 --- a/Documentation/Examples/HttpGharialAddEdge.generated +++ /dev/null @@ -1,21 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation <<EOF -{ - "type" : "friend", - "_from" : "female/alice", - "_to" : "female/diana" -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json -etag: 544814185 - -{ - "error" : false, - "code" : 202, - "edge" : { - "_id" : "relation/544814185", - "_rev" : "544814185", - "_key" : "544814185" - } -} diff --git a/Documentation/Examples/HttpGharialAddEdgeCol.generated b/Documentation/Examples/HttpGharialAddEdgeCol.generated deleted file mode 100644 index 42fbfafc1c..0000000000 --- a/Documentation/Examples/HttpGharialAddEdgeCol.generated +++ /dev/null @@ -1,50 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge <<EOF -{ - "collection" : "lives_in", - "from" : [ - "female", - "male" - ], - "to" : [ - "city" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json -etag: 546321513 - -{ - "error" : false, - "code" : 201, - "graph" : { - "name" : "social", - "edgeDefinitions" : [ - { - "collection" : "relation", - "from" : [ - "female", - "male" - ], - "to" : [ - "female", - "male" - ] - }, - { - "collection" : "lives_in", - "from" : [ - "female", - "male" - ], - "to" : [ - "city" - ] - } - ], - "orphanCollections" : [ ], - "_id" : "_graphs/social", - "_rev" : "546321513" - } -} diff --git a/Documentation/Examples/HttpGharialAddVertex.generated b/Documentation/Examples/HttpGharialAddVertex.generated deleted file mode 100644 index 071653aaa9..0000000000 --- a/Documentation/Examples/HttpGharialAddVertex.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/male <<EOF -{ - "name" : "Francis" -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json -etag: 553137257 - -{ - "error" : false, - "code" : 202, - "vertex" : { - "_id" : "male/553137257", - "_rev" : "553137257", - "_key" : "553137257" - } -} diff --git a/Documentation/Examples/HttpGharialAddVertexCol.generated b/Documentation/Examples/HttpGharialAddVertexCol.generated deleted file mode 100644 index 24dec4b8f6..0000000000 --- a/Documentation/Examples/HttpGharialAddVertexCol.generated +++ /dev/null @@ -1,35 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex <<EOF -{ - "collection" : "otherVertices" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json -etag: 554644585 - -{ - "error" : false, - "code" : 201, - "graph" : { - "name" : "social", - "edgeDefinitions" : [ - { - "collection" : "relation", - "from" : [ - "female", - "male" - ], - "to" : [ - "female", - "male" - ] - } - ], - "orphanCollections" : [ - "otherVertices" - ], - "_id" : "_graphs/social", - "_rev" : "554644585" - } -} diff --git a/Documentation/Examples/HttpGharialCreate.generated b/Documentation/Examples/HttpGharialCreate.generated deleted file mode 100644 index 0b4c87fed6..0000000000 --- a/Documentation/Examples/HttpGharialCreate.generated +++ /dev/null @@ -1,42 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial <<EOF -{ - "name" : "myGraph", - "edgeDefinitions" : [ - { - "collection" : "edges", - "from" : [ - "startVertices" - ], - "to" : [ - "endVertices" - ] - } - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json -etag: 559035497 - -{ - "error" : false, - "code" : 201, - "graph" : { - "name" : "myGraph", - "edgeDefinitions" : [ - { - "collection" : "edges", - "from" : [ - "startVertices" - ], - "to" : [ - "endVertices" - ] - } - ], - "orphanCollections" : [ ], - "_id" : "_graphs/myGraph", - "_rev" : "559035497" - } -} diff --git a/Documentation/Examples/HttpGharialDeleteEdge.generated b/Documentation/Examples/HttpGharialDeleteEdge.generated deleted file mode 100644 index a65dd6b0a6..0000000000 --- a/Documentation/Examples/HttpGharialDeleteEdge.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob - -HTTP/1.1 202 Accepted -content-type: application/json - -{ - "error" : false, - "code" : 202, - "removed" : true -} diff --git a/Documentation/Examples/HttpGharialDeleteVertex.generated b/Documentation/Examples/HttpGharialDeleteVertex.generated deleted file mode 100644 index 35f417cb12..0000000000 --- a/Documentation/Examples/HttpGharialDeleteVertex.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice - -HTTP/1.1 202 Accepted -content-type: application/json - -{ - "error" : false, - "code" : 202, - "removed" : true -} diff --git a/Documentation/Examples/HttpGharialDrop.generated b/Documentation/Examples/HttpGharialDrop.generated deleted file mode 100644 index 6c929b3f1c..0000000000 --- a/Documentation/Examples/HttpGharialDrop.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social?dropCollections=true - -HTTP/1.1 200 OK -content-type: application/json - -{ - "error" : false, - "code" : 200, - "removed" : true -} diff --git a/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated b/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated deleted file mode 100644 index 474015cd3a..0000000000 --- a/Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/edge/relation - -HTTP/1.1 200 OK -content-type: application/json -etag: 572470377 - -{ - "error" : false, - "code" : 200, - "graph" : { - "name" : "social", - "edgeDefinitions" : [ ], - "orphanCollections" : [ - "female", - "male" - ], - "_id" : "_graphs/social", - "_rev" : "572470377" - } -} diff --git a/Documentation/Examples/HttpGharialGetEdge.generated b/Documentation/Examples/HttpGharialGetEdge.generated deleted file mode 100644 index 0d726aabfb..0000000000 --- a/Documentation/Examples/HttpGharialGetEdge.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob - -HTTP/1.1 200 OK -content-type: application/json -etag: 577647721 - -{ - "error" : false, - "code" : 200, - "edge" : { - "_id" : "relation/aliceAndBob", - "_key" : "aliceAndBob", - "_rev" : "577647721", - "_from" : "female/alice", - "_to" : "male/bob", - "type" : "married" - } -} diff --git a/Documentation/Examples/HttpGharialGetGraph.generated b/Documentation/Examples/HttpGharialGetGraph.generated deleted file mode 100644 index 922a540d26..0000000000 --- a/Documentation/Examples/HttpGharialGetGraph.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/gharial/myGraph - -HTTP/1.1 200 OK -content-type: application/json -etag: 579941481 - -{ - "error" : false, - "code" : 200, - "graph" : { - "name" : "myGraph", - "edgeDefinitions" : [ - { - "collection" : "edges", - "from" : [ - "startVertices" - ], - "to" : [ - "endVertices" - ] - } - ], - "orphanCollections" : [ ], - "_id" : "_graphs/myGraph", - "_rev" : "579941481" - } -} diff --git a/Documentation/Examples/HttpGharialGetVertex.generated b/Documentation/Examples/HttpGharialGetVertex.generated deleted file mode 100644 index aa44336c85..0000000000 --- a/Documentation/Examples/HttpGharialGetVertex.generated +++ /dev/null @@ -1,16 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice - -HTTP/1.1 200 OK -content-type: application/json -etag: 581776489 - -{ - "error" : false, - "code" : 200, - "vertex" : { - "_id" : "female/alice", - "_key" : "alice", - "_rev" : "581776489", - "name" : "Alice" - } -} diff --git a/Documentation/Examples/HttpGharialList.generated b/Documentation/Examples/HttpGharialList.generated deleted file mode 100644 index 7229e2f396..0000000000 --- a/Documentation/Examples/HttpGharialList.generated +++ /dev/null @@ -1,67 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/gharial - -HTTP/1.1 200 OK -content-type: application/json - -{ - "error" : false, - "code" : 202, - "graphs" : [ - { - "_id" : "_graphs/social", - "_key" : "social", - "_rev" : "585118825", - "edgeDefinitions" : [ - { - "collection" : "relation", - "from" : [ - "female", - "male" - ], - "to" : [ - "female", - "male" - ] - } - ], - "orphanCollections" : [ ] - }, - { - "_id" : "_graphs/routeplanner", - "_key" : "routeplanner", - "_rev" : "588199017", - "orphanCollections" : [ ], - "edgeDefinitions" : [ - { - "collection" : "germanHighway", - "from" : [ - "germanCity" - ], - "to" : [ - "germanCity" - ] - }, - { - "collection" : "frenchHighway", - "from" : [ - "frenchCity" - ], - "to" : [ - "frenchCity" - ] - }, - { - "collection" : "internationalHighway", - "from" : [ - "frenchCity", - "germanCity" - ], - "to" : [ - "frenchCity", - "germanCity" - ] - } - ] - } - ] -} diff --git a/Documentation/Examples/HttpGharialListEdge.generated b/Documentation/Examples/HttpGharialListEdge.generated deleted file mode 100644 index 7deb497fe6..0000000000 --- a/Documentation/Examples/HttpGharialListEdge.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/gharial/social/edge - -HTTP/1.1 200 OK -content-type: application/json - -{ - "error" : false, - "code" : 200, - "collections" : [ - "relation" - ] -} diff --git a/Documentation/Examples/HttpGharialListVertex.generated b/Documentation/Examples/HttpGharialListVertex.generated deleted file mode 100644 index 301ed2946d..0000000000 --- a/Documentation/Examples/HttpGharialListVertex.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex - -HTTP/1.1 200 OK -content-type: application/json - -{ - "error" : false, - "code" : 200, - "collections" : [ - "female", - "male" - ] -} diff --git a/Documentation/Examples/HttpGharialModifyVertex.generated b/Documentation/Examples/HttpGharialModifyVertex.generated deleted file mode 100644 index e38915add6..0000000000 --- a/Documentation/Examples/HttpGharialModifyVertex.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice <<EOF -{ - "age" : 26 -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json -etag: 605303913 - -{ - "error" : false, - "code" : 202, - "vertex" : { - "_id" : "female/alice", - "_rev" : "605303913", - "_oldRev" : "603141225", - "_key" : "alice" - } -} diff --git a/Documentation/Examples/HttpGharialPatchEdge.generated b/Documentation/Examples/HttpGharialPatchEdge.generated deleted file mode 100644 index a30409d49b..0000000000 --- a/Documentation/Examples/HttpGharialPatchEdge.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob <<EOF -{ - "since" : "01.01.2001" -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json -etag: 609301609 - -{ - "error" : false, - "code" : 202, - "edge" : { - "_id" : "relation/aliceAndBob", - "_rev" : "609301609", - "_oldRev" : "608187497", - "_key" : "aliceAndBob" - } -} diff --git a/Documentation/Examples/HttpGharialPutEdge.generated b/Documentation/Examples/HttpGharialPutEdge.generated deleted file mode 100644 index 9aab2cfa28..0000000000 --- a/Documentation/Examples/HttpGharialPutEdge.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob <<EOF -{ - "type" : "divorced" -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json -etag: 613168233 - -{ - "error" : false, - "code" : 202, - "edge" : { - "_id" : "relation/aliceAndBob", - "_rev" : "613168233", - "_oldRev" : "612185193", - "_key" : "aliceAndBob" - } -} diff --git a/Documentation/Examples/HttpGharialRemoveVertexCollection.generated b/Documentation/Examples/HttpGharialRemoveVertexCollection.generated deleted file mode 100644 index 5c435e10cc..0000000000 --- a/Documentation/Examples/HttpGharialRemoveVertexCollection.generated +++ /dev/null @@ -1,29 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/vertex/otherVertices - -HTTP/1.1 200 OK -content-type: application/json -etag: 617034857 - -{ - "error" : false, - "code" : 200, - "graph" : { - "name" : "social", - "edgeDefinitions" : [ - { - "collection" : "relation", - "from" : [ - "female", - "male" - ], - "to" : [ - "female", - "male" - ] - } - ], - "orphanCollections" : [ ], - "_id" : "_graphs/social", - "_rev" : "617034857" - } -} diff --git a/Documentation/Examples/HttpGharialRemoveVertexCollectionFailed.generated b/Documentation/Examples/HttpGharialRemoveVertexCollectionFailed.generated deleted file mode 100644 index 99dc91b703..0000000000 --- a/Documentation/Examples/HttpGharialRemoveVertexCollectionFailed.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/gharial/social/vertex/male - -HTTP/1.1 400 Bad Request -content-type: application/json - -{ - "error" : true, - "code" : 400, - "errorNum" : 1928, - "errorMessage" : "not in orphan collection" -} diff --git a/Documentation/Examples/HttpGharialReplaceEdgeCol.generated b/Documentation/Examples/HttpGharialReplaceEdgeCol.generated deleted file mode 100644 index ca5b2b36b6..0000000000 --- a/Documentation/Examples/HttpGharialReplaceEdgeCol.generated +++ /dev/null @@ -1,45 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation <<EOF -{ - "collection" : "relation", - "from" : [ - "female", - "male", - "animal" - ], - "to" : [ - "female", - "male", - "animal" - ] -} -EOF - -HTTP/1.1 200 OK -content-type: application/json -etag: 622408809 - -{ - "error" : false, - "code" : 200, - "graph" : { - "name" : "social", - "edgeDefinitions" : [ - { - "collection" : "relation", - "from" : [ - "animal", - "female", - "male" - ], - "to" : [ - "animal", - "female", - "male" - ] - } - ], - "orphanCollections" : [ ], - "_id" : "_graphs/social", - "_rev" : "622408809" - } -} diff --git a/Documentation/Examples/HttpGharialReplaceVertex.generated b/Documentation/Examples/HttpGharialReplaceVertex.generated deleted file mode 100644 index a09bf0ce17..0000000000 --- a/Documentation/Examples/HttpGharialReplaceVertex.generated +++ /dev/null @@ -1,21 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice <<EOF -{ - "name" : "Alice Cooper", - "age" : 26 -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json -etag: 629290089 - -{ - "error" : false, - "code" : 202, - "vertex" : { - "_id" : "female/alice", - "_rev" : "629290089", - "_oldRev" : "626996329", - "_key" : "alice" - } -} diff --git a/Documentation/Examples/IndexHandle.generated b/Documentation/Examples/IndexHandle.generated index 78b56dc059..fcbfae7fb7 100644 --- a/Documentation/Examples/IndexHandle.generated +++ b/Documentation/Examples/IndexHandle.generated @@ -1,6 +1,6 @@ arangosh> db.example.ensureIndex({ type: "skiplist", fields: [ "a", "b" ] }); { - "id" : "example/630469737", + "id" : "example/4019494843", "type" : "skiplist", "fields" : [ "a", @@ -15,7 +15,7 @@ arangosh> var indexInfo = db.example.getInd arangosh> indexInfo; [ "example/0", - "example/630469737" + "example/4019494843" ] arangosh> db._index(indexInfo[0]) { @@ -31,7 +31,7 @@ arangosh> db._index(indexInfo[0]) } arangosh> db._index(indexInfo[1]) { - "id" : "example/630469737", + "id" : "example/4019494843", "type" : "skiplist", "fields" : [ "a", diff --git a/Documentation/Examples/IndexVerify.generated b/Documentation/Examples/IndexVerify.generated index 4fcac4d9a8..509b1dca4d 100644 --- a/Documentation/Examples/IndexVerify.generated +++ b/Documentation/Examples/IndexVerify.generated @@ -1,7 +1,7 @@ arangosh> var explain = require("@arangodb/aql/explainer").explain; arangosh> db.example.ensureIndex({ type: "skiplist", fields: [ "a", "b" ] }); { - "id" : "example/631190633", + "id" : "example/4020215739", "type" : "skiplist", "fields" : [ "a", diff --git a/Documentation/Examples/JSF_job_cancel.generated b/Documentation/Examples/JSF_job_cancel.generated deleted file mode 100644 index 53acb7f0db..0000000000 --- a/Documentation/Examples/JSF_job_cancel.generated +++ /dev/null @@ -1,32 +0,0 @@ -shell> curl -X POST --header 'x-arango-async: store' --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR i IN 1..10 FOR j IN 1..10 LET x = sleep(1.0) FILTER i == 5 && j == 5 RETURN 42" -} -EOF - -HTTP/1.1 202 Accepted -content-type: text/plain; charset=utf-8 -x-arango-async-id: 145216793943678 - -shell> curl --dump - http://localhost:8529/_api/job/pending - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - "145216793943678" -] -shell> curl -X PUT --dump - http://localhost:8529/_api/job/145216793943678/cancel - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true -} -shell> curl --dump - http://localhost:8529/_api/job/pending - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ ] diff --git a/Documentation/Examples/JSF_job_delete_01.generated b/Documentation/Examples/JSF_job_delete_01.generated deleted file mode 100644 index cab357341e..0000000000 --- a/Documentation/Examples/JSF_job_delete_01.generated +++ /dev/null @@ -1,14 +0,0 @@ -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-arango-async-id: 145216793943685 - -shell> curl -X DELETE --dump - http://localhost:8529/_api/job/all - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true -} diff --git a/Documentation/Examples/JSF_job_delete_02.generated b/Documentation/Examples/JSF_job_delete_02.generated deleted file mode 100644 index a860645839..0000000000 --- a/Documentation/Examples/JSF_job_delete_02.generated +++ /dev/null @@ -1,30 +0,0 @@ -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-arango-async-id: 145216793943689 - -shell> curl --dump - http://localhost:8529/_admin/time - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "time" : 1452167976.507345, - "error" : false, - "code" : 200 -} -shell> curl -X DELETE --dump - http://localhost:8529/_api/job/expired?stamp=1452167976.507345 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true -} -shell> curl --dump - http://localhost:8529/_api/job/pending - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ ] diff --git a/Documentation/Examples/JSF_job_delete_03.generated b/Documentation/Examples/JSF_job_delete_03.generated deleted file mode 100644 index 09a0d49d36..0000000000 --- a/Documentation/Examples/JSF_job_delete_03.generated +++ /dev/null @@ -1,14 +0,0 @@ -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-arango-async-id: 145216793943696 - -shell> curl -X DELETE --dump - http://localhost:8529/_api/job/145216793943696 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true -} diff --git a/Documentation/Examples/JSF_job_delete_04.generated b/Documentation/Examples/JSF_job_delete_04.generated deleted file mode 100644 index a2173ee3c5..0000000000 --- a/Documentation/Examples/JSF_job_delete_04.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/job/AreYouThere - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "not found", - "errorNum" : 404 -} diff --git a/Documentation/Examples/JSF_job_fetch_result_01.generated b/Documentation/Examples/JSF_job_fetch_result_01.generated deleted file mode 100644 index 943b2d5de9..0000000000 --- a/Documentation/Examples/JSF_job_fetch_result_01.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/job - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "bad parameter", - "errorNum" : 400 -} diff --git a/Documentation/Examples/JSF_job_fetch_result_02.generated b/Documentation/Examples/JSF_job_fetch_result_02.generated deleted file mode 100644 index 44a9e6e677..0000000000 --- a/Documentation/Examples/JSF_job_fetch_result_02.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/job/notthere - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "not found", - "errorNum" : 404 -} diff --git a/Documentation/Examples/JSF_job_fetch_result_03.generated b/Documentation/Examples/JSF_job_fetch_result_03.generated deleted file mode 100644 index 5f1ef66b17..0000000000 --- a/Documentation/Examples/JSF_job_fetch_result_03.generated +++ /dev/null @@ -1,16 +0,0 @@ -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-arango-async-id: 145216793943707 - -shell> curl -X PUT --dump - http://localhost:8529/_api/job/145216793943707 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -x-arango-async-id: 145216793943707 - -{ - "server" : "arango", - "version" : "2.7.0-devel" -} diff --git a/Documentation/Examples/JSF_job_fetch_result_04.generated b/Documentation/Examples/JSF_job_fetch_result_04.generated deleted file mode 100644 index df53b23b23..0000000000 --- a/Documentation/Examples/JSF_job_fetch_result_04.generated +++ /dev/null @@ -1,22 +0,0 @@ -shell> curl -X PUT --header 'x-arango-async: store' --data-binary @- --dump - http://localhost:8529/_api/collection <<EOF -{ - "name" : " this name is invalid" -} -EOF - -HTTP/1.1 202 Accepted -content-type: text/plain; charset=utf-8 -x-arango-async-id: 145216793943711 - -shell> curl -X PUT --dump - http://localhost:8529/_api/job/145216793943711 - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 -x-arango-async-id: 145216793943711 - -{ - "error" : true, - "code" : 400, - "errorNum" : 400, - "errorMessage" : "expected PUT /_api/collection/<collection-name>/<action>" -} diff --git a/Documentation/Examples/JSF_job_getByType_01.generated b/Documentation/Examples/JSF_job_getByType_01.generated deleted file mode 100644 index b89a224f78..0000000000 --- a/Documentation/Examples/JSF_job_getByType_01.generated +++ /dev/null @@ -1,14 +0,0 @@ -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-arango-async-id: 145216793943715 - -shell> curl --dump - http://localhost:8529/_api/job/done - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - "145216793943715" -] diff --git a/Documentation/Examples/JSF_job_getByType_02.generated b/Documentation/Examples/JSF_job_getByType_02.generated deleted file mode 100644 index c376f40fda..0000000000 --- a/Documentation/Examples/JSF_job_getByType_02.generated +++ /dev/null @@ -1,12 +0,0 @@ -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-arango-async-id: 145216793943719 - -shell> curl --dump - http://localhost:8529/_api/job/pending - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ ] diff --git a/Documentation/Examples/JSF_job_getByType_03.generated b/Documentation/Examples/JSF_job_getByType_03.generated deleted file mode 100644 index b4ea4dc0fd..0000000000 --- a/Documentation/Examples/JSF_job_getByType_03.generated +++ /dev/null @@ -1,22 +0,0 @@ -shell> curl --header 'x-arango-async: store' --dump - http://localhost:8529/_admin/sleep?duration=30 - -HTTP/1.1 202 Accepted -content-type: text/plain; charset=utf-8 -x-arango-async-id: 145216793943723 - -shell> curl --dump - http://localhost:8529/_api/job/pending - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - "145216793943723" -] -shell> curl -X DELETE --dump - http://localhost:8529/_api/job/145216793943723 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true -} diff --git a/Documentation/Examples/JSF_job_getStatusById_01.generated b/Documentation/Examples/JSF_job_getStatusById_01.generated deleted file mode 100644 index 20f6faad22..0000000000 --- a/Documentation/Examples/JSF_job_getStatusById_01.generated +++ /dev/null @@ -1,16 +0,0 @@ -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-arango-async-id: 145216793943728 - -shell> curl -X PUT --dump - http://localhost:8529/_api/job/145216793943728 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -x-arango-async-id: 145216793943728 - -{ - "server" : "arango", - "version" : "2.7.0-devel" -} diff --git a/Documentation/Examples/JSF_job_getStatusById_02.generated b/Documentation/Examples/JSF_job_getStatusById_02.generated deleted file mode 100644 index 6a1ce40aad..0000000000 --- a/Documentation/Examples/JSF_job_getStatusById_02.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --header 'x-arango-async: store' --dump - http://localhost:8529/_admin/sleep?duration=30 - -HTTP/1.1 202 Accepted -content-type: text/plain; charset=utf-8 -x-arango-async-id: 145216793943732 - -shell> curl --dump - http://localhost:8529/_api/job/145216793943732 - -HTTP/1.1 204 No Content -content-type: text/plain; charset=utf-8 - diff --git a/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated b/Documentation/Examples/JSON_01_routingCreateJsonHelloWorld.generated index ed0c78ee21..aabb529563 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/631649385", - "_rev" : "631649385", - "_key" : "631649385" + "_id" : "_routing/4020543419", + "_rev" : "4020543419", + "_key" : "4020543419" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated b/Documentation/Examples/JSON_05a_routingCreateContentTypeHelloWorld.generated index 92c97a4170..273a1732dc 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/632304745", - "_rev" : "632304745", - "_key" : "632304745" + "_id" : "_routing/4021198779", + "_rev" : "4021198779", + "_key" : "4021198779" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated b/Documentation/Examples/JSON_06_routingCreateHelloEcho.generated index 498654cfee..8801848d4d 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/633091177", - "_rev" : "633091177", - "_key" : "633091177" + "_id" : "_routing/4021854139", + "_rev" : "4021854139", + "_key" : "4021854139" } diff --git a/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated b/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated index 72ef4c618e..39ecc13e29 100644 --- a/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated +++ b/Documentation/Examples/JSON_07_fetchroutingCreateHelloEcho.generated @@ -7,12 +7,12 @@ arangosh> arango.GET("/hello/echo") "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -29,7 +29,7 @@ arangosh> arango.GET("/hello/echo") }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, diff --git a/Documentation/Examples/JSON_09_routingCreateEchoController.generated b/Documentation/Examples/JSON_09_routingCreateEchoController.generated index 62bdfc7a61..c0ef72f04a 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/633943145", - "_rev" : "633943145", - "_key" : "633943145" + "_id" : "_routing/4022509499", + "_rev" : "4022509499", + "_key" : "4022509499" } diff --git a/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated b/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated index 72ef4c618e..39ecc13e29 100644 --- a/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated +++ b/Documentation/Examples/JSON_10_fetchroutingCreateEchoController.generated @@ -7,12 +7,12 @@ arangosh> arango.GET("/hello/echo") "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -29,7 +29,7 @@ arangosh> arango.GET("/hello/echo") }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, diff --git a/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated b/Documentation/Examples/JSON_12a_routingCreateEchoFunction.generated index 3ee4c3ce1a..3c45413705 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/634795113", - "_rev" : "634795113", - "_key" : "634795113" + "_id" : "_routing/4023164859", + "_rev" : "4023164859", + "_key" : "4023164859" } diff --git a/Documentation/Examples/JSON_13_routingCreateEchoAction.generated b/Documentation/Examples/JSON_13_routingCreateEchoAction.generated index 439f947ddc..3c9a653a5c 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/635516009", - "_rev" : "635516009", - "_key" : "635516009" + "_id" : "_routing/4023820219", + "_rev" : "4023820219", + "_key" : "4023820219" } diff --git a/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated b/Documentation/Examples/JSON_15_routingCreateEchoRequestOptions.generated index f5699e52bd..077b9c795b 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/636171369", - "_rev" : "636171369", - "_key" : "636171369" + "_id" : "_routing/4024213435", + "_rev" : "4024213435", + "_key" : "4024213435" } diff --git a/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated b/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated index 4dc19a33f6..aa24fa5e2d 100644 --- a/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated +++ b/Documentation/Examples/JSON_16_fetchroutingEchoRequestOptions.generated @@ -7,12 +7,12 @@ arangosh> arango.GET("/echo") "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -29,12 +29,11 @@ arangosh> arango.GET("/echo") }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, "options" : { - "Hello" : "World" } } arangosh> db._query("FOR route IN _routing FILTER route.url == '/echo' REMOVE route in _routing") diff --git a/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated b/Documentation/Examples/MOD_01a_routingCreateOwnTest.generated index 83f87ff70e..5ae4e4a39f 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/637154409", - "_rev" : "637154409", - "_key" : "637154409" + "_id" : "_modules/4024999867", + "_rev" : "4024999867", + "_key" : "4024999867" } diff --git a/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated b/Documentation/Examples/MOD_01b_routingEnableOwnTest.generated index f30c6ea81f..12f1bcb4ec 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/637351017", - "_rev" : "637351017", - "_key" : "637351017" + "_id" : "_routing/4025196475", + "_rev" : "4025196475", + "_key" : "4025196475" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/MOD_06a_routingRedirect.generated b/Documentation/Examples/MOD_06a_routingRedirect.generated index f3a52cfd5b..a281290a99 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/639054953", - "_rev" : "639054953", - "_key" : "639054953" + "_id" : "_routing/4026834875", + "_rev" : "4026834875", + "_key" : "4026834875" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/MOD_07a_routingMulti.generated b/Documentation/Examples/MOD_07a_routingMulti.generated index 2199de395d..fbc7840564 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/639972457", - "_rev" : "639972457", - "_key" : "639972457" + "_id" : "_routing/4027490235", + "_rev" : "4027490235", + "_key" : "4027490235" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/MOD_07c_routingMulti.generated b/Documentation/Examples/MOD_07c_routingMulti.generated index 626598a82a..ae0c746534 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/640758889", - "_rev" : "640758889", - "_key" : "640758889" + "_id" : "_routing/4028145595", + "_rev" : "4028145595", + "_key" : "4028145595" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated b/Documentation/Examples/MOD_08a_routingCreateOwnConsoleLog.generated index 6970fe7c2f..ca139992ef 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/641414249", - "_rev" : "641414249", - "_key" : "641414249" + "_id" : "_modules/4028800955", + "_rev" : "4028800955", + "_key" : "4028800955" } diff --git a/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated b/Documentation/Examples/MOD_08b_routingCreateRouteToOwnConsoleLog.generated index d7ea0664b1..ba5432db5c 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/641873001", - "_rev" : "641873001", - "_key" : "641873001" + "_id" : "_routing/4028997563", + "_rev" : "4028997563", + "_key" : "4028997563" } diff --git a/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated b/Documentation/Examples/MOD_08c_routingCreateRouteToOwnConsoleLog.generated index d954dcb989..ae3bed7b4b 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/642069609", - "_rev" : "642069609", - "_key" : "642069609" + "_id" : "_routing/4029194171", + "_rev" : "4029194171", + "_key" : "4029194171" } arangosh> db._routing.save({ ........> url: "/subdirectory/ourtest/2", @@ -16,9 +16,9 @@ arangosh> db._routing.save({ ........> } ........> }); { - "_id" : "_routing/642266217", - "_rev" : "642266217", - "_key" : "642266217" + "_id" : "_routing/4029390779", + "_rev" : "4029390779", + "_key" : "4029390779" } arangosh> db._routing.save({ ........> url: "/subdirectory/ourtest/3", @@ -27,8 +27,8 @@ arangosh> db._routing.save({ ........> } ........> }); { - "_id" : "_routing/642462825", - "_rev" : "642462825", - "_key" : "642462825" + "_id" : "_routing/4029587387", + "_rev" : "4029587387", + "_key" : "4029587387" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated b/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated index 1c69f34789..19abaae91d 100644 --- a/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated +++ b/Documentation/Examples/MOD_08d_routingCurlToOwnConsoleLog.generated @@ -11,12 +11,12 @@ content-type: application/json; charset=utf-8 "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -33,7 +33,7 @@ content-type: application/json; charset=utf-8 }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, @@ -53,12 +53,12 @@ content-type: application/json; charset=utf-8 "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -75,7 +75,7 @@ content-type: application/json; charset=utf-8 }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, @@ -95,12 +95,12 @@ content-type: application/json; charset=utf-8 "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -117,7 +117,7 @@ content-type: application/json; charset=utf-8 }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, diff --git a/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated b/Documentation/Examples/MOD_09a_routingSpecifyMethods.generated index a9a75a3b86..c942a63457 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/646591593", - "_rev" : "646591593", - "_key" : "646591593" + "_id" : "_routing/4031553467", + "_rev" : "4031553467", + "_key" : "4031553467" } arangosh> require("internal").reloadRouting() diff --git a/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated b/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated index be81566c27..9ccc30a0fd 100644 --- a/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated +++ b/Documentation/Examples/MOD_09b_routingCurlSpecifyMethods.generated @@ -11,12 +11,12 @@ content-type: application/json; charset=utf-8 "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -33,7 +33,7 @@ content-type: application/json; charset=utf-8 }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, @@ -55,12 +55,12 @@ content-type: application/json; charset=utf-8 "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -78,7 +78,7 @@ content-type: application/json; charset=utf-8 }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, @@ -100,12 +100,12 @@ content-type: application/json; charset=utf-8 "protocol" : "http", "server" : { "address" : "127.0.0.1", - "port" : 38500 + "port" : 8529 }, "client" : { "address" : "127.0.0.1", - "port" : 50208, - "id" : "145216793940054" + "port" : 41780, + "id" : "145259224201104" }, "internals" : { }, @@ -123,7 +123,7 @@ content-type: application/json; charset=utf-8 }, "cookies" : { }, - "compatibility" : 20700, + "compatibility" : 20800, "urlParameters" : { } }, diff --git a/Documentation/Examples/QUERY_01_properyOfQueries.generated b/Documentation/Examples/QUERY_01_properyOfQueries.generated index 8ee31a2d9f..c3c3f58de5 100644 --- a/Documentation/Examples/QUERY_01_properyOfQueries.generated +++ b/Documentation/Examples/QUERY_01_properyOfQueries.generated @@ -5,7 +5,7 @@ arangosh> queries.properties(); "enabled" : true, "maxQueryStringLength" : 4096, "maxSlowQueries" : 64, - "slowQueryThreshold" : 10, + "slowQueryThreshold" : 1, "trackSlowQueries" : true } arangosh> queries.properties({slowQueryThreshold: 1}); diff --git a/Documentation/Examples/QUERY_02_listQueries.generated b/Documentation/Examples/QUERY_02_listQueries.generated index e9ae712e46..9dbb01e2b8 100644 --- a/Documentation/Examples/QUERY_02_listQueries.generated +++ b/Documentation/Examples/QUERY_02_listQueries.generated @@ -10,7 +10,7 @@ arangosh> tasks.register({ "name" : "this is a sample task to spawn a slow aql query", "type" : "timed", "offset" : 0.00001, - "created" : 1452167981.89619, + "created" : 1452619688.371183, "command" : "require('internal').db._query('FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLE...", "database" : "_system", "code" : 200 @@ -18,9 +18,9 @@ arangosh> tasks.register({ arangosh> queries.current(); [ { - "id" : "166", + "id" : "4001", "query" : "FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong", - "runTime" : 1.9659910202026367, - "started" : "2016-01-07T11:59:41Z" + "runTime" : 1.8614799976348877, + "started" : "2016-01-12T17:28:08Z" } ] diff --git a/Documentation/Examples/RestAdminStatistics1.generated b/Documentation/Examples/RestAdminStatistics1.generated deleted file mode 100644 index d9bebdca56..0000000000 --- a/Documentation/Examples/RestAdminStatistics1.generated +++ /dev/null @@ -1,125 +0,0 @@ -shell> curl --dump - http://localhost:8529/_admin/statistics - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "time" : 1452167984.2146, - "system" : { - "minorPageFaults" : 156337, - "majorPageFaults" : 0, - "userTime" : 39.11, - "systemTime" : 1.86, - "numberOfThreads" : 26, - "residentSize" : 179073024, - "residentSizePercent" : 0.005309042652794512, - "virtualSize" : 4240195584 - }, - "client" : { - "httpConnections" : -1, - "connectionTime" : { - "sum" : 0.0006129741668701172, - "count" : 1, - "counts" : [ - 1, - 0, - 0, - 0 - ] - }, - "totalTime" : { - "sum" : 18.83097767829895, - "count" : 3708, - "counts" : [ - 3404, - 267, - 25, - 6, - 3, - 1, - 2 - ] - }, - "requestTime" : { - "sum" : 18.396875619888306, - "count" : 3708, - "counts" : [ - 3405, - 266, - 25, - 6, - 3, - 1, - 2 - ] - }, - "queueTime" : { - "sum" : 0, - "count" : 0, - "counts" : [ - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ] - }, - "ioTime" : { - "sum" : 0.43410205841064453, - "count" : 3708, - "counts" : [ - 3708, - 0, - 0, - 0, - 0, - 0, - 0 - ] - }, - "bytesSent" : { - "sum" : 1837525, - "count" : 3708, - "counts" : [ - 396, - 3040, - 19, - 253, - 0, - 0 - ] - }, - "bytesReceived" : { - "sum" : 831889, - "count" : 3708, - "counts" : [ - 3444, - 264, - 0, - 0, - 0, - 0 - ] - } - }, - "http" : { - "requestsTotal" : 3747, - "requestsAsync" : 0, - "requestsGet" : 679, - "requestsHead" : 71, - "requestsPost" : 2728, - "requestsPut" : 120, - "requestsPatch" : 3, - "requestsDelete" : 145, - "requestsOptions" : 0, - "requestsOther" : 1 - }, - "server" : { - "uptime" : 44.80226683616638, - "physicalMemory" : 33729814528 - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestAdminStatisticsDescription1.generated b/Documentation/Examples/RestAdminStatisticsDescription1.generated deleted file mode 100644 index 010c70afb5..0000000000 --- a/Documentation/Examples/RestAdminStatisticsDescription1.generated +++ /dev/null @@ -1,292 +0,0 @@ -shell> curl --dump - http://localhost:8529/_admin/statistics-description - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "groups" : [ - { - "group" : "system", - "name" : "Process Statistics", - "description" : "Statistics about the ArangoDB process" - }, - { - "group" : "client", - "name" : "Client Connection Statistics", - "description" : "Statistics about the connections." - }, - { - "group" : "http", - "name" : "HTTP Request Statistics", - "description" : "Statistics about the HTTP requests." - }, - { - "group" : "server", - "name" : "Server Statistics", - "description" : "Statistics about the ArangoDB server" - } - ], - "figures" : [ - { - "group" : "system", - "identifier" : "userTime", - "name" : "User Time", - "description" : "Amount of time that this process has been scheduled in user mode, measured in seconds.", - "type" : "accumulated", - "units" : "seconds" - }, - { - "group" : "system", - "identifier" : "systemTime", - "name" : "System Time", - "description" : "Amount of time that this process has been scheduled in kernel mode, measured in seconds.", - "type" : "accumulated", - "units" : "seconds" - }, - { - "group" : "system", - "identifier" : "numberOfThreads", - "name" : "Number of Threads", - "description" : "Number of threads in the arangod process.", - "type" : "current", - "units" : "number" - }, - { - "group" : "system", - "identifier" : "residentSize", - "name" : "Resident Set Size", - "description" : "The total size of the number of pages the process has in real memory. This is just the pages which count toward text, data, or stack space. This does not include pages which have not been demand-loaded in, or which are swapped out. The resident set size is reported in bytes.", - "type" : "current", - "units" : "bytes" - }, - { - "group" : "system", - "identifier" : "residentSizePercent", - "name" : "Resident Set Size", - "description" : "The percentage of physical memory used by the process as resident set size.", - "type" : "current", - "units" : "percent" - }, - { - "group" : "system", - "identifier" : "virtualSize", - "name" : "Virtual Memory Size", - "description" : "On Windows, this figure contains the total amount of memory that the memory manager has committed for the arangod process. On other systems, this figure contains The size of the virtual memory the process is using.", - "type" : "current", - "units" : "bytes" - }, - { - "group" : "system", - "identifier" : "minorPageFaults", - "name" : "Minor Page Faults", - "description" : "The number of minor faults the process has made which have not required loading a memory page from disk. This figure is not reported on Windows.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "system", - "identifier" : "majorPageFaults", - "name" : "Major Page Faults", - "description" : "On Windows, this figure contains the total number of page faults. On other system, this figure contains the number of major faults the process has made which have required loading a memory page from disk.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "client", - "identifier" : "httpConnections", - "name" : "Client Connections", - "description" : "The number of connections that are currently open.", - "type" : "current", - "units" : "number" - }, - { - "group" : "client", - "identifier" : "totalTime", - "name" : "Total Time", - "description" : "Total time needed to answer a request.", - "type" : "distribution", - "cuts" : [ - 0.01, - 0.05, - 0.1, - 0.2, - 0.5, - 1 - ], - "units" : "seconds" - }, - { - "group" : "client", - "identifier" : "requestTime", - "name" : "Request Time", - "description" : "Request time needed to answer a request.", - "type" : "distribution", - "cuts" : [ - 0.01, - 0.05, - 0.1, - 0.2, - 0.5, - 1 - ], - "units" : "seconds" - }, - { - "group" : "client", - "identifier" : "queueTime", - "name" : "Queue Time", - "description" : "Queue time needed to answer a request.", - "type" : "distribution", - "cuts" : [ - 0.01, - 0.05, - 0.1, - 0.2, - 0.5, - 1 - ], - "units" : "seconds" - }, - { - "group" : "client", - "identifier" : "bytesSent", - "name" : "Bytes Sent", - "description" : "Bytes sents for a request.", - "type" : "distribution", - "cuts" : [ - 250, - 1000, - 2000, - 5000, - 10000 - ], - "units" : "bytes" - }, - { - "group" : "client", - "identifier" : "bytesReceived", - "name" : "Bytes Received", - "description" : "Bytes receiveds for a request.", - "type" : "distribution", - "cuts" : [ - 250, - 1000, - 2000, - 5000, - 10000 - ], - "units" : "bytes" - }, - { - "group" : "client", - "identifier" : "connectionTime", - "name" : "Connection Time", - "description" : "Total connection time of a client.", - "type" : "distribution", - "cuts" : [ - 0.1, - 1, - 60 - ], - "units" : "seconds" - }, - { - "group" : "http", - "identifier" : "requestsTotal", - "name" : "Total requests", - "description" : "Total number of HTTP requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsAsync", - "name" : "Async requests", - "description" : "Number of asynchronously executed HTTP requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsGet", - "name" : "HTTP GET requests", - "description" : "Number of HTTP GET requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsHead", - "name" : "HTTP HEAD requests", - "description" : "Number of HTTP HEAD requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsPost", - "name" : "HTTP POST requests", - "description" : "Number of HTTP POST requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsPut", - "name" : "HTTP PUT requests", - "description" : "Number of HTTP PUT requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsPatch", - "name" : "HTTP PATCH requests", - "description" : "Number of HTTP PATCH requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsDelete", - "name" : "HTTP DELETE requests", - "description" : "Number of HTTP DELETE requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsOptions", - "name" : "HTTP OPTIONS requests", - "description" : "Number of HTTP OPTIONS requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "http", - "identifier" : "requestsOther", - "name" : "other HTTP requests", - "description" : "Number of other HTTP requests.", - "type" : "accumulated", - "units" : "number" - }, - { - "group" : "server", - "identifier" : "uptime", - "name" : "Server Uptime", - "description" : "Number of seconds elapsed since server start.", - "type" : "current", - "units" : "seconds" - }, - { - "group" : "server", - "identifier" : "physicalMemory", - "name" : "Physical Memory", - "description" : "Physical memory in bytes.", - "type" : "current", - "units" : "bytes" - } - ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestAqlfunctionCreate.generated b/Documentation/Examples/RestAqlfunctionCreate.generated deleted file mode 100644 index ee7c5adb43..0000000000 --- a/Documentation/Examples/RestAqlfunctionCreate.generated +++ /dev/null @@ -1,14 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/aqlfunction <<EOF -{ - "name" : "myfunctions::temperature::celsiustofahrenheit", - "code" : "function (celsius) { return celsius * 1.8 + 32; }" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestAqlfunctionDelete.generated b/Documentation/Examples/RestAqlfunctionDelete.generated deleted file mode 100644 index 89ba971191..0000000000 --- a/Documentation/Examples/RestAqlfunctionDelete.generated +++ /dev/null @@ -1,9 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/aqlfunction/square::x::y - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestAqlfunctionDeleteFails.generated b/Documentation/Examples/RestAqlfunctionDeleteFails.generated deleted file mode 100644 index 91f1d3c517..0000000000 --- a/Documentation/Examples/RestAqlfunctionDeleteFails.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/aqlfunction/myfunction::x::y - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 404, - "errorNum" : 1582, - "errorMessage" : "user function '%s()' not found" -} diff --git a/Documentation/Examples/RestAqlfunctionsGetAll.generated b/Documentation/Examples/RestAqlfunctionsGetAll.generated deleted file mode 100644 index 28ee89c65b..0000000000 --- a/Documentation/Examples/RestAqlfunctionsGetAll.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/aqlfunction - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - { - "name" : "myfunctions::temperature::celsiustofahrenheit", - "code" : "function (celsius) { return celsius * 1.8 + 32; }" - } -] diff --git a/Documentation/Examples/RestBatchImplicitBoundary.generated b/Documentation/Examples/RestBatchImplicitBoundary.generated deleted file mode 100644 index 688e2fb062..0000000000 --- a/Documentation/Examples/RestBatchImplicitBoundary.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/batch <<EOF ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart - -DELETE /_api/collection/notexisting1 HTTP/1.1 - ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart - -DELETE _api/collection/notexisting2 HTTP/1.1 ---SomeBoundaryValue-- - -EOF - -HTTP/1.1 200 OK -x-arango-errors: 2 - -"--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\n\r\nHTTP/1.1 404 Not Found\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 92\r\n\r\n{\"error\":true,\"code\":404,\"errorNum\":1203,\"errorMessage\":\"unknown collection 'notexisting1'\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\n\r\nHTTP/1.1 404 Not Found\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 deleted file mode 100644 index 573545d5a0..0000000000 --- a/Documentation/Examples/RestBatchMultipartHeader.generated +++ /dev/null @@ -1,41 +0,0 @@ -shell> curl -X POST --header 'Content-Type: multipart/form-data; boundary=SomeBoundaryValue' --data-binary @- --dump - http://localhost:8529/_api/batch <<EOF ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart -Content-Id: myId1 - -GET /_api/version HTTP/1.1 - ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart -Content-Id: myId2 - -DELETE /_api/collection/products HTTP/1.1 - ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart -Content-Id: someId - -POST /_api/collection/products HTTP/1.1 - -{"name": "products" } - ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart -Content-Id: nextId - -GET /_api/collection/products/figures HTTP/1.1 - ---SomeBoundaryValue -Content-Type: application/x-arango-batchpart -Content-Id: otherId - -DELETE /_api/collection/products HTTP/1.1 ---SomeBoundaryValue-- - -EOF - -HTTP/1.1 200 OK -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\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 43\r\n\r\n{\"server\":\"arango\",\"version\":\"2.7.0-devel\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: myId2\r\n\r\nHTTP/1.1 404 Not Found\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 88\r\n\r\n{\"error\":true,\"code\":404,\"errorNum\":1203,\"errorMessage\":\"unknown collection 'products'\"}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: someId\r\n\r\nHTTP/1.1 200 OK\r\nLocation: /_db/_system/_api/collection/products\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 137\r\n\r\n{\"id\":\"649147497\",\"name\":\"products\",\"waitForSync\":false,\"isVolatile\":false,\"isSystem\":false,\"status\":3,\"type\":2,\"error\":false,\"code\":200}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: nextId\r\n\r\nHTTP/1.1 200 OK\r\nLocation: /_db/_system/_api/collection/products/figures\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 765\r\n\r\n{\"id\":\"649147497\",\"name\":\"products\",\"isSystem\":false,\"doCompact\":true,\"isVolatile\":false,\"journalSize\":1048576,\"keyOptions\":{\"type\":\"traditional\",\"allowUserKeys\":true},\"waitForSync\":false,\"indexBuckets\":8,\"count\":0,\"figures\":{\"alive\":{\"count\":0,\"size\":0},\"dead\":{\"count\":0,\"size\":0,\"deletion\":0},\"datafiles\":{\"count\":0,\"fileSize\":0},\"journals\":{\"count\":0,\"fileSize\":0},\"compactors\":{\"count\":0,\"fileSize\":0},\"shapefiles\":{\"count\":0,\"fileSize\":0},\"shapes\":{\"count\":0,\"size\":0},\"attributes\":{\"count\":0,\"size\":0},\"indexes\":{\"count\":1,\"size\":16064},\"lastTick\":\"0\",\"uncollectedLogfileEntries\":0,\"documentReferences\":0,\"waitingFor\":\"-\",\"compactionStatus\":{\"message\":\"compaction not yet started\",\"time\":\"2016-01-07T11:59:45Z\"}},\"status\":3,\"type\":2,\"error\":false,\"code\":200}\r\n--SomeBoundaryValue\r\nContent-Type: application/x-arango-batchpart\r\nContent-Id: otherId\r\n\r\nHTTP/1.1 200 OK\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 43\r\n\r\n{\"id\":\"649147497\",\"error\":false,\"code\":200}\r\n--SomeBoundaryValue--" diff --git a/Documentation/Examples/RestCollectionCreateCollection.generated b/Documentation/Examples/RestCollectionCreateCollection.generated deleted file mode 100644 index 7240706a54..0000000000 --- a/Documentation/Examples/RestCollectionCreateCollection.generated +++ /dev/null @@ -1,43 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/collection <<EOF -{ - "name" : "testCollectionBasics" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/testCollectionBasics - -{ - "id" : "649475177", - "name" : "testCollectionBasics", - "waitForSync" : false, - "isVolatile" : false, - "isSystem" : false, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/collection <<EOF -{ - "name" : "testCollectionEdges", - "type" : 3 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/testCollectionEdges - -{ - "id" : "649606249", - "name" : "testCollectionEdges", - "waitForSync" : false, - "isVolatile" : false, - "isSystem" : false, - "status" : 3, - "type" : 3, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionCreateKeyopt.generated b/Documentation/Examples/RestCollectionCreateKeyopt.generated deleted file mode 100644 index c8d87479ef..0000000000 --- a/Documentation/Examples/RestCollectionCreateKeyopt.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/collection <<EOF -{ - "name" : "testCollectionUsers", - "keyOptions" : { - "type" : "autoincrement", - "increment" : 5, - "allowUserKeys" : true - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/testCollectionUsers - -{ - "id" : "649868393", - "name" : "testCollectionUsers", - "waitForSync" : false, - "isVolatile" : false, - "isSystem" : false, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated b/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated deleted file mode 100644 index 95eb5b136d..0000000000 --- a/Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/collection/650065001 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "650065001", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionDeleteCollectionName.generated b/Documentation/Examples/RestCollectionDeleteCollectionName.generated deleted file mode 100644 index 31479058fa..0000000000 --- a/Documentation/Examples/RestCollectionDeleteCollectionName.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/collection/products1 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "650261609", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetAllCollections.generated b/Documentation/Examples/RestCollectionGetAllCollections.generated deleted file mode 100644 index 2c794b4ef0..0000000000 --- a/Documentation/Examples/RestCollectionGetAllCollections.generated +++ /dev/null @@ -1,279 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "collections" : [ - { - "id" : "2307177", - "name" : "_routing", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "4076649", - "name" : "_statisticsRaw", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "13841513", - "name" : "_sessions", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "5387369", - "name" : "_queues", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "4469865", - "name" : "_statistics", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "4863081", - "name" : "_statistics15", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "2176105", - "name" : "_modules", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "3945577", - "name" : "_aqlfunctions", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "5256297", - "name" : "_configuration", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "14562409", - "name" : "_system_users_users", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "5649513", - "name" : "_apps", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "15873129", - "name" : "testbug_nodeTypes", - "isSystem" : false, - "status" : 3, - "type" : 2 - }, - { - "id" : "2045033", - "name" : "_graphs", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "2438249", - "name" : "_cluster_kickstarter_plans", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "210025", - "name" : "_users", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "21116009", - "name" : "demo", - "isSystem" : false, - "status" : 3, - "type" : 2 - }, - { - "id" : "5518441", - "name" : "_jobs", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - { - "id" : "15742057", - "name" : "testbug_testCollection", - "isSystem" : false, - "status" : 3, - "type" : 2 - }, - { - "id" : "21967977", - "name" : "animals", - "isSystem" : false, - "status" : 3, - "type" : 2 - } - ], - "names" : { - "_routing" : { - "id" : "2307177", - "name" : "_routing", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_statisticsRaw" : { - "id" : "4076649", - "name" : "_statisticsRaw", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_sessions" : { - "id" : "13841513", - "name" : "_sessions", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_queues" : { - "id" : "5387369", - "name" : "_queues", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_statistics" : { - "id" : "4469865", - "name" : "_statistics", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_statistics15" : { - "id" : "4863081", - "name" : "_statistics15", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_modules" : { - "id" : "2176105", - "name" : "_modules", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_aqlfunctions" : { - "id" : "3945577", - "name" : "_aqlfunctions", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_configuration" : { - "id" : "5256297", - "name" : "_configuration", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_system_users_users" : { - "id" : "14562409", - "name" : "_system_users_users", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_apps" : { - "id" : "5649513", - "name" : "_apps", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "testbug_nodeTypes" : { - "id" : "15873129", - "name" : "testbug_nodeTypes", - "isSystem" : false, - "status" : 3, - "type" : 2 - }, - "_graphs" : { - "id" : "2045033", - "name" : "_graphs", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_cluster_kickstarter_plans" : { - "id" : "2438249", - "name" : "_cluster_kickstarter_plans", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "_users" : { - "id" : "210025", - "name" : "_users", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "demo" : { - "id" : "21116009", - "name" : "demo", - "isSystem" : false, - "status" : 3, - "type" : 2 - }, - "_jobs" : { - "id" : "5518441", - "name" : "_jobs", - "isSystem" : true, - "status" : 3, - "type" : 2 - }, - "testbug_testCollection" : { - "id" : "15742057", - "name" : "testbug_testCollection", - "isSystem" : false, - "status" : 3, - "type" : 2 - }, - "animals" : { - "id" : "21967977", - "name" : "animals", - "isSystem" : false, - "status" : 3, - "type" : 2 - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionChecksum.generated b/Documentation/Examples/RestCollectionGetCollectionChecksum.generated deleted file mode 100644 index 7ab6397606..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionChecksum.generated +++ /dev/null @@ -1,16 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection/products/checksum - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "650458217", - "name" : "products", - "isSystem" : false, - "status" : 3, - "type" : 2, - "checksum" : 234227169, - "revision" : "650785897", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated b/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated deleted file mode 100644 index 52dd903bd6..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated +++ /dev/null @@ -1,16 +0,0 @@ -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 - -{ - "id" : "651048041", - "name" : "products", - "isSystem" : false, - "status" : 3, - "type" : 2, - "checksum" : 1754962955, - "revision" : "651375721", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionCount.generated b/Documentation/Examples/RestCollectionGetCollectionCount.generated deleted file mode 100644 index 1388facb33..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionCount.generated +++ /dev/null @@ -1,25 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection/products/count - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/products/count - -{ - "id" : "651637865", - "name" : "products", - "isSystem" : false, - "doCompact" : true, - "isVolatile" : false, - "journalSize" : 1048576, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "waitForSync" : true, - "indexBuckets" : 8, - "count" : 100, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionFigures.generated b/Documentation/Examples/RestCollectionGetCollectionFigures.generated deleted file mode 100644 index 7aaa5cfa4d..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionFigures.generated +++ /dev/null @@ -1,72 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection/products/figures - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/products/figures - -{ - "id" : "671954025", - "name" : "products", - "isSystem" : false, - "doCompact" : true, - "isVolatile" : false, - "journalSize" : 1048576, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "waitForSync" : false, - "indexBuckets" : 8, - "count" : 1, - "figures" : { - "alive" : { - "count" : 0, - "size" : 0 - }, - "dead" : { - "count" : 0, - "size" : 0, - "deletion" : 0 - }, - "datafiles" : { - "count" : 0, - "fileSize" : 0 - }, - "journals" : { - "count" : 1, - "fileSize" : 1048576 - }, - "compactors" : { - "count" : 0, - "fileSize" : 0 - }, - "shapefiles" : { - "count" : 0, - "fileSize" : 0 - }, - "shapes" : { - "count" : 0, - "size" : 0 - }, - "attributes" : { - "count" : 0, - "size" : 0 - }, - "indexes" : { - "count" : 1, - "size" : 16120 - }, - "lastTick" : "672347241", - "uncollectedLogfileEntries" : 1, - "documentReferences" : 1, - "waitingFor" : "document-reference", - "compactionStatus" : { - "message" : "skipped compaction because collection has no datafiles", - "time" : "2016-01-07T11:59:51Z" - } - }, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated b/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated deleted file mode 100644 index bf86311dee..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionIdentifier.generated +++ /dev/null @@ -1,24 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection/673985641/properties - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/products/properties - -{ - "id" : "673985641", - "name" : "products", - "isSystem" : false, - "doCompact" : true, - "isVolatile" : false, - "journalSize" : 1048576, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "waitForSync" : true, - "indexBuckets" : 8, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionName.generated b/Documentation/Examples/RestCollectionGetCollectionName.generated deleted file mode 100644 index 151331751f..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionName.generated +++ /dev/null @@ -1,24 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection/products/properties - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -location: /_db/_system/_api/collection/products/properties - -{ - "id" : "674182249", - "name" : "products", - "isSystem" : false, - "doCompact" : true, - "isVolatile" : false, - "journalSize" : 1048576, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "waitForSync" : true, - "indexBuckets" : 8, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionGetCollectionRevision.generated b/Documentation/Examples/RestCollectionGetCollectionRevision.generated deleted file mode 100644 index c77e959501..0000000000 --- a/Documentation/Examples/RestCollectionGetCollectionRevision.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/collection/products/revision - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "674378857", - "name" : "products", - "isSystem" : false, - "status" : 3, - "type" : 2, - "revision" : "0", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionIdentifierLoad.generated b/Documentation/Examples/RestCollectionIdentifierLoad.generated deleted file mode 100644 index 18f34da094..0000000000 --- a/Documentation/Examples/RestCollectionIdentifierLoad.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/load - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "674641001", - "name" : "products", - "isSystem" : false, - "count" : 0, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated b/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated deleted file mode 100644 index 011934fe8f..0000000000 --- a/Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products/properties <<EOF -{ - "waitForSync" : true -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "674903145", - "name" : "products", - "isSystem" : false, - "doCompact" : true, - "isVolatile" : false, - "journalSize" : 1048576, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "waitForSync" : true, - "indexBuckets" : 8, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionIdentifierRename.generated b/Documentation/Examples/RestCollectionIdentifierRename.generated deleted file mode 100644 index 56fb74ef5c..0000000000 --- a/Documentation/Examples/RestCollectionIdentifierRename.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products1/rename <<EOF -{ - "name" : "newname" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "675165289", - "name" : "newname", - "isSystem" : false, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionIdentifierTruncate.generated b/Documentation/Examples/RestCollectionIdentifierTruncate.generated deleted file mode 100644 index b24945409a..0000000000 --- a/Documentation/Examples/RestCollectionIdentifierTruncate.generated +++ /dev/null @@ -1,14 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/truncate - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "675492969", - "name" : "products", - "isSystem" : false, - "status" : 3, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionIdentifierUnload.generated b/Documentation/Examples/RestCollectionIdentifierUnload.generated deleted file mode 100644 index 3f0f34d231..0000000000 --- a/Documentation/Examples/RestCollectionIdentifierUnload.generated +++ /dev/null @@ -1,14 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/unload - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "675755113", - "name" : "products", - "isSystem" : false, - "status" : 2, - "type" : 2, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionRotate.generated b/Documentation/Examples/RestCollectionRotate.generated deleted file mode 100644 index 7149b94c6d..0000000000 --- a/Documentation/Examples/RestCollectionRotate.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products/rotate <<EOF -{ -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCollectionRotateNoJournal.generated b/Documentation/Examples/RestCollectionRotateNoJournal.generated deleted file mode 100644 index de2356ab19..0000000000 --- a/Documentation/Examples/RestCollectionRotateNoJournal.generated +++ /dev/null @@ -1,14 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/collection/products/rotate <<EOF -{ -} -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 400, - "errorNum" : 1105, - "errorMessage" : "could not rotate journal: no journal" -} diff --git a/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated b/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated deleted file mode 100644 index ec2efdfd49..0000000000 --- a/Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated +++ /dev/null @@ -1,43 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR p IN products LIMIT 5 RETURN p", - "count" : true, - "batchSize" : 2 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "hello4" : "world1", - "_id" : "products/678376553", - "_rev" : "678376553", - "_key" : "678376553" - }, - { - "hello2" : "world1", - "_id" : "products/677721193", - "_rev" : "677721193", - "_key" : "677721193" - } - ], - "hasMore" : true, - "id" : "678900841", - "count" : 5, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 5, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "cached" : false, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated b/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated deleted file mode 100644 index 6bb8e5cc0e..0000000000 --- a/Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated +++ /dev/null @@ -1,42 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR p IN products LIMIT 2 RETURN p", - "count" : true, - "batchSize" : 2 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "hello2" : "world1", - "_id" : "products/679687273", - "_rev" : "679687273", - "_key" : "679687273" - }, - { - "hello1" : "world1", - "_id" : "products/679359593", - "_rev" : "679359593", - "_key" : "679359593" - } - ], - "hasMore" : false, - "count" : 2, - "cached" : false, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 2, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestCursorCreateCursorMissingBody.generated b/Documentation/Examples/RestCursorCreateCursorMissingBody.generated deleted file mode 100644 index 0c2ef27c0e..0000000000 --- a/Documentation/Examples/RestCursorCreateCursorMissingBody.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X POST --dump - http://localhost:8529/_api/cursor - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "Parse error: Expecting item", - "errorNum" : 600 -} diff --git a/Documentation/Examples/RestCursorCreateCursorOption.generated b/Documentation/Examples/RestCursorCreateCursorOption.generated deleted file mode 100644 index aad5785441..0000000000 --- a/Documentation/Examples/RestCursorCreateCursorOption.generated +++ /dev/null @@ -1,43 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR i IN 1..1000 FILTER i > 500 LIMIT 10 RETURN i", - "count" : true, - "options" : { - "fullCount" : true - } -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510 - ], - "hasMore" : false, - "count" : 10, - "cached" : false, - "extra" : { - "stats" : { - "filtered" : 500, - "fullCount" : 500, - "scannedFull" : 0, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated b/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated deleted file mode 100644 index b1e7863d73..0000000000 --- a/Documentation/Examples/RestCursorCreateCursorUnknownCollection.generated +++ /dev/null @@ -1,17 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR u IN unknowncoll LIMIT 2 RETURN u", - "count" : true, - "batchSize" : 2 -} -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "collection not found (unknowncoll)", - "errorNum" : 1203 -} diff --git a/Documentation/Examples/RestCursorDelete.generated b/Documentation/Examples/RestCursorDelete.generated deleted file mode 100644 index b043c3809c..0000000000 --- a/Documentation/Examples/RestCursorDelete.generated +++ /dev/null @@ -1,45 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR p IN products LIMIT 5 RETURN p", - "count" : true, - "batchSize" : 2 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "hello5" : "world1", - "_id" : "products/681653353", - "_rev" : "681653353", - "_key" : "681653353" - }, - { - "hello4" : "world1", - "_id" : "products/681325673", - "_rev" : "681325673", - "_key" : "681325673" - } - ], - "hasMore" : true, - "id" : "681849961", - "count" : 5, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 5, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "cached" : false, - "error" : false, - "code" : 201 -} -shell> curl -X DELETE --dump - http://localhost:8529/_api/cursor/681849961 - diff --git a/Documentation/Examples/RestCursorDeleteIgnore.generated b/Documentation/Examples/RestCursorDeleteIgnore.generated deleted file mode 100644 index 24d446a1a9..0000000000 --- a/Documentation/Examples/RestCursorDeleteIgnore.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "REMOVE 'bar' IN products OPTIONS { ignoreErrors: true }" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ ], - "hasMore" : false, - "cached" : false, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 0, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 1 - }, - "warnings" : [ ] - }, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestCursorDeleteQuery.generated b/Documentation/Examples/RestCursorDeleteQuery.generated deleted file mode 100644 index 615e4fa5b2..0000000000 --- a/Documentation/Examples/RestCursorDeleteQuery.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR p IN products REMOVE p IN products" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ ], - "hasMore" : false, - "cached" : false, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 2, - "scannedIndex" : 0, - "writesExecuted" : 2, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestCursorDeleteQueryFail.generated b/Documentation/Examples/RestCursorDeleteQueryFail.generated deleted file mode 100644 index 62b08dfbfd..0000000000 --- a/Documentation/Examples/RestCursorDeleteQueryFail.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "REMOVE 'foo' IN products" -} -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "document not found (while executing)", - "errorNum" : 1202 -} diff --git a/Documentation/Examples/RestCursorForLimitReturnCont.generated b/Documentation/Examples/RestCursorForLimitReturnCont.generated deleted file mode 100644 index 37c50fcae6..0000000000 --- a/Documentation/Examples/RestCursorForLimitReturnCont.generated +++ /dev/null @@ -1,45 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR p IN products LIMIT 5 RETURN p", - "count" : true, - "batchSize" : 2 -} -EOF - -shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/686306409 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "hello5" : "world1", - "_id" : "products/686109801", - "_rev" : "686109801", - "_key" : "686109801" - }, - { - "hello3" : "world1", - "_id" : "products/685454441", - "_rev" : "685454441", - "_key" : "685454441" - } - ], - "hasMore" : true, - "id" : "686306409", - "count" : 5, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 5, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "cached" : false, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestCursorInvalidCursorIdentifier.generated b/Documentation/Examples/RestCursorInvalidCursorIdentifier.generated deleted file mode 100644 index c400ae4f9d..0000000000 --- a/Documentation/Examples/RestCursorInvalidCursorIdentifier.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/cursor/123123 - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "cursor not found", - "errorNum" : 1600 -} diff --git a/Documentation/Examples/RestCursorMissingCursorIdentifier.generated b/Documentation/Examples/RestCursorMissingCursorIdentifier.generated deleted file mode 100644 index b9dcfc3793..0000000000 --- a/Documentation/Examples/RestCursorMissingCursorIdentifier.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/cursor - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "expecting PUT \\/_api\\/cursor\\/<cursor-id>", - "errorNum" : 400 -} diff --git a/Documentation/Examples/RestCursorOptimizerRules.generated b/Documentation/Examples/RestCursorOptimizerRules.generated deleted file mode 100644 index a1efa21988..0000000000 --- a/Documentation/Examples/RestCursorOptimizerRules.generated +++ /dev/null @@ -1,48 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF -{ - "query" : "FOR i IN 1..10 LET a = 1 LET b = 2 FILTER a + b == 3 RETURN i", - "count" : true, - "options" : { - "maxPlans" : 1, - "optimizer" : { - "rules" : [ - "-all", - "+remove-unnecessary-filters" - ] - } - } -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10 - ], - "hasMore" : false, - "count" : 10, - "cached" : false, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 0, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestDatabaseCreate.generated b/Documentation/Examples/RestDatabaseCreate.generated deleted file mode 100644 index 46d1bb6e18..0000000000 --- a/Documentation/Examples/RestDatabaseCreate.generated +++ /dev/null @@ -1,14 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/database <<EOF -{ - "name" : "example" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestDatabaseCreateUsers.generated b/Documentation/Examples/RestDatabaseCreateUsers.generated deleted file mode 100644 index de16d023df..0000000000 --- a/Documentation/Examples/RestDatabaseCreateUsers.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/database <<EOF -{ - "name" : "mydb", - "users" : [ - { - "username" : "admin", - "passwd" : "secret", - "active" : true - }, - { - "username" : "tester", - "passwd" : "test001", - "active" : false - } - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestDatabaseDrop.generated b/Documentation/Examples/RestDatabaseDrop.generated deleted file mode 100644 index 0ce1704aa9..0000000000 --- a/Documentation/Examples/RestDatabaseDrop.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/database/example - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : true, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestDatabaseGet.generated b/Documentation/Examples/RestDatabaseGet.generated deleted file mode 100644 index a31669d9ad..0000000000 --- a/Documentation/Examples/RestDatabaseGet.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/database - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : [ - "_system" - ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestDatabaseGetInfo.generated b/Documentation/Examples/RestDatabaseGetInfo.generated deleted file mode 100644 index 918ed26196..0000000000 --- a/Documentation/Examples/RestDatabaseGetInfo.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/database/current - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "name" : "_system", - "id" : "78953", - "path" : "/tmp/vocdir.18500/databases/database-78953", - "isSystem" : true - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestDatabaseGetUser.generated b/Documentation/Examples/RestDatabaseGetUser.generated deleted file mode 100644 index 7e9842e506..0000000000 --- a/Documentation/Examples/RestDatabaseGetUser.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/database/user - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : [ - "_system" - ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated deleted file mode 100644 index 2b3ed43d11..0000000000 --- a/Documentation/Examples/RestDocumentHandlerDeleteDocument.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/728380521 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "error" : false, - "_id" : "products/728380521", - "_rev" : "728380521", - "_key" : "728380521" -} diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated deleted file mode 100644 index 7aabab7a0e..0000000000 --- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X DELETE --header 'If-Match: "729429097"' --dump - http://localhost:8529/_api/document/products/729101417 - -HTTP/1.1 412 Precondition Failed -content-type: application/json; charset=utf-8 -etag: "729101417" - -{ - "error" : true, - "code" : 412, - "errorNum" : 1200, - "errorMessage" : "precondition failed", - "_id" : "products/729101417", - "_rev" : "729101417", - "_key" : "729101417" -} diff --git a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated deleted file mode 100644 index 5f91874ac4..0000000000 --- a/Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/document/products/730084457 - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "document not found", - "errorNum" : 1202 -} diff --git a/Documentation/Examples/RestDocumentHandlerPatchDocument.generated b/Documentation/Examples/RestDocumentHandlerPatchDocument.generated deleted file mode 100644 index e508609325..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPatchDocument.generated +++ /dev/null @@ -1,97 +0,0 @@ -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/730936425 <<EOF -{ - "hello" : "world" -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "731264105" -location: /_db/_system/_api/document/products/730936425 - -{ - "error" : false, - "_id" : "products/730936425", - "_rev" : "731264105", - "_key" : "730936425" -} -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/730936425 <<EOF -{ - "numbers" : { - "one" : 1, - "two" : 2, - "three" : 3, - "empty" : null - } -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "731853929" -location: /_db/_system/_api/document/products/730936425 - -{ - "error" : false, - "_id" : "products/730936425", - "_rev" : "731853929", - "_key" : "730936425" -} -shell> curl --dump - http://localhost:8529/_api/document/products/730936425 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "731853929" - -{ - "one" : "world", - "hello" : "world", - "numbers" : { - "empty" : null, - "one" : 1, - "three" : 3, - "two" : 2 - }, - "_id" : "products/730936425", - "_rev" : "731853929", - "_key" : "730936425" -} -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/730936425?keepNull=false <<EOF -{ - "hello" : null, - "numbers" : { - "four" : 4 - } -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "732312681" -location: /_db/_system/_api/document/products/730936425 - -{ - "error" : false, - "_id" : "products/730936425", - "_rev" : "732312681", - "_key" : "730936425" -} -shell> curl --dump - http://localhost:8529/_api/document/products/730936425 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "732312681" - -{ - "one" : "world", - "numbers" : { - "empty" : null, - "one" : 1, - "three" : 3, - "two" : 2, - "four" : 4 - }, - "_id" : "products/730936425", - "_rev" : "732312681", - "_key" : "730936425" -} diff --git a/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated b/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated deleted file mode 100644 index eeccff8d83..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated +++ /dev/null @@ -1,76 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/document/products/733164649 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "733164649" - -{ - "inhabitants" : { - "china" : 1366980000, - "india" : 1263590000, - "usa" : 319220000 - }, - "_id" : "products/733164649", - "_rev" : "733164649", - "_key" : "733164649" -} -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/733164649?mergeObjects=true <<EOF -{ - "inhabitants" : { - "indonesia" : 252164800, - "brazil" : 203553000 - } -} -EOF - -shell> curl --dump - http://localhost:8529/_api/document/products/733164649 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "733688937" - -{ - "inhabitants" : { - "china" : 1366980000, - "india" : 1263590000, - "usa" : 319220000, - "brazil" : 203553000, - "indonesia" : 252164800 - }, - "_id" : "products/733164649", - "_rev" : "733688937", - "_key" : "733164649" -} -shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/document/products/733164649?mergeObjects=false <<EOF -{ - "inhabitants" : { - "pakistan" : 188346000 - } -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "734147689" -location: /_db/_system/_api/document/products/733164649 - -{ - "error" : false, - "_id" : "products/733164649", - "_rev" : "734147689", - "_key" : "733164649" -} -shell> curl --dump - http://localhost:8529/_api/document/products/733164649 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "734147689" - -{ - "inhabitants" : { - "pakistan" : 188346000 - }, - "_id" : "products/733164649", - "_rev" : "734147689", - "_key" : "733164649" -} diff --git a/Documentation/Examples/RestDocumentHandlerPostAccept1.generated b/Documentation/Examples/RestDocumentHandlerPostAccept1.generated deleted file mode 100644 index 1a4195f192..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPostAccept1.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products <<EOF -{ "Hello": "World" } -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "734737513" -location: /_db/_system/_api/document/products/734737513 - -{ - "error" : false, - "_id" : "products/734737513", - "_rev" : "734737513", - "_key" : "734737513" -} diff --git a/Documentation/Examples/RestDocumentHandlerPostBadJson1.generated b/Documentation/Examples/RestDocumentHandlerPostBadJson1.generated deleted file mode 100644 index b71f9527cc..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPostBadJson1.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products <<EOF -{ 1: "World" } -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "Parse error: Expecting '\\\"' or '}'", - "errorNum" : 600 -} diff --git a/Documentation/Examples/RestDocumentHandlerPostCreate1.generated b/Documentation/Examples/RestDocumentHandlerPostCreate1.generated deleted file mode 100644 index 83f8593aab..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPostCreate1.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products <<EOF -{ "Hello": "World" } -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 -etag: "735261801" -location: /_db/_system/_api/document/products/735261801 - -{ - "error" : false, - "_id" : "products/735261801", - "_rev" : "735261801", - "_key" : "735261801" -} diff --git a/Documentation/Examples/RestDocumentHandlerPostCreate2.generated b/Documentation/Examples/RestDocumentHandlerPostCreate2.generated deleted file mode 100644 index 1faada332e..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPostCreate2.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products&createCollection=true <<EOF -{ "Hello": "World" } -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "735786089" -location: /_db/_system/_api/document/products/735786089 - -{ - "error" : false, - "_id" : "products/735786089", - "_rev" : "735786089", - "_key" : "735786089" -} diff --git a/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated b/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated deleted file mode 100644 index 1edf2ec991..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPostUnknownCollection1.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products <<EOF -{ "Hello": "World" } -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "collection 'products' not found", - "errorNum" : 1203 -} diff --git a/Documentation/Examples/RestDocumentHandlerPostWait1.generated b/Documentation/Examples/RestDocumentHandlerPostWait1.generated deleted file mode 100644 index 432dd82867..0000000000 --- a/Documentation/Examples/RestDocumentHandlerPostWait1.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products&waitForSync=true <<EOF -{ "Hello": "World" } -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 -etag: "736310377" -location: /_db/_system/_api/document/products/736310377 - -{ - "error" : false, - "_id" : "products/736310377", - "_rev" : "736310377", - "_key" : "736310377" -} diff --git a/Documentation/Examples/RestDocumentHandlerReadDocument.generated b/Documentation/Examples/RestDocumentHandlerReadDocument.generated deleted file mode 100644 index e9ed3967d4..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocument.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/document/products/736834665 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "736834665" - -{ - "hello" : "world", - "_id" : "products/736834665", - "_rev" : "736834665", - "_key" : "736834665" -} diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllCollectionDoesNotExist.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllCollectionDoesNotExist.generated deleted file mode 100644 index 613d030b66..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocumentAllCollectionDoesNotExist.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/document/?collection=doesnotexist - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "collection 'doesnotexist' not found", - "errorNum" : 1203 -} diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated deleted file mode 100644 index 4e199eb58d..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/document/?collection=products&type=key - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "documents" : [ - "737752169", - "738079849", - "737424489" - ] -} diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated deleted file mode 100644 index 39139b1282..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/document/?collection=products - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "documents" : [ - "/_db/_system/_api/document/products/738669673", - "/_db/_system/_api/document/products/739325033", - "/_db/_system/_api/document/products/738997353" - ] -} diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated deleted file mode 100644 index 0d26c248e9..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated +++ /dev/null @@ -1,2 +0,0 @@ -shell> curl -X HEAD --dump - http://localhost:8529/_api/document/products/739914857 - diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated deleted file mode 100644 index 49019ea9d5..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated +++ /dev/null @@ -1,2 +0,0 @@ -shell> curl --header 'If-None-Match: "740504681"' --dump - http://localhost:8529/_api/document/products/740504681 - diff --git a/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated deleted file mode 100644 index 6efe30cd75..0000000000 --- a/Documentation/Examples/RestDocumentHandlerReadDocumentUnknownHandle.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/document/products/unknownhandle - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "collection 'products' not found", - "errorNum" : 1203 -} diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated deleted file mode 100644 index 00b19ce939..0000000000 --- a/Documentation/Examples/RestDocumentHandlerUpdateDocument.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/741094505 <<EOF -{"Hello": "you"} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "741422185" -location: /_db/_system/_api/document/products/741094505 - -{ - "error" : false, - "_id" : "products/741094505", - "_rev" : "741422185", - "_key" : "741094505" -} diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated deleted file mode 100644 index 858c44e360..0000000000 --- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated +++ /dev/null @@ -1,17 +0,0 @@ -shell> curl -X PUT --header 'If-Match: "742274153"' --data-binary @- --dump - http://localhost:8529/_api/document/products/741946473 <<EOF -{"other":"content"} -EOF - -HTTP/1.1 412 Precondition Failed -content-type: application/json; charset=utf-8 -etag: "741946473" - -{ - "error" : true, - "code" : 412, - "errorNum" : 1200, - "errorMessage" : "precondition failed", - "_id" : "products/741946473", - "_rev" : "741946473", - "_key" : "741946473" -} diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOtherLastWriteWins.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOtherLastWriteWins.generated deleted file mode 100644 index 6fa766e409..0000000000 --- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOtherLastWriteWins.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X PUT --header 'If-Match: "743388265"' --data-binary @- --dump - http://localhost:8529/_api/document/products/743060585?policy=last <<EOF -{} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "743650409" -location: /_db/_system/_api/document/products/743060585 - -{ - "error" : false, - "_id" : "products/743060585", - "_rev" : "743650409", - "_key" : "743060585" -} diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentRevOther.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentRevOther.generated deleted file mode 100644 index d16eea154c..0000000000 --- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentRevOther.generated +++ /dev/null @@ -1,17 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/744174697?rev=744502377 <<EOF -{"other":"content"} -EOF - -HTTP/1.1 412 Precondition Failed -content-type: application/json; charset=utf-8 -etag: "744174697" - -{ - "error" : true, - "code" : 412, - "errorNum" : 1200, - "errorMessage" : "precondition failed", - "_id" : "products/744174697", - "_rev" : "744174697", - "_key" : "744174697" -} diff --git a/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated b/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated deleted file mode 100644 index e9746eb68e..0000000000 --- a/Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/document/products/745288809 <<EOF -{} -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "document not found", - "errorNum" : 1202 -} diff --git a/Documentation/Examples/RestEdgeCreateEdge.generated b/Documentation/Examples/RestEdgeCreateEdge.generated deleted file mode 100644 index ff64ff8513..0000000000 --- a/Documentation/Examples/RestEdgeCreateEdge.generated +++ /dev/null @@ -1,31 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/edge/?collection=edges&from=vertices/1&to=vertices/2 <<EOF -{ - "name" : "Emil" -} -EOF - -HTTP/1.1 202 Accepted -content-type: application/json; charset=utf-8 -etag: "748172393" -location: /_db/_system/_api/edge/edges/748172393 - -{ - "error" : false, - "_id" : "edges/748172393", - "_rev" : "748172393", - "_key" : "748172393" -} -shell> curl --dump - http://localhost:8529/_api/edge/edges/748172393 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 -etag: "748172393" - -{ - "name" : "Emil", - "_id" : "edges/748172393", - "_rev" : "748172393", - "_key" : "748172393", - "_from" : "vertices/1", - "_to" : "vertices/2" -} diff --git a/Documentation/Examples/RestEdgesReadEdgesAny.generated b/Documentation/Examples/RestEdgesReadEdgesAny.generated deleted file mode 100644 index 02dc506189..0000000000 --- a/Documentation/Examples/RestEdgesReadEdgesAny.generated +++ /dev/null @@ -1,39 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/edges/edges?vertex=vertices/1 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "edges" : [ - { - "$label" : "v2 -> v1", - "_id" : "edges/6", - "_rev" : "752301161", - "_key" : "6", - "_from" : "vertices/2", - "_to" : "vertices/1" - }, - { - "$label" : "v4 -> v1", - "_id" : "edges/7", - "_rev" : "752825449", - "_key" : "7", - "_from" : "vertices/4", - "_to" : "vertices/1" - }, - { - "$label" : "v1 -> v3", - "_id" : "edges/5", - "_rev" : "751776873", - "_key" : "5", - "_from" : "vertices/1", - "_to" : "vertices/3" - } - ], - "error" : false, - "code" : 200, - "stats" : { - "scannedIndex" : 3, - "filtered" : 0 - } -} diff --git a/Documentation/Examples/RestEdgesReadEdgesIn.generated b/Documentation/Examples/RestEdgesReadEdgesIn.generated deleted file mode 100644 index 70c31b4d79..0000000000 --- a/Documentation/Examples/RestEdgesReadEdgesIn.generated +++ /dev/null @@ -1,31 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/edges/edges?vertex=vertices/1&direction=in - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "edges" : [ - { - "$label" : "v2 -> v1", - "_id" : "edges/6", - "_rev" : "757019753", - "_key" : "6", - "_from" : "vertices/2", - "_to" : "vertices/1" - }, - { - "$label" : "v4 -> v1", - "_id" : "edges/7", - "_rev" : "757544041", - "_key" : "7", - "_from" : "vertices/4", - "_to" : "vertices/1" - } - ], - "error" : false, - "code" : 200, - "stats" : { - "scannedIndex" : 2, - "filtered" : 0 - } -} diff --git a/Documentation/Examples/RestEdgesReadEdgesOut.generated b/Documentation/Examples/RestEdgesReadEdgesOut.generated deleted file mode 100644 index f17dbe3095..0000000000 --- a/Documentation/Examples/RestEdgesReadEdgesOut.generated +++ /dev/null @@ -1,23 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/edges/edges?vertex=vertices/1&direction=out - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "edges" : [ - { - "$label" : "v1 -> v3", - "_id" : "edges/5", - "_rev" : "761214057", - "_key" : "5", - "_from" : "vertices/1", - "_to" : "vertices/3" - } - ], - "error" : false, - "code" : 200, - "stats" : { - "scannedIndex" : 1, - "filtered" : 0 - } -} diff --git a/Documentation/Examples/RestEndpointGet.generated b/Documentation/Examples/RestEndpointGet.generated deleted file mode 100644 index 81f1c6806b..0000000000 --- a/Documentation/Examples/RestEndpointGet.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/endpoint - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - { - "endpoint" : "tcp://127.0.0.1:38500", - "databases" : [ ] - } -] diff --git a/Documentation/Examples/RestExplainAllPlans.generated b/Documentation/Examples/RestExplainAllPlans.generated deleted file mode 100644 index ac7c5ad24f..0000000000 --- a/Documentation/Examples/RestExplainAllPlans.generated +++ /dev/null @@ -1,128 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ - "query" : "FOR p IN products FILTER p.id == 25 RETURN p", - "options" : { - "allPlans" : true - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "plans" : [ - { - "nodes" : [ - { - "type" : "SingletonNode", - "dependencies" : [ ], - "id" : 1, - "estimatedCost" : 1, - "estimatedNrItems" : 1 - }, - { - "type" : "IndexNode", - "dependencies" : [ - 1 - ], - "id" : 6, - "estimatedCost" : 1.99, - "estimatedNrItems" : 1, - "database" : "_system", - "collection" : "products", - "outVariable" : { - "id" : 0, - "name" : "p" - }, - "indexes" : [ - { - "type" : "hash", - "id" : "763114601", - "unique" : false, - "sparse" : false, - "selectivityEstimate" : 1, - "fields" : [ - "id" - ] - } - ], - "condition" : { - "type" : "n-ary or", - "subNodes" : [ - { - "type" : "n-ary and", - "subNodes" : [ - { - "type" : "compare ==", - "subNodes" : [ - { - "type" : "attribute access", - "name" : "id", - "subNodes" : [ - { - "type" : "reference", - "name" : "p", - "id" : 0 - } - ] - }, - { - "type" : "value", - "value" : 25 - } - ] - } - ] - } - ] - }, - "reverse" : false - }, - { - "type" : "ReturnNode", - "dependencies" : [ - 6 - ], - "id" : 5, - "estimatedCost" : 2.99, - "estimatedNrItems" : 1, - "inVariable" : { - "id" : 0, - "name" : "p" - } - } - ], - "rules" : [ - "use-indexes", - "remove-filter-covered-by-index" - ], - "collections" : [ - { - "name" : "products", - "type" : "read" - } - ], - "variables" : [ - { - "id" : 2, - "name" : "1" - }, - { - "id" : 0, - "name" : "p" - } - ], - "estimatedCost" : 2.99, - "estimatedNrItems" : 1 - } - ], - "warnings" : [ ], - "stats" : { - "plansCreated" : 1, - "rulesExecuted" : 25, - "rulesSkipped" : 0 - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestExplainEmpty.generated b/Documentation/Examples/RestExplainEmpty.generated deleted file mode 100644 index a1f8a906b4..0000000000 --- a/Documentation/Examples/RestExplainEmpty.generated +++ /dev/null @@ -1,123 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ "query" : "FOR i IN [ 1, 2, 3 ] FILTER 1 == 2 RETURN i" } -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "plan" : { - "nodes" : [ - { - "type" : "SingletonNode", - "dependencies" : [ ], - "id" : 1, - "estimatedCost" : 1, - "estimatedNrItems" : 1 - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 1 - ], - "id" : 2, - "estimatedCost" : 2, - "estimatedNrItems" : 1, - "expression" : { - "type" : "array", - "subNodes" : [ - { - "type" : "value", - "value" : 1 - }, - { - "type" : "value", - "value" : 2 - }, - { - "type" : "value", - "value" : 3 - } - ] - }, - "outVariable" : { - "id" : 2, - "name" : "1" - }, - "canThrow" : false, - "expressionType" : "json" - }, - { - "type" : "NoResultsNode", - "dependencies" : [ - 2 - ], - "id" : 7, - "estimatedCost" : 0.5, - "estimatedNrItems" : 0 - }, - { - "type" : "EnumerateListNode", - "dependencies" : [ - 7 - ], - "id" : 3, - "estimatedCost" : 0.5, - "estimatedNrItems" : 0, - "inVariable" : { - "id" : 2, - "name" : "1" - }, - "outVariable" : { - "id" : 0, - "name" : "i" - } - }, - { - "type" : "ReturnNode", - "dependencies" : [ - 3 - ], - "id" : 6, - "estimatedCost" : 0.5, - "estimatedNrItems" : 0, - "inVariable" : { - "id" : 0, - "name" : "i" - } - } - ], - "rules" : [ - "move-calculations-up", - "move-filters-up", - "remove-unnecessary-filters", - "remove-unnecessary-calculations" - ], - "collections" : [ ], - "variables" : [ - { - "id" : 4, - "name" : "3" - }, - { - "id" : 2, - "name" : "1" - }, - { - "id" : 0, - "name" : "i" - } - ], - "estimatedCost" : 0.5, - "estimatedNrItems" : 0 - }, - "warnings" : [ ], - "stats" : { - "plansCreated" : 1, - "rulesExecuted" : 25, - "rulesSkipped" : 0 - }, - "cacheable" : true, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestExplainInvalid.generated b/Documentation/Examples/RestExplainInvalid.generated deleted file mode 100644 index 9009ee7ffd..0000000000 --- a/Documentation/Examples/RestExplainInvalid.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ - "query" : "FOR p IN products FILTER p.id == @id LIMIT 2 RETURN p.n" -} -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 400, - "errorNum" : 1551, - "errorMessage" : "no value specified for declared bind parameter 'id' (while parsing)" -} diff --git a/Documentation/Examples/RestExplainOptimizerRules.generated b/Documentation/Examples/RestExplainOptimizerRules.generated deleted file mode 100644 index 86ecb98283..0000000000 --- a/Documentation/Examples/RestExplainOptimizerRules.generated +++ /dev/null @@ -1,217 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ - "query" : "FOR p IN products LET a = p.id FILTER a == 4 LET name = p.name SORT p.id LIMIT 1 RETURN name" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "plan" : { - "nodes" : [ - { - "type" : "SingletonNode", - "dependencies" : [ ], - "id" : 1, - "estimatedCost" : 1, - "estimatedNrItems" : 1 - }, - { - "type" : "IndexNode", - "dependencies" : [ - 1 - ], - "id" : 11, - "estimatedCost" : 11, - "estimatedNrItems" : 10, - "database" : "_system", - "collection" : "products", - "outVariable" : { - "id" : 0, - "name" : "p" - }, - "indexes" : [ - { - "type" : "skiplist", - "id" : "764097641", - "unique" : false, - "sparse" : false, - "fields" : [ - "id" - ] - } - ], - "condition" : { - }, - "reverse" : false - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 11 - ], - "id" : 3, - "estimatedCost" : 21, - "estimatedNrItems" : 10, - "expression" : { - "type" : "attribute access", - "name" : "id", - "subNodes" : [ - { - "type" : "reference", - "name" : "p", - "id" : 0 - } - ] - }, - "outVariable" : { - "id" : 1, - "name" : "a" - }, - "canThrow" : false, - "expressionType" : "attribute" - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 3 - ], - "id" : 4, - "estimatedCost" : 31, - "estimatedNrItems" : 10, - "expression" : { - "type" : "compare ==", - "subNodes" : [ - { - "type" : "reference", - "name" : "a", - "id" : 1 - }, - { - "type" : "value", - "value" : 4 - } - ] - }, - "outVariable" : { - "id" : 4, - "name" : "3" - }, - "canThrow" : false, - "expressionType" : "simple" - }, - { - "type" : "FilterNode", - "dependencies" : [ - 4 - ], - "id" : 5, - "estimatedCost" : 41, - "estimatedNrItems" : 10, - "inVariable" : { - "id" : 4, - "name" : "3" - } - }, - { - "type" : "LimitNode", - "dependencies" : [ - 5 - ], - "id" : 9, - "estimatedCost" : 42, - "estimatedNrItems" : 1, - "offset" : 0, - "limit" : 1, - "fullCount" : false - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 9 - ], - "id" : 6, - "estimatedCost" : 43, - "estimatedNrItems" : 1, - "expression" : { - "type" : "attribute access", - "name" : "name", - "subNodes" : [ - { - "type" : "reference", - "name" : "p", - "id" : 0 - } - ] - }, - "outVariable" : { - "id" : 2, - "name" : "name" - }, - "canThrow" : false, - "expressionType" : "attribute" - }, - { - "type" : "ReturnNode", - "dependencies" : [ - 6 - ], - "id" : 10, - "estimatedCost" : 44, - "estimatedNrItems" : 1, - "inVariable" : { - "id" : 2, - "name" : "name" - } - } - ], - "rules" : [ - "move-calculations-up", - "remove-redundant-calculations", - "remove-unnecessary-calculations", - "move-calculations-up-2", - "use-index-for-sort", - "move-calculations-down" - ], - "collections" : [ - { - "name" : "products", - "type" : "read" - } - ], - "variables" : [ - { - "id" : 6, - "name" : "5" - }, - { - "id" : 4, - "name" : "3" - }, - { - "id" : 2, - "name" : "name" - }, - { - "id" : 1, - "name" : "a" - }, - { - "id" : 0, - "name" : "p" - } - ], - "estimatedCost" : 44, - "estimatedNrItems" : 1 - }, - "warnings" : [ ], - "stats" : { - "plansCreated" : 1, - "rulesExecuted" : 25, - "rulesSkipped" : 0 - }, - "cacheable" : true, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestExplainOptions.generated b/Documentation/Examples/RestExplainOptions.generated deleted file mode 100644 index 7cbed03da9..0000000000 --- a/Documentation/Examples/RestExplainOptions.generated +++ /dev/null @@ -1,250 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ - "query" : "FOR p IN products LET a = p.id FILTER a == 4 LET name = p.name SORT p.id LIMIT 1 RETURN name", - "options" : { - "maxNumberOfPlans" : 2, - "allPlans" : true, - "optimizer" : { - "rules" : [ - "-all", - "+use-index-for-sort", - "+use-index-range" - ] - } - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "plans" : [ - { - "nodes" : [ - { - "type" : "SingletonNode", - "dependencies" : [ ], - "id" : 1, - "estimatedCost" : 1, - "estimatedNrItems" : 1 - }, - { - "type" : "IndexNode", - "dependencies" : [ - 1 - ], - "id" : 11, - "estimatedCost" : 11, - "estimatedNrItems" : 10, - "database" : "_system", - "collection" : "products", - "outVariable" : { - "id" : 0, - "name" : "p" - }, - "indexes" : [ - { - "type" : "skiplist", - "id" : "766653545", - "unique" : false, - "sparse" : false, - "fields" : [ - "id" - ] - } - ], - "condition" : { - }, - "reverse" : false - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 11 - ], - "id" : 3, - "estimatedCost" : 21, - "estimatedNrItems" : 10, - "expression" : { - "type" : "attribute access", - "name" : "id", - "subNodes" : [ - { - "type" : "reference", - "name" : "p", - "id" : 0 - } - ] - }, - "outVariable" : { - "id" : 1, - "name" : "a" - }, - "canThrow" : false, - "expressionType" : "attribute" - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 3 - ], - "id" : 4, - "estimatedCost" : 31, - "estimatedNrItems" : 10, - "expression" : { - "type" : "compare ==", - "subNodes" : [ - { - "type" : "reference", - "name" : "a", - "id" : 1 - }, - { - "type" : "value", - "value" : 4 - } - ] - }, - "outVariable" : { - "id" : 4, - "name" : "3" - }, - "canThrow" : false, - "expressionType" : "simple" - }, - { - "type" : "FilterNode", - "dependencies" : [ - 4 - ], - "id" : 5, - "estimatedCost" : 41, - "estimatedNrItems" : 10, - "inVariable" : { - "id" : 4, - "name" : "3" - } - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 5 - ], - "id" : 6, - "estimatedCost" : 51, - "estimatedNrItems" : 10, - "expression" : { - "type" : "attribute access", - "name" : "name", - "subNodes" : [ - { - "type" : "reference", - "name" : "p", - "id" : 0 - } - ] - }, - "outVariable" : { - "id" : 2, - "name" : "name" - }, - "canThrow" : false, - "expressionType" : "attribute" - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 6 - ], - "id" : 7, - "estimatedCost" : 61, - "estimatedNrItems" : 10, - "expression" : { - "type" : "attribute access", - "name" : "id", - "subNodes" : [ - { - "type" : "reference", - "name" : "p", - "id" : 0 - } - ] - }, - "outVariable" : { - "id" : 6, - "name" : "5" - }, - "canThrow" : false, - "expressionType" : "attribute" - }, - { - "type" : "LimitNode", - "dependencies" : [ - 7 - ], - "id" : 9, - "estimatedCost" : 62, - "estimatedNrItems" : 1, - "offset" : 0, - "limit" : 1, - "fullCount" : false - }, - { - "type" : "ReturnNode", - "dependencies" : [ - 9 - ], - "id" : 10, - "estimatedCost" : 63, - "estimatedNrItems" : 1, - "inVariable" : { - "id" : 2, - "name" : "name" - } - } - ], - "rules" : [ - "use-index-for-sort" - ], - "collections" : [ - { - "name" : "products", - "type" : "read" - } - ], - "variables" : [ - { - "id" : 6, - "name" : "5" - }, - { - "id" : 4, - "name" : "3" - }, - { - "id" : 2, - "name" : "name" - }, - { - "id" : 1, - "name" : "a" - }, - { - "id" : 0, - "name" : "p" - } - ], - "estimatedCost" : 63, - "estimatedNrItems" : 1 - } - ], - "warnings" : [ ], - "stats" : { - "plansCreated" : 1, - "rulesExecuted" : 1, - "rulesSkipped" : 24 - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestExplainValid.generated b/Documentation/Examples/RestExplainValid.generated deleted file mode 100644 index 6ee5c4d3aa..0000000000 --- a/Documentation/Examples/RestExplainValid.generated +++ /dev/null @@ -1,75 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ - "query" : "FOR p IN products RETURN p" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "plan" : { - "nodes" : [ - { - "type" : "SingletonNode", - "dependencies" : [ ], - "id" : 1, - "estimatedCost" : 1, - "estimatedNrItems" : 1 - }, - { - "type" : "EnumerateCollectionNode", - "dependencies" : [ - 1 - ], - "id" : 2, - "estimatedCost" : 11, - "estimatedNrItems" : 10, - "database" : "_system", - "collection" : "products", - "outVariable" : { - "id" : 0, - "name" : "p" - }, - "random" : false - }, - { - "type" : "ReturnNode", - "dependencies" : [ - 2 - ], - "id" : 3, - "estimatedCost" : 21, - "estimatedNrItems" : 10, - "inVariable" : { - "id" : 0, - "name" : "p" - } - } - ], - "rules" : [ ], - "collections" : [ - { - "name" : "products", - "type" : "read" - } - ], - "variables" : [ - { - "id" : 0, - "name" : "p" - } - ], - "estimatedCost" : 21, - "estimatedNrItems" : 10 - }, - "warnings" : [ ], - "stats" : { - "plansCreated" : 1, - "rulesExecuted" : 25, - "rulesSkipped" : 0 - }, - "cacheable" : true, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestExplainWarning.generated b/Documentation/Examples/RestExplainWarning.generated deleted file mode 100644 index 0d72ca6c46..0000000000 --- a/Documentation/Examples/RestExplainWarning.generated +++ /dev/null @@ -1,134 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF -{ - "query" : "FOR i IN 1..10 RETURN 1 / 0" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "plan" : { - "nodes" : [ - { - "type" : "SingletonNode", - "dependencies" : [ ], - "id" : 1, - "estimatedCost" : 1, - "estimatedNrItems" : 1 - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 1 - ], - "id" : 2, - "estimatedCost" : 2, - "estimatedNrItems" : 1, - "expression" : { - "type" : "range", - "subNodes" : [ - { - "type" : "value", - "value" : 1 - }, - { - "type" : "value", - "value" : 10 - } - ] - }, - "outVariable" : { - "id" : 2, - "name" : "1" - }, - "canThrow" : false, - "expressionType" : "simple" - }, - { - "type" : "CalculationNode", - "dependencies" : [ - 2 - ], - "id" : 4, - "estimatedCost" : 3, - "estimatedNrItems" : 1, - "expression" : { - "type" : "value", - "value" : null - }, - "outVariable" : { - "id" : 4, - "name" : "3" - }, - "canThrow" : false, - "expressionType" : "json" - }, - { - "type" : "EnumerateListNode", - "dependencies" : [ - 4 - ], - "id" : 3, - "estimatedCost" : 13, - "estimatedNrItems" : 10, - "inVariable" : { - "id" : 2, - "name" : "1" - }, - "outVariable" : { - "id" : 0, - "name" : "i" - } - }, - { - "type" : "ReturnNode", - "dependencies" : [ - 3 - ], - "id" : 5, - "estimatedCost" : 23, - "estimatedNrItems" : 10, - "inVariable" : { - "id" : 4, - "name" : "3" - } - } - ], - "rules" : [ - "move-calculations-up", - "move-calculations-up-2" - ], - "collections" : [ ], - "variables" : [ - { - "id" : 4, - "name" : "3" - }, - { - "id" : 2, - "name" : "1" - }, - { - "id" : 0, - "name" : "i" - } - ], - "estimatedCost" : 23, - "estimatedNrItems" : 10 - }, - "warnings" : [ - { - "code" : 1562, - "message" : "division by zero" - } - ], - "stats" : { - "plansCreated" : 1, - "rulesExecuted" : 25, - "rulesSkipped" : 0 - }, - "cacheable" : false, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestImportCsvCreate.generated b/Documentation/Examples/RestImportCsvCreate.generated deleted file mode 100644 index 8527bf0797..0000000000 --- a/Documentation/Examples/RestImportCsvCreate.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&createCollection=true <<EOF -[ "value1", "value2" ] -[ 1234, null ] -[ "foo", "bar" ] -[534.55, true ] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 3, - "empty" : 0, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportCsvEdge.generated b/Documentation/Examples/RestImportCsvEdge.generated deleted file mode 100644 index 706581677f..0000000000 --- a/Documentation/Examples/RestImportCsvEdge.generated +++ /dev/null @@ -1,17 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=links <<EOF -[ "_from", "_to", "name" ] -[ "products/123","products/234", "some name" ] -[ "products/332", "products/abc", "other name" ] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 2, - "empty" : 0, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportCsvEdgeInvalid.generated b/Documentation/Examples/RestImportCsvEdgeInvalid.generated deleted file mode 100644 index 0ad3c3dab1..0000000000 --- a/Documentation/Examples/RestImportCsvEdgeInvalid.generated +++ /dev/null @@ -1,21 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=links&details=true <<EOF -[ "name" ] -[ "some name" ] -[ "other name" ] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 0, - "details" : [ - "at position 1: missing '_from' or '_to' attribute, offending document: {\"name\":\"some name\"}", - "at position 2: missing '_from' or '_to' attribute, offending document: {\"name\":\"other name\"}" - ], - "empty" : 0, - "error" : false, - "errors" : 2, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportCsvExample.generated b/Documentation/Examples/RestImportCsvExample.generated deleted file mode 100644 index 410831534e..0000000000 --- a/Documentation/Examples/RestImportCsvExample.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products <<EOF -[ "_key", "value1", "value2" ] -[ "abc", 25, "test" ] - -[ "foo", "bar", "baz" ] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 2, - "empty" : 1, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportCsvInvalidBody.generated b/Documentation/Examples/RestImportCsvInvalidBody.generated deleted file mode 100644 index 7931d4d87b..0000000000 --- a/Documentation/Examples/RestImportCsvInvalidBody.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products <<EOF -{ "_key": "foo", "value1": "bar" } -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "no JSON array found in second line", - "errorNum" : 400 -} diff --git a/Documentation/Examples/RestImportCsvInvalidCollection.generated b/Documentation/Examples/RestImportCsvInvalidCollection.generated deleted file mode 100644 index befe9563a4..0000000000 --- a/Documentation/Examples/RestImportCsvInvalidCollection.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products <<EOF -[ "_key", "value1", "value2" ] -[ "abc", 25, "test" ] -["foo", "bar", "baz" ] -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "collection 'products' not found", - "errorNum" : 1203 -} diff --git a/Documentation/Examples/RestImportCsvUniqueContinue.generated b/Documentation/Examples/RestImportCsvUniqueContinue.generated deleted file mode 100644 index 10cd4f0db7..0000000000 --- a/Documentation/Examples/RestImportCsvUniqueContinue.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&details=true <<EOF -[ "_key", "value1", "value2" ] -[ "abc", 25, "test" ] -["abc", "bar", "baz" ] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 1, - "details" : [ - "at position 2: creating document failed with error 'unique constraint violated', offending document: {\"_key\":\"abc\",\"value1\":\"bar\",\"value2\":\"baz\"}" - ], - "empty" : 0, - "error" : false, - "errors" : 1, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportCsvUniqueFail.generated b/Documentation/Examples/RestImportCsvUniqueFail.generated deleted file mode 100644 index b3adc633c4..0000000000 --- a/Documentation/Examples/RestImportCsvUniqueFail.generated +++ /dev/null @@ -1,15 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&complete=true <<EOF -[ "_key", "value1", "value2" ] -[ "abc", 25, "test" ] -["abc", "bar", "baz" ] -EOF - -HTTP/1.1 409 Conflict -content-type: application/json; charset=utf-8 - -{ - "code" : 409, - "error" : true, - "errorMessage" : "cannot create document, unique constraint violated", - "errorNum" : 1210 -} diff --git a/Documentation/Examples/RestImportJsonCreate.generated b/Documentation/Examples/RestImportJsonCreate.generated deleted file mode 100644 index 7ce0d68ad8..0000000000 --- a/Documentation/Examples/RestImportJsonCreate.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&createCollection=true&type=list <<EOF -[ - { - "id" : "12553", - "active" : true - }, - { - "id" : "4433", - "active" : false - }, - { - "id" : "55932", - "count" : 4334 - } -] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 3, - "empty" : 0, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonEdge.generated b/Documentation/Examples/RestImportJsonEdge.generated deleted file mode 100644 index 293033b256..0000000000 --- a/Documentation/Examples/RestImportJsonEdge.generated +++ /dev/null @@ -1,16 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=links&type=documents <<EOF -{ "_from": "products/123", "_to": "products/234" } -{"_from": "products/332", "_to": "products/abc", "name": "other name" } -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 2, - "empty" : 0, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonEdgeInvalid.generated b/Documentation/Examples/RestImportJsonEdgeInvalid.generated deleted file mode 100644 index 80215b0aaf..0000000000 --- a/Documentation/Examples/RestImportJsonEdgeInvalid.generated +++ /dev/null @@ -1,22 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=links&type=list&details=true <<EOF -[ - { - "name" : "some name" - } -] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 0, - "details" : [ - "at position 1: missing '_from' or '_to' attribute, offending document: {\"name\":\"some name\"}" - ], - "empty" : 0, - "error" : false, - "errors" : 1, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonInvalidBody.generated b/Documentation/Examples/RestImportJsonInvalidBody.generated deleted file mode 100644 index 1b2c7fa266..0000000000 --- a/Documentation/Examples/RestImportJsonInvalidBody.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=list <<EOF -{ } -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "expecting a JSON array in the request", - "errorNum" : 400 -} diff --git a/Documentation/Examples/RestImportJsonInvalidCollection.generated b/Documentation/Examples/RestImportJsonInvalidCollection.generated deleted file mode 100644 index f33c9f67b6..0000000000 --- a/Documentation/Examples/RestImportJsonInvalidCollection.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=documents <<EOF -{ "name": "test" } -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "code" : 404, - "error" : true, - "errorMessage" : "collection 'products' not found", - "errorNum" : 1203 -} diff --git a/Documentation/Examples/RestImportJsonLines.generated b/Documentation/Examples/RestImportJsonLines.generated deleted file mode 100644 index 7441834e1e..0000000000 --- a/Documentation/Examples/RestImportJsonLines.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=documents <<EOF -{ "_key": "abc", "value1": 25, "value2": "test","allowed": true } -{ "_key": "foo", "name": "baz" } - -{ "name": { "detailed": "detailed name", "short": "short name" } } - -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 3, - "empty" : 1, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonList.generated b/Documentation/Examples/RestImportJsonList.generated deleted file mode 100644 index 64bae405d5..0000000000 --- a/Documentation/Examples/RestImportJsonList.generated +++ /dev/null @@ -1,32 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=list <<EOF -[ - { - "_key" : "abc", - "value1" : 25, - "value2" : "test", - "allowed" : true - }, - { - "_key" : "foo", - "name" : "baz" - }, - { - "name" : { - "detailed" : "detailed name", - "short" : "short name" - } - } -] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 3, - "empty" : 0, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonType.generated b/Documentation/Examples/RestImportJsonType.generated deleted file mode 100644 index 93d0b224f3..0000000000 --- a/Documentation/Examples/RestImportJsonType.generated +++ /dev/null @@ -1,32 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=auto <<EOF -[ - { - "_key" : "abc", - "value1" : 25, - "value2" : "test", - "allowed" : true - }, - { - "_key" : "foo", - "name" : "baz" - }, - { - "name" : { - "detailed" : "detailed name", - "short" : "short name" - } - } -] -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 3, - "empty" : 0, - "error" : false, - "errors" : 0, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonUniqueContinue.generated b/Documentation/Examples/RestImportJsonUniqueContinue.generated deleted file mode 100644 index 71c4209b76..0000000000 --- a/Documentation/Examples/RestImportJsonUniqueContinue.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=documents&details=true <<EOF -{ "_key": "abc", "value1": 25, "value2": "test" } -{ "_key": "abc", "value1": "bar", "value2": "baz" } -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "created" : 1, - "details" : [ - "at position 2: creating document failed with error 'unique constraint violated', offending document: {\"_key\":\"abc\",\"value1\":\"bar\",\"value2\":\"baz\"}" - ], - "empty" : 0, - "error" : false, - "errors" : 1, - "ignored" : 0, - "updated" : 0 -} diff --git a/Documentation/Examples/RestImportJsonUniqueFail.generated b/Documentation/Examples/RestImportJsonUniqueFail.generated deleted file mode 100644 index b7d3836c4c..0000000000 --- a/Documentation/Examples/RestImportJsonUniqueFail.generated +++ /dev/null @@ -1,14 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&type=documents&complete=true <<EOF -{ "_key": "abc", "value1": 25, "value2": "test" } -{ "_key": "abc", "value1": "bar", "value2": "baz" } -EOF - -HTTP/1.1 409 Conflict -content-type: application/json; charset=utf-8 - -{ - "code" : 409, - "error" : true, - "errorMessage" : "cannot create document, unique constraint violated", - "errorNum" : 1210 -} diff --git a/Documentation/Examples/RestIndexAllIndexes.generated b/Documentation/Examples/RestIndexAllIndexes.generated deleted file mode 100644 index c43d9d86af..0000000000 --- a/Documentation/Examples/RestIndexAllIndexes.generated +++ /dev/null @@ -1,71 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/index?collection=products - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "indexes" : [ - { - "id" : "products/0", - "type" : "primary", - "fields" : [ - "_key" - ], - "selectivityEstimate" : 1, - "unique" : true, - "sparse" : false - }, - { - "id" : "products/785593449", - "type" : "hash", - "fields" : [ - "name" - ], - "selectivityEstimate" : 1, - "unique" : false, - "sparse" : false - }, - { - "id" : "products/785855593", - "type" : "skiplist", - "fields" : [ - "price" - ], - "unique" : false, - "sparse" : true - } - ], - "identifiers" : { - "products/0" : { - "id" : "products/0", - "type" : "primary", - "fields" : [ - "_key" - ], - "selectivityEstimate" : 1, - "unique" : true, - "sparse" : false - }, - "products/785593449" : { - "id" : "products/785593449", - "type" : "hash", - "fields" : [ - "name" - ], - "selectivityEstimate" : 1, - "unique" : false, - "sparse" : false - }, - "products/785855593" : { - "id" : "products/785855593", - "type" : "skiplist", - "fields" : [ - "price" - ], - "unique" : false, - "sparse" : true - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated b/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated deleted file mode 100644 index 84050a9e5d..0000000000 --- a/Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "geo", - "fields" : [ - "e", - "f" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/786445417", - "type" : "geo2", - "fields" : [ - "e", - "f" - ], - "constraint" : false, - "unique" : false, - "ignoreNull" : true, - "sparse" : true, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateGeoLocation.generated b/Documentation/Examples/RestIndexCreateGeoLocation.generated deleted file mode 100644 index 19cbcf17b8..0000000000 --- a/Documentation/Examples/RestIndexCreateGeoLocation.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "geo", - "fields" : [ - "b" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/786904169", - "type" : "geo1", - "fields" : [ - "b" - ], - "geoJson" : false, - "constraint" : false, - "unique" : false, - "ignoreNull" : true, - "sparse" : true, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateNewCapConstraint.generated b/Documentation/Examples/RestIndexCreateNewCapConstraint.generated deleted file mode 100644 index 6d9d6afe03..0000000000 --- a/Documentation/Examples/RestIndexCreateNewCapConstraint.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "cap", - "size" : 10 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/787297385", - "type" : "cap", - "size" : 10, - "byteSize" : 0, - "unique" : false, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateNewFulltext.generated b/Documentation/Examples/RestIndexCreateNewFulltext.generated deleted file mode 100644 index 72921b6b23..0000000000 --- a/Documentation/Examples/RestIndexCreateNewFulltext.generated +++ /dev/null @@ -1,25 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "fulltext", - "fields" : [ - "text" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/787756137", - "type" : "fulltext", - "fields" : [ - "text" - ], - "unique" : false, - "sparse" : true, - "minLength" : 2, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateNewHashIndex.generated b/Documentation/Examples/RestIndexCreateNewHashIndex.generated deleted file mode 100644 index 7faacd4ce4..0000000000 --- a/Documentation/Examples/RestIndexCreateNewHashIndex.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "hash", - "unique" : false, - "fields" : [ - "a", - "b" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/788345961", - "type" : "hash", - "fields" : [ - "a", - "b" - ], - "selectivityEstimate" : 1, - "unique" : false, - "sparse" : false, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateNewSkiplist.generated b/Documentation/Examples/RestIndexCreateNewSkiplist.generated deleted file mode 100644 index b57132c17a..0000000000 --- a/Documentation/Examples/RestIndexCreateNewSkiplist.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "skiplist", - "unique" : false, - "fields" : [ - "a", - "b" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/788870249", - "type" : "skiplist", - "fields" : [ - "a", - "b" - ], - "unique" : false, - "sparse" : false, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated b/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated deleted file mode 100644 index 66cef797dc..0000000000 --- a/Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "hash", - "unique" : true, - "fields" : [ - "a", - "b" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/789394537", - "type" : "hash", - "fields" : [ - "a", - "b" - ], - "selectivityEstimate" : 1, - "unique" : true, - "sparse" : false, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateSparseHashIndex.generated b/Documentation/Examples/RestIndexCreateSparseHashIndex.generated deleted file mode 100644 index de022c16a9..0000000000 --- a/Documentation/Examples/RestIndexCreateSparseHashIndex.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "hash", - "unique" : false, - "sparse" : true, - "fields" : [ - "a" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/789853289", - "type" : "hash", - "fields" : [ - "a" - ], - "selectivityEstimate" : 1, - "unique" : false, - "sparse" : true, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexCreateSparseSkiplist.generated b/Documentation/Examples/RestIndexCreateSparseSkiplist.generated deleted file mode 100644 index 7d7ab65673..0000000000 --- a/Documentation/Examples/RestIndexCreateSparseSkiplist.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF -{ - "type" : "skiplist", - "unique" : false, - "sparse" : true, - "fields" : [ - "a" - ] -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "id" : "products/790377577", - "type" : "skiplist", - "fields" : [ - "a" - ], - "unique" : false, - "sparse" : true, - "isNewlyCreated" : true, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated b/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated deleted file mode 100644 index eb8c9ca69d..0000000000 --- a/Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/index/products/790901865 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "products/790901865", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestIndexPrimaryIndex.generated b/Documentation/Examples/RestIndexPrimaryIndex.generated deleted file mode 100644 index 09fe8ce84d..0000000000 --- a/Documentation/Examples/RestIndexPrimaryIndex.generated +++ /dev/null @@ -1,17 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/index/products/0 - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "products/0", - "type" : "primary", - "fields" : [ - "_key" - ], - "selectivityEstimate" : 1, - "unique" : true, - "sparse" : false, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestQueryInvalid.generated b/Documentation/Examples/RestQueryInvalid.generated deleted file mode 100644 index 20f3c32fee..0000000000 --- a/Documentation/Examples/RestQueryInvalid.generated +++ /dev/null @@ -1,13 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/query <<EOF -{ "query" : "FOR p IN products FILTER p.name = @name LIMIT 2 RETURN p.n" } -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "code" : 400, - "error" : true, - "errorMessage" : "syntax error, unexpected assignment near '= @name LIMIT 2 RETURN p.n' at position 1:33", - "errorNum" : 1501 -} diff --git a/Documentation/Examples/RestQueryValid.generated b/Documentation/Examples/RestQueryValid.generated deleted file mode 100644 index cde52b9a91..0000000000 --- a/Documentation/Examples/RestQueryValid.generated +++ /dev/null @@ -1,93 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/query <<EOF -{ "query" : "FOR p IN products FILTER p.name == @name LIMIT 2 RETURN p.n" } -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "ast" : [ - { - "subNodes" : [ - { - "subNodes" : [ - { - "id" : 0, - "name" : "p", - "type" : "variable" - }, - { - "name" : "products", - "type" : "collection" - } - ], - "type" : "for" - }, - { - "subNodes" : [ - { - "subNodes" : [ - { - "name" : "name", - "subNodes" : [ - { - "id" : 0, - "name" : "p", - "type" : "reference" - } - ], - "type" : "attribute access" - }, - { - "name" : "name", - "type" : "parameter" - } - ], - "type" : "compare ==" - } - ], - "type" : "filter" - }, - { - "subNodes" : [ - { - "type" : "value", - "value" : 0 - }, - { - "type" : "value", - "value" : 2 - } - ], - "type" : "limit" - }, - { - "subNodes" : [ - { - "name" : "n", - "subNodes" : [ - { - "id" : 0, - "name" : "p", - "type" : "reference" - } - ], - "type" : "attribute access" - } - ], - "type" : "return" - } - ], - "type" : "root" - } - ], - "bindVars" : [ - "name" - ], - "code" : 200, - "collections" : [ - "products" - ], - "error" : false, - "parsed" : true -} diff --git a/Documentation/Examples/RestReplicationApplierGetConfig.generated b/Documentation/Examples/RestReplicationApplierGetConfig.generated deleted file mode 100644 index c9f425e3a6..0000000000 --- a/Documentation/Examples/RestReplicationApplierGetConfig.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/applier-config - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "adaptivePolling" : true, - "autoResync" : false, - "autoResyncRetries" : 2, - "autoStart" : false, - "chunkSize" : 0, - "connectTimeout" : 10, - "connectionRetryWaitTime" : 15, - "idleMaxWaitTime" : 2.5, - "idleMinWaitTime" : 0.5, - "ignoreErrors" : 0, - "includeSystem" : true, - "initialSyncMaxWaitTime" : 300, - "maxConnectRetries" : 100, - "requestTimeout" : 600, - "requireFromPresent" : false, - "restrictCollections" : [ ], - "restrictType" : "", - "sslProtocol" : 0, - "verbose" : false -} diff --git a/Documentation/Examples/RestReplicationApplierSetConfig.generated b/Documentation/Examples/RestReplicationApplierSetConfig.generated deleted file mode 100644 index 817a64fb0e..0000000000 --- a/Documentation/Examples/RestReplicationApplierSetConfig.generated +++ /dev/null @@ -1,38 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/replication/applier-config <<EOF -{ - "endpoint" : "tcp://127.0.0.1:8529", - "username" : "replicationApplier", - "password" : "applier1234@foxx", - "chunkSize" : 4194304, - "autoStart" : false, - "adaptivePolling" : true -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "adaptivePolling" : true, - "autoResync" : false, - "autoResyncRetries" : 2, - "autoStart" : false, - "chunkSize" : 4194304, - "connectTimeout" : 10, - "connectionRetryWaitTime" : 15, - "database" : "_system", - "endpoint" : "tcp://127.0.0.1:8529", - "idleMaxWaitTime" : 2.5, - "idleMinWaitTime" : 0.5, - "ignoreErrors" : 0, - "includeSystem" : true, - "initialSyncMaxWaitTime" : 300, - "maxConnectRetries" : 100, - "requestTimeout" : 600, - "requireFromPresent" : false, - "restrictCollections" : [ ], - "restrictType" : "", - "sslProtocol" : 0, - "username" : "replicationApplier", - "verbose" : false -} diff --git a/Documentation/Examples/RestReplicationApplierStart.generated b/Documentation/Examples/RestReplicationApplierStart.generated deleted file mode 100644 index 89e0700f37..0000000000 --- a/Documentation/Examples/RestReplicationApplierStart.generated +++ /dev/null @@ -1,33 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-start - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "database" : "_system", - "endpoint" : "tcp://127.0.0.1:8529", - "server" : { - "serverId" : "142436848523302", - "version" : "2.7.0-devel" - }, - "state" : { - "lastAppliedContinuousTick" : null, - "lastAvailableContinuousTick" : null, - "lastError" : { - "errorNum" : 0 - }, - "lastProcessedContinuousTick" : null, - "progress" : { - "failedConnects" : 0, - "message" : "applier initially created", - "time" : "2016-01-07T11:58:59Z" - }, - "running" : true, - "safeResumeTick" : null, - "time" : "2016-01-07T12:00:09Z", - "totalEvents" : 0, - "totalFailedConnects" : 0, - "totalOperationsExcluded" : 0, - "totalRequests" : 0 - } -} diff --git a/Documentation/Examples/RestReplicationApplierStateNotRunning.generated b/Documentation/Examples/RestReplicationApplierStateNotRunning.generated deleted file mode 100644 index 84aec1da24..0000000000 --- a/Documentation/Examples/RestReplicationApplierStateNotRunning.generated +++ /dev/null @@ -1,35 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/applier-state - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "database" : "_system", - "endpoint" : "tcp://127.0.0.1:8529", - "server" : { - "serverId" : "142436848523302", - "version" : "2.7.0-devel" - }, - "state" : { - "lastAppliedContinuousTick" : null, - "lastAvailableContinuousTick" : null, - "lastError" : { - "errorMessage" : "no start tick", - "errorNum" : 1413, - "time" : "2016-01-07T12:00:10Z" - }, - "lastProcessedContinuousTick" : null, - "progress" : { - "failedConnects" : 0, - "message" : "applier shut down", - "time" : "2016-01-07T12:00:10Z" - }, - "running" : false, - "safeResumeTick" : null, - "time" : "2016-01-07T12:00:10Z", - "totalEvents" : 0, - "totalFailedConnects" : 0, - "totalOperationsExcluded" : 0, - "totalRequests" : 0 - } -} diff --git a/Documentation/Examples/RestReplicationApplierStateRunning.generated b/Documentation/Examples/RestReplicationApplierStateRunning.generated deleted file mode 100644 index 84aec1da24..0000000000 --- a/Documentation/Examples/RestReplicationApplierStateRunning.generated +++ /dev/null @@ -1,35 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/applier-state - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "database" : "_system", - "endpoint" : "tcp://127.0.0.1:8529", - "server" : { - "serverId" : "142436848523302", - "version" : "2.7.0-devel" - }, - "state" : { - "lastAppliedContinuousTick" : null, - "lastAvailableContinuousTick" : null, - "lastError" : { - "errorMessage" : "no start tick", - "errorNum" : 1413, - "time" : "2016-01-07T12:00:10Z" - }, - "lastProcessedContinuousTick" : null, - "progress" : { - "failedConnects" : 0, - "message" : "applier shut down", - "time" : "2016-01-07T12:00:10Z" - }, - "running" : false, - "safeResumeTick" : null, - "time" : "2016-01-07T12:00:10Z", - "totalEvents" : 0, - "totalFailedConnects" : 0, - "totalOperationsExcluded" : 0, - "totalRequests" : 0 - } -} diff --git a/Documentation/Examples/RestReplicationApplierStop.generated b/Documentation/Examples/RestReplicationApplierStop.generated deleted file mode 100644 index 876102ce1d..0000000000 --- a/Documentation/Examples/RestReplicationApplierStop.generated +++ /dev/null @@ -1,35 +0,0 @@ -shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-stop - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "database" : "_system", - "endpoint" : "tcp://127.0.0.1:8529", - "server" : { - "serverId" : "142436848523302", - "version" : "2.7.0-devel" - }, - "state" : { - "lastAppliedContinuousTick" : null, - "lastAvailableContinuousTick" : null, - "lastError" : { - "errorMessage" : "no start tick", - "errorNum" : 1413, - "time" : "2016-01-07T12:00:10Z" - }, - "lastProcessedContinuousTick" : null, - "progress" : { - "failedConnects" : 0, - "message" : "applier shut down", - "time" : "2016-01-07T12:00:10Z" - }, - "running" : false, - "safeResumeTick" : null, - "time" : "2016-01-07T12:00:10Z", - "totalEvents" : 0, - "totalFailedConnects" : 0, - "totalOperationsExcluded" : 0, - "totalRequests" : 0 - } -} diff --git a/Documentation/Examples/RestReplicationDump.generated b/Documentation/Examples/RestReplicationDump.generated deleted file mode 100644 index 371ec261c9..0000000000 --- a/Documentation/Examples/RestReplicationDump.generated +++ /dev/null @@ -1,8 +0,0 @@ -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-arango-replication-checkmore: false -x-arango-replication-lastincluded: 793326697 - -"{\"tick\":\"792671337\",\"type\":2300,\"key\":\"123456\",\"rev\":\"792605801\",\"data\":{\"_key\":\"123456\",\"_rev\":\"792605801\",\"c\":false,\"b\":1,\"d\":\"additional value\"}}\n{\"tick\":\"793130089\",\"type\":2302,\"key\":\"foobar\",\"rev\":\"793064553\"}\n{\"tick\":\"793326697\",\"type\":2302,\"key\":\"abcdef\",\"rev\":\"793261161\"}\n" diff --git a/Documentation/Examples/RestReplicationDumpEmpty.generated b/Documentation/Examples/RestReplicationDumpEmpty.generated deleted file mode 100644 index 97ca2113c3..0000000000 --- a/Documentation/Examples/RestReplicationDumpEmpty.generated +++ /dev/null @@ -1,7 +0,0 @@ -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-arango-replication-checkmore: false -x-arango-replication-lastincluded: 0 - diff --git a/Documentation/Examples/RestReplicationInventory.generated b/Documentation/Examples/RestReplicationInventory.generated deleted file mode 100644 index b488366795..0000000000 --- a/Documentation/Examples/RestReplicationInventory.generated +++ /dev/null @@ -1,177 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/inventory - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "collections" : [ - { - "indexes" : [ ], - "parameters" : { - "cid" : "3945577", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 4194304, - "name" : "_aqlfunctions", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "2045033", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "_graphs", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "2176105", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "_modules", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "2307177", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 33554432, - "name" : "_routing", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "14562409", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "_system_users_users", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ - { - "fields" : [ - "user" - ], - "id" : "537705", - "selectivityEstimate" : 1, - "sparse" : true, - "type" : "hash", - "unique" : true - } - ], - "parameters" : { - "cid" : "210025", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 4194304, - "name" : "_users", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "21967977", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "animals", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "21116009", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "demo", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "15873129", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "testbug_nodeTypes", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "15742057", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "testbug_testCollection", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - } - ], - "state" : { - "lastLogTick" : "794637417", - "running" : true, - "time" : "2016-01-07T12:00:12Z", - "totalEvents" : 4942 - }, - "tick" : "794834025" -} diff --git a/Documentation/Examples/RestReplicationInventoryIndexes.generated b/Documentation/Examples/RestReplicationInventoryIndexes.generated deleted file mode 100644 index 3334470cc1..0000000000 --- a/Documentation/Examples/RestReplicationInventoryIndexes.generated +++ /dev/null @@ -1,262 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/inventory - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "collections" : [ - { - "indexes" : [ ], - "parameters" : { - "cid" : "3945577", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 4194304, - "name" : "_aqlfunctions", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "2045033", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "_graphs", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "2176105", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "_modules", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "2307177", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 33554432, - "name" : "_routing", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "14562409", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "_system_users_users", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ - { - "fields" : [ - "user" - ], - "id" : "537705", - "selectivityEstimate" : 1, - "sparse" : true, - "type" : "hash", - "unique" : true - } - ], - "parameters" : { - "cid" : "210025", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 4194304, - "name" : "_users", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "21967977", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "animals", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "21116009", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "demo", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ - { - "fields" : [ - "name" - ], - "id" : "795161705", - "selectivityEstimate" : 1, - "sparse" : false, - "type" : "hash", - "unique" : false - }, - { - "fields" : [ - "a", - "b" - ], - "id" : "795489385", - "sparse" : false, - "type" : "skiplist", - "unique" : true - }, - { - "byteSize" : 0, - "id" : "795685993", - "size" : 500, - "type" : "cap", - "unique" : false - } - ], - "parameters" : { - "cid" : "794899561", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "IndexedCollection1", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ - { - "fields" : [ - "text" - ], - "id" : "796079209", - "minLength" : 10, - "sparse" : true, - "type" : "fulltext", - "unique" : false - }, - { - "fields" : [ - "a" - ], - "id" : "796406889", - "sparse" : false, - "type" : "skiplist", - "unique" : false - }, - { - "byteSize" : 1048576, - "id" : "796603497", - "size" : 0, - "type" : "cap", - "unique" : false - } - ], - "parameters" : { - "cid" : "795882601", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "IndexedCollection2", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "15873129", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "testbug_nodeTypes", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - }, - { - "indexes" : [ ], - "parameters" : { - "cid" : "15742057", - "deleted" : false, - "doCompact" : true, - "indexBuckets" : 8, - "isVolatile" : false, - "maximalSize" : 1048576, - "name" : "testbug_testCollection", - "type" : 2, - "version" : 5, - "waitForSync" : false - } - } - ], - "state" : { - "lastLogTick" : "794834025", - "running" : true, - "time" : "2016-01-07T12:00:12Z", - "totalEvents" : 4955 - }, - "tick" : "796734569" -} diff --git a/Documentation/Examples/RestReplicationLoggerFirstTick.generated b/Documentation/Examples/RestReplicationLoggerFirstTick.generated deleted file mode 100644 index a72f37e48a..0000000000 --- a/Documentation/Examples/RestReplicationLoggerFirstTick.generated +++ /dev/null @@ -1,6 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/logger-first-tick - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -"{\"firstTick\":\"341097\"}" diff --git a/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated b/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated deleted file mode 100644 index 743114607d..0000000000 --- a/Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=796734569&chunkSize=400 - -HTTP/1.1 200 OK -content-type: application/x-arango-dump; charset=utf-8 -x-arango-replication-active: true -x-arango-replication-checkmore: true -x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 797324393 -x-arango-replication-lasttick: 798110825 - -"{\"tick\":\"796800105\",\"type\":2001,\"database\":\"78953\",\"cid\":\"794899561\"}\n{\"tick\":\"796865641\",\"type\":2001,\"database\":\"78953\",\"cid\":\"795882601\"}\n{\"tick\":\"796996713\",\"type\":2000,\"database\":\"78953\",\"cid\":\"796931177\",\"collection\":{\"cid\":\"796931177\",\"deleted\":false,\"doCompact\":true,\"indexBuckets\":8,\"isVolatile\":false,\"maximalSize\":1048576,\"name\":\"products\",\"type\":2,\"version\":5,\"waitForSync\":false}}\n{\"tick\":\"797324393\",\"type\":2300,\"database\":\"78953\",\"cid\":\"796931177\",\"tid\":\"0\",\"key\":\"p1\",\"rev\":\"797258857\",\"data\":{\"_key\":\"p1\",\"_rev\":\"797258857\",\"name\":\"flux compensator\"}}\n" diff --git a/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated b/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated deleted file mode 100644 index 30ed9c5ed1..0000000000 --- a/Documentation/Examples/RestReplicationLoggerFollowEmpty.generated +++ /dev/null @@ -1,10 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=798110825 - -HTTP/1.1 204 No Content -content-type: application/x-arango-dump; charset=utf-8 -x-arango-replication-active: true -x-arango-replication-checkmore: false -x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 0 -x-arango-replication-lasttick: 798110825 - diff --git a/Documentation/Examples/RestReplicationLoggerFollowSome.generated b/Documentation/Examples/RestReplicationLoggerFollowSome.generated deleted file mode 100644 index 9c610c8241..0000000000 --- a/Documentation/Examples/RestReplicationLoggerFollowSome.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=798110825 - -HTTP/1.1 200 OK -content-type: application/x-arango-dump; charset=utf-8 -x-arango-replication-active: true -x-arango-replication-checkmore: false -x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 799356009 -x-arango-replication-lasttick: 799356009 - -"{\"tick\":\"798241897\",\"type\":2000,\"database\":\"78953\",\"cid\":\"798176361\",\"collection\":{\"cid\":\"798176361\",\"deleted\":false,\"doCompact\":true,\"indexBuckets\":8,\"isVolatile\":false,\"maximalSize\":1048576,\"name\":\"products\",\"type\":2,\"version\":5,\"waitForSync\":false}}\n{\"tick\":\"798569577\",\"type\":2300,\"database\":\"78953\",\"cid\":\"798176361\",\"tid\":\"0\",\"key\":\"p1\",\"rev\":\"798504041\",\"data\":{\"_key\":\"p1\",\"_rev\":\"798504041\",\"name\":\"flux compensator\"}}\n{\"tick\":\"798897257\",\"type\":2300,\"database\":\"78953\",\"cid\":\"798176361\",\"tid\":\"0\",\"key\":\"p2\",\"rev\":\"798831721\",\"data\":{\"_key\":\"p2\",\"_rev\":\"798831721\",\"hp\":5100,\"name\":\"hybrid hovercraft\"}}\n{\"tick\":\"799093865\",\"type\":2302,\"database\":\"78953\",\"cid\":\"798176361\",\"tid\":\"0\",\"key\":\"p1\",\"rev\":\"799028329\"}\n{\"tick\":\"799290473\",\"type\":2300,\"database\":\"78953\",\"cid\":\"798176361\",\"tid\":\"0\",\"key\":\"p2\",\"rev\":\"799224937\",\"data\":{\"_key\":\"p2\",\"_rev\":\"799224937\"}}\n{\"tick\":\"799356009\",\"type\":2001,\"database\":\"78953\",\"cid\":\"798176361\"}\n" diff --git a/Documentation/Examples/RestReplicationLoggerStateActive.generated b/Documentation/Examples/RestReplicationLoggerStateActive.generated deleted file mode 100644 index 3fafa10200..0000000000 --- a/Documentation/Examples/RestReplicationLoggerStateActive.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/logger-state - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "clients" : [ ], - "server" : { - "serverId" : "142436848523302", - "version" : "2.7.0-devel" - }, - "state" : { - "lastLogTick" : "799356009", - "running" : true, - "time" : "2016-01-07T12:00:16Z", - "totalEvents" : 4977 - } -} diff --git a/Documentation/Examples/RestReplicationLoggerTickRanges.generated b/Documentation/Examples/RestReplicationLoggerTickRanges.generated deleted file mode 100644 index 915c01a295..0000000000 --- a/Documentation/Examples/RestReplicationLoggerTickRanges.generated +++ /dev/null @@ -1,37 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/logger-tick-ranges - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - { - "datafile" : "/tmp/vocdir.18500/journals/logfile-144489.db", - "status" : "collected", - "tickMax" : "672347241", - "tickMin" : "341097" - }, - { - "datafile" : "/tmp/vocdir.18500/journals/logfile-672543849.db", - "status" : "collected", - "tickMax" : "676344937", - "tickMin" : "672740457" - }, - { - "datafile" : "/tmp/vocdir.18500/journals/logfile-676476009.db", - "status" : "collected", - "tickMax" : "793326697", - "tickMin" : "676803689" - }, - { - "datafile" : "/tmp/vocdir.18500/journals/logfile-793457769.db", - "status" : "collected", - "tickMax" : "794440809", - "tickMin" : "794047593" - }, - { - "datafile" : "/tmp/vocdir.18500/journals/logfile-794571881.db", - "status" : "open", - "tickMax" : "799356009", - "tickMin" : "794834025" - } -] diff --git a/Documentation/Examples/RestReplicationServerId.generated b/Documentation/Examples/RestReplicationServerId.generated deleted file mode 100644 index 7c9ba72196..0000000000 --- a/Documentation/Examples/RestReplicationServerId.generated +++ /dev/null @@ -1,8 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/replication/server-id - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "serverId" : "142436848523302" -} diff --git a/Documentation/Examples/RestSimpleAllBatch.generated b/Documentation/Examples/RestSimpleAllBatch.generated deleted file mode 100644 index ece94f42c1..0000000000 --- a/Documentation/Examples/RestSimpleAllBatch.generated +++ /dev/null @@ -1,45 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF -{ "collection": "products", "batchSize" : 3 } -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "Hello4" : "World4", - "_id" : "products/800732265", - "_rev" : "800732265", - "_key" : "800732265" - }, - { - "Hello1" : "World1", - "_id" : "products/799749225", - "_rev" : "799749225", - "_key" : "799749225" - }, - { - "Hello5" : "World5", - "_id" : "products/801059945", - "_rev" : "801059945", - "_key" : "801059945" - } - ], - "hasMore" : true, - "id" : "801256553", - "count" : 5, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 5, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "cached" : false, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleAllSkipLimit.generated b/Documentation/Examples/RestSimpleAllSkipLimit.generated deleted file mode 100644 index 6c9ce2f6f7..0000000000 --- a/Documentation/Examples/RestSimpleAllSkipLimit.generated +++ /dev/null @@ -1,38 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF -{ "collection": "products", "skip": 2, "limit" : 2 } -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "Hello4" : "World4", - "_id" : "products/802698345", - "_rev" : "802698345", - "_key" : "802698345" - }, - { - "Hello2" : "World2", - "_id" : "products/802042985", - "_rev" : "802042985", - "_key" : "802042985" - } - ], - "hasMore" : false, - "count" : 2, - "cached" : false, - "extra" : { - "stats" : { - "filtered" : 0, - "scannedFull" : 5, - "scannedIndex" : 0, - "writesExecuted" : 0, - "writesIgnored" : 0 - }, - "warnings" : [ ] - }, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleAny.generated b/Documentation/Examples/RestSimpleAny.generated deleted file mode 100644 index e76671c976..0000000000 --- a/Documentation/Examples/RestSimpleAny.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/any <<EOF -{ - "collection" : "products" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "document" : { - "_id" : "products/804598889", - "_key" : "804598889", - "_rev" : "804598889", - "Hello4" : "World4" - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleByExample.generated b/Documentation/Examples/RestSimpleByExample.generated deleted file mode 100644 index 519275b354..0000000000 --- a/Documentation/Examples/RestSimpleByExample.generated +++ /dev/null @@ -1,55 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/by-example <<EOF -{ - "collection" : "products", - "example" : { - "i" : 1 - } -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/806564969", - "_key" : "806564969", - "_rev" : "806564969", - "i" : 1, - "a" : { - "j" : 2, - "k" : 2 - } - }, - { - "_id" : "products/806368361", - "_key" : "806368361", - "_rev" : "806368361", - "i" : 1 - }, - { - "_id" : "products/806106217", - "_key" : "806106217", - "_rev" : "806106217", - "i" : 1, - "a" : { - "j" : 1 - } - }, - { - "_id" : "products/805778537", - "_key" : "805778537", - "_rev" : "805778537", - "i" : 1, - "a" : { - "j" : 1, - "k" : 1 - } - } - ], - "hasMore" : false, - "count" : 4, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleByExample2.generated b/Documentation/Examples/RestSimpleByExample2.generated deleted file mode 100644 index 017ea55f02..0000000000 --- a/Documentation/Examples/RestSimpleByExample2.generated +++ /dev/null @@ -1,39 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/by-example <<EOF -{ - "collection" : "products", - "example" : { - "a.j" : 1 - } -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/808072297", - "_key" : "808072297", - "_rev" : "808072297", - "i" : 1, - "a" : { - "j" : 1 - } - }, - { - "_id" : "products/807744617", - "_key" : "807744617", - "_rev" : "807744617", - "i" : 1, - "a" : { - "j" : 1, - "k" : 1 - } - } - ], - "hasMore" : false, - "count" : 2, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleByExample3.generated b/Documentation/Examples/RestSimpleByExample3.generated deleted file mode 100644 index 33c0097c2f..0000000000 --- a/Documentation/Examples/RestSimpleByExample3.generated +++ /dev/null @@ -1,31 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - } -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/810038377", - "_key" : "810038377", - "_rev" : "810038377", - "i" : 1, - "a" : { - "j" : 1 - } - } - ], - "hasMore" : false, - "count" : 1, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleFirst.generated b/Documentation/Examples/RestSimpleFirst.generated deleted file mode 100644 index 8f5a0ab165..0000000000 --- a/Documentation/Examples/RestSimpleFirst.generated +++ /dev/null @@ -1,35 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/first <<EOF -{ - "collection" : "products", - "count" : 2 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/811676777", - "_key" : "811676777", - "_rev" : "811676777", - "i" : 1, - "a" : { - "j" : 1, - "k" : 1 - } - }, - { - "_id" : "products/812004457", - "_key" : "812004457", - "_rev" : "812004457", - "i" : 1, - "a" : { - "j" : 1 - } - } - ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleFirstExample.generated b/Documentation/Examples/RestSimpleFirstExample.generated deleted file mode 100644 index bf0ff8c583..0000000000 --- a/Documentation/Examples/RestSimpleFirstExample.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/first-example <<EOF -{ - "collection" : "products", - "example" : { - "i" : 1 - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "document" : { - "_id" : "products/814101609", - "_key" : "814101609", - "_rev" : "814101609", - "i" : 1, - "a" : { - "j" : 2, - "k" : 2 - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleFirstExampleNotFound.generated b/Documentation/Examples/RestSimpleFirstExampleNotFound.generated deleted file mode 100644 index f2a83e422c..0000000000 --- a/Documentation/Examples/RestSimpleFirstExampleNotFound.generated +++ /dev/null @@ -1,18 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/first-example <<EOF -{ - "collection" : "products", - "example" : { - "l" : 1 - } -} -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 404, - "errorNum" : 404, - "errorMessage" : "no match" -} diff --git a/Documentation/Examples/RestSimpleFirstSingle.generated b/Documentation/Examples/RestSimpleFirstSingle.generated deleted file mode 100644 index 01d45547e5..0000000000 --- a/Documentation/Examples/RestSimpleFirstSingle.generated +++ /dev/null @@ -1,23 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/first <<EOF -{ - "collection" : "products" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "_id" : "products/817116265", - "_key" : "817116265", - "_rev" : "817116265", - "i" : 1, - "a" : { - "j" : 1, - "k" : 1 - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleFulltext.generated b/Documentation/Examples/RestSimpleFulltext.generated deleted file mode 100644 index bd7267c3db..0000000000 --- a/Documentation/Examples/RestSimpleFulltext.generated +++ /dev/null @@ -1,31 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/fulltext <<EOF -{ - "collection" : "products", - "attribute" : "text", - "query" : "word" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/818492521", - "_key" : "818492521", - "_rev" : "818492521", - "text" : "this text contains word" - }, - { - "_id" : "products/818689129", - "_key" : "818689129", - "_rev" : "818689129", - "text" : "this text also has a word" - } - ], - "hasMore" : false, - "count" : 2, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleLast.generated b/Documentation/Examples/RestSimpleLast.generated deleted file mode 100644 index 8dd2fae559..0000000000 --- a/Documentation/Examples/RestSimpleLast.generated +++ /dev/null @@ -1,32 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/last <<EOF -{ - "collection" : "products", - "count" : 2 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/820851817", - "_key" : "820851817", - "_rev" : "820851817", - "i" : 1, - "a" : { - "j" : 2, - "k" : 2 - } - }, - { - "_id" : "products/820655209", - "_key" : "820655209", - "_rev" : "820655209", - "i" : 1 - } - ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleLastSingle.generated b/Documentation/Examples/RestSimpleLastSingle.generated deleted file mode 100644 index 87a433bca6..0000000000 --- a/Documentation/Examples/RestSimpleLastSingle.generated +++ /dev/null @@ -1,23 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/last <<EOF -{ - "collection" : "products" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "_id" : "products/822490217", - "_key" : "822490217", - "_rev" : "822490217", - "i" : 1, - "a" : { - "j" : 2, - "k" : 2 - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleLookup.generated b/Documentation/Examples/RestSimpleLookup.generated deleted file mode 100644 index ac653ea6d2..0000000000 --- a/Documentation/Examples/RestSimpleLookup.generated +++ /dev/null @@ -1,87 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/lookup-by-keys <<EOF -{ - "keys" : [ - "test0", - "test1", - "test2", - "test3", - "test4", - "test5", - "test6", - "test7", - "test8", - "test9" - ], - "collection" : "test" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "documents" : [ - { - "value" : 0, - "_id" : "test/test0", - "_rev" : "823080041", - "_key" : "test0" - }, - { - "value" : 1, - "_id" : "test/test1", - "_rev" : "823276649", - "_key" : "test1" - }, - { - "value" : 2, - "_id" : "test/test2", - "_rev" : "823473257", - "_key" : "test2" - }, - { - "value" : 3, - "_id" : "test/test3", - "_rev" : "823669865", - "_key" : "test3" - }, - { - "value" : 4, - "_id" : "test/test4", - "_rev" : "823866473", - "_key" : "test4" - }, - { - "value" : 5, - "_id" : "test/test5", - "_rev" : "824063081", - "_key" : "test5" - }, - { - "value" : 6, - "_id" : "test/test6", - "_rev" : "824259689", - "_key" : "test6" - }, - { - "value" : 7, - "_id" : "test/test7", - "_rev" : "824456297", - "_key" : "test7" - }, - { - "value" : 8, - "_id" : "test/test8", - "_rev" : "824652905", - "_key" : "test8" - }, - { - "value" : 9, - "_id" : "test/test9", - "_rev" : "824849513", - "_key" : "test9" - } - ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleLookupNotFound.generated b/Documentation/Examples/RestSimpleLookupNotFound.generated deleted file mode 100644 index adf4f582a7..0000000000 --- a/Documentation/Examples/RestSimpleLookupNotFound.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/lookup-by-keys <<EOF -{ - "keys" : [ - "foo", - "bar", - "baz" - ], - "collection" : "test" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "documents" : [ ], - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleNear.generated b/Documentation/Examples/RestSimpleNear.generated deleted file mode 100644 index 72db06f5fd..0000000000 --- a/Documentation/Examples/RestSimpleNear.generated +++ /dev/null @@ -1,41 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/near <<EOF -{ - "collection" : "products", - "latitude" : 0, - "longitude" : 0, - "skip" : 1, - "limit" : 2 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/829305961", - "_key" : "829305961", - "_rev" : "829305961", - "name" : "Name/0.002/", - "loc" : [ - 0.002, - 0 - ] - }, - { - "_id" : "products/828912745", - "_key" : "828912745", - "_rev" : "828912745", - "name" : "Name/-0.002/", - "loc" : [ - -0.002, - 0 - ] - } - ], - "hasMore" : false, - "count" : 2, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleNearDistance.generated b/Documentation/Examples/RestSimpleNearDistance.generated deleted file mode 100644 index 08a6c3042a..0000000000 --- a/Documentation/Examples/RestSimpleNearDistance.generated +++ /dev/null @@ -1,55 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/near <<EOF -{ - "collection" : "products", - "latitude" : 0, - "longitude" : 0, - "skip" : 1, - "limit" : 3, - "distance" : "distance" -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/831927401", - "_key" : "831927401", - "_rev" : "831927401", - "name" : "Name/-0.002/", - "loc" : [ - -0.002, - 0 - ], - "distance" : 222.38985328911744 - }, - { - "_id" : "products/832320617", - "_key" : "832320617", - "_rev" : "832320617", - "name" : "Name/0.002/", - "loc" : [ - 0.002, - 0 - ], - "distance" : 222.38985328911744 - }, - { - "_id" : "products/831730793", - "_key" : "831730793", - "_rev" : "831730793", - "name" : "Name/-0.004/", - "loc" : [ - -0.004, - 0 - ], - "distance" : 444.779706578235 - } - ], - "hasMore" : false, - "count" : 3, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleRange.generated b/Documentation/Examples/RestSimpleRange.generated deleted file mode 100644 index 2b3aa7476d..0000000000 --- a/Documentation/Examples/RestSimpleRange.generated +++ /dev/null @@ -1,32 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/range <<EOF -{ - "collection" : "products", - "attribute" : "i", - "left" : 2, - "right" : 4 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/834221161", - "_key" : "834221161", - "_rev" : "834221161", - "i" : 2 - }, - { - "_id" : "products/834417769", - "_key" : "834417769", - "_rev" : "834417769", - "i" : 3 - } - ], - "hasMore" : false, - "count" : 2, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleRemove.generated b/Documentation/Examples/RestSimpleRemove.generated deleted file mode 100644 index ef02e4f4e2..0000000000 --- a/Documentation/Examples/RestSimpleRemove.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/remove-by-keys <<EOF -{ - "keys" : [ - "test0", - "test1", - "test2", - "test3", - "test4", - "test5", - "test6", - "test7", - "test8", - "test9" - ], - "collection" : "test" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "code" : 200, - "error" : false, - "ignored" : 0, - "removed" : 10 -} diff --git a/Documentation/Examples/RestSimpleRemoveByExample.generated b/Documentation/Examples/RestSimpleRemoveByExample.generated deleted file mode 100644 index 12b9935c98..0000000000 --- a/Documentation/Examples/RestSimpleRemoveByExample.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/remove-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "deleted" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleRemoveByExample_1.generated b/Documentation/Examples/RestSimpleRemoveByExample_1.generated deleted file mode 100644 index 0048dc2912..0000000000 --- a/Documentation/Examples/RestSimpleRemoveByExample_1.generated +++ /dev/null @@ -1,21 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/remove-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - }, - "waitForSync" : true, - "limit" : 2 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "deleted" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleRemoveByExample_2.generated b/Documentation/Examples/RestSimpleRemoveByExample_2.generated deleted file mode 100644 index bb827e9a07..0000000000 --- a/Documentation/Examples/RestSimpleRemoveByExample_2.generated +++ /dev/null @@ -1,23 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/remove-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - }, - "options" : { - "waitForSync" : true, - "limit" : 2 - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "deleted" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleRemoveNotFound.generated b/Documentation/Examples/RestSimpleRemoveNotFound.generated deleted file mode 100644 index 4b43ba46ef..0000000000 --- a/Documentation/Examples/RestSimpleRemoveNotFound.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/remove-by-keys <<EOF -{ - "keys" : [ - "foo", - "bar", - "baz" - ], - "collection" : "test" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "code" : 200, - "error" : false, - "ignored" : 3, - "removed" : 0 -} diff --git a/Documentation/Examples/RestSimpleReplaceByExample.generated b/Documentation/Examples/RestSimpleReplaceByExample.generated deleted file mode 100644 index 8c7de8dc67..0000000000 --- a/Documentation/Examples/RestSimpleReplaceByExample.generated +++ /dev/null @@ -1,23 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/replace-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - }, - "newValue" : { - "foo" : "bar" - }, - "limit" : 3 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "replaced" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleReplaceByExampleWaitForSync.generated b/Documentation/Examples/RestSimpleReplaceByExampleWaitForSync.generated deleted file mode 100644 index 717fb56e0e..0000000000 --- a/Documentation/Examples/RestSimpleReplaceByExampleWaitForSync.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/replace-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - }, - "newValue" : { - "foo" : "bar" - }, - "options" : { - "limit" : 3, - "waitForSync" : true - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "replaced" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleUpdateByExample.generated b/Documentation/Examples/RestSimpleUpdateByExample.generated deleted file mode 100644 index 19ce822fc5..0000000000 --- a/Documentation/Examples/RestSimpleUpdateByExample.generated +++ /dev/null @@ -1,25 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/update-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - }, - "newValue" : { - "a" : { - "j" : 22 - } - }, - "limit" : 3 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "updated" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleUpdateByExample_1.generated b/Documentation/Examples/RestSimpleUpdateByExample_1.generated deleted file mode 100644 index 7238c8e5f9..0000000000 --- a/Documentation/Examples/RestSimpleUpdateByExample_1.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/update-by-example <<EOF -{ - "collection" : "products", - "example" : { - "a" : { - "j" : 1 - } - }, - "newValue" : { - "a" : { - "j" : 22 - } - }, - "options" : { - "limit" : 3, - "waitForSync" : true - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "updated" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestSimpleWithin.generated b/Documentation/Examples/RestSimpleWithin.generated deleted file mode 100644 index dca2c3757d..0000000000 --- a/Documentation/Examples/RestSimpleWithin.generated +++ /dev/null @@ -1,42 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/near <<EOF -{ - "collection" : "products", - "latitude" : 0, - "longitude" : 0, - "skip" : 1, - "limit" : 2, - "radius" : 500 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/856634473", - "_key" : "856634473", - "_rev" : "856634473", - "name" : "Name/0.002/", - "loc" : [ - 0.002, - 0 - ] - }, - { - "_id" : "products/856241257", - "_key" : "856241257", - "_rev" : "856241257", - "name" : "Name/-0.002/", - "loc" : [ - -0.002, - 0 - ] - } - ], - "hasMore" : false, - "count" : 2, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleWithinDistance.generated b/Documentation/Examples/RestSimpleWithinDistance.generated deleted file mode 100644 index 5311497dd0..0000000000 --- a/Documentation/Examples/RestSimpleWithinDistance.generated +++ /dev/null @@ -1,56 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/near <<EOF -{ - "collection" : "products", - "latitude" : 0, - "longitude" : 0, - "skip" : 1, - "limit" : 3, - "distance" : "distance", - "radius" : 300 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/859255913", - "_key" : "859255913", - "_rev" : "859255913", - "name" : "Name/-0.002/", - "loc" : [ - -0.002, - 0 - ], - "distance" : 222.38985328911744 - }, - { - "_id" : "products/859649129", - "_key" : "859649129", - "_rev" : "859649129", - "name" : "Name/0.002/", - "loc" : [ - 0.002, - 0 - ], - "distance" : 222.38985328911744 - }, - { - "_id" : "products/859059305", - "_key" : "859059305", - "_rev" : "859059305", - "name" : "Name/-0.004/", - "loc" : [ - -0.004, - 0 - ], - "distance" : 444.779706578235 - } - ], - "hasMore" : false, - "count" : 3, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestSimpleWithinRectangle.generated b/Documentation/Examples/RestSimpleWithinRectangle.generated deleted file mode 100644 index c5201cb061..0000000000 --- a/Documentation/Examples/RestSimpleWithinRectangle.generated +++ /dev/null @@ -1,43 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/within-rectangle <<EOF -{ - "collection" : "products", - "latitude1" : 0, - "longitude1" : 0, - "latitude2" : 0.2, - "longitude2" : 0.2, - "skip" : 1, - "limit" : 2 -} -EOF - -HTTP/1.1 201 Created -content-type: application/json; charset=utf-8 - -{ - "result" : [ - { - "_id" : "products/865612905", - "_key" : "865612905", - "_rev" : "865612905", - "name" : "Name/0.008/", - "loc" : [ - 0.008, - 0 - ] - }, - { - "_id" : "products/865416297", - "_key" : "865416297", - "_rev" : "865416297", - "name" : "Name/0.006/", - "loc" : [ - 0.006, - 0 - ] - } - ], - "hasMore" : false, - "count" : 2, - "error" : false, - "code" : 201 -} diff --git a/Documentation/Examples/RestTasksCreate.generated b/Documentation/Examples/RestTasksCreate.generated deleted file mode 100644 index dd65d07c00..0000000000 --- a/Documentation/Examples/RestTasksCreate.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/tasks/ <<EOF -{ - "name" : "SampleTask", - "command" : "(function(params) { require('internal').print(params); })(params)", - "params" : { - "foo" : "bar", - "bar" : "foo" - }, - "period" : 2 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "866268265", - "name" : "SampleTask", - "type" : "periodic", - "period" : 2, - "created" : 1452168020.251515, - "command" : "(function(params) { require('internal').print(params); })(params)", - "database" : "_system", - "error" : false, - "code" : 200 -} -shell> curl -X DELETE --dump - http://localhost:8529/_api/tasks/866268265 - diff --git a/Documentation/Examples/RestTasksDelete.generated b/Documentation/Examples/RestTasksDelete.generated deleted file mode 100644 index bc8c153498..0000000000 --- a/Documentation/Examples/RestTasksDelete.generated +++ /dev/null @@ -1,9 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/tasks/SampleTask - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTasksDeleteFail.generated b/Documentation/Examples/RestTasksDeleteFail.generated deleted file mode 100644 index f3ea06f1b5..0000000000 --- a/Documentation/Examples/RestTasksDeleteFail.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl -X DELETE --dump - http://localhost:8529/_api/tasks/NoTaskWithThatName - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 404, - "errorNum" : 1852, - "errorMessage" : "task not found" -} diff --git a/Documentation/Examples/RestTasksListAll.generated b/Documentation/Examples/RestTasksListAll.generated deleted file mode 100644 index 45cf98f292..0000000000 --- a/Documentation/Examples/RestTasksListAll.generated +++ /dev/null @@ -1,43 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/tasks - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -[ - { - "id" : "16856169", - "name" : "user-defined task", - "type" : "periodic", - "period" : 1, - "created" : 1452167950.172463, - "command" : "(function () {\n require('@arangodb/foxx/queues/manager').manage();\n })(params)", - "database" : "_system" - }, - { - "id" : "statistics-gc", - "name" : "statistics-gc", - "type" : "periodic", - "period" : 450, - "created" : 1452167949.616527, - "command" : "require('@arangodb/statistics').garbageCollector();", - "database" : "_system" - }, - { - "id" : "statistics-average-collector", - "name" : "statistics-average-collector", - "type" : "periodic", - "period" : 900, - "created" : 1452167949.608234, - "command" : "require('@arangodb/statistics').historianAverage();", - "database" : "_system" - }, - { - "id" : "statistics-collector", - "name" : "statistics-collector", - "type" : "periodic", - "period" : 10, - "created" : 1452167949.60583, - "command" : "require('@arangodb/statistics').historian();", - "database" : "_system" - } -] diff --git a/Documentation/Examples/RestTasksListNonExisting.generated b/Documentation/Examples/RestTasksListNonExisting.generated deleted file mode 100644 index 622e11f9d3..0000000000 --- a/Documentation/Examples/RestTasksListNonExisting.generated +++ /dev/null @@ -1,11 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/tasks/non-existing-task - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 404, - "errorNum" : 1852, - "errorMessage" : "task not found" -} diff --git a/Documentation/Examples/RestTasksListOne.generated b/Documentation/Examples/RestTasksListOne.generated deleted file mode 100644 index eebe163cf5..0000000000 --- a/Documentation/Examples/RestTasksListOne.generated +++ /dev/null @@ -1,16 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/tasks/statistics-average-collector - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "statistics-average-collector", - "name" : "statistics-average-collector", - "type" : "periodic", - "period" : 900, - "created" : 1452167949.608234, - "command" : "require('@arangodb/statistics').historianAverage();", - "database" : "_system", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTasksPutWithId.generated b/Documentation/Examples/RestTasksPutWithId.generated deleted file mode 100644 index 3027b00a87..0000000000 --- a/Documentation/Examples/RestTasksPutWithId.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/tasks/sampleTask <<EOF -{ - "id" : "SampleTask", - "name" : "SampleTask", - "command" : "(function(params) { require('internal').print(params); })(params)", - "params" : { - "foo" : "bar", - "bar" : "foo" - }, - "period" : 2 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "id" : "sampleTask", - "name" : "SampleTask", - "type" : "periodic", - "period" : 2, - "created" : 1452168020.880494, - "command" : "(function(params) { require('internal').print(params); })(params)", - "database" : "_system", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTransactionAbort.generated b/Documentation/Examples/RestTransactionAbort.generated deleted file mode 100644 index d34bf8dc97..0000000000 --- a/Documentation/Examples/RestTransactionAbort.generated +++ /dev/null @@ -1,19 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/transaction <<EOF -{ - "collections" : { - "read" : "products" - }, - "action" : "function () { throw 'doh!'; }" -} -EOF - -HTTP/1.1 500 Internal Server Error -content-type: application/json; charset=utf-8 - -{ - "exception" : "doh!", - "error" : true, - "code" : 500, - "errorNum" : 500, - "errorMessage" : "internal server error" -} diff --git a/Documentation/Examples/RestTransactionAbortInternal.generated b/Documentation/Examples/RestTransactionAbortInternal.generated deleted file mode 100644 index 4214b5c3c8..0000000000 --- a/Documentation/Examples/RestTransactionAbortInternal.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/transaction <<EOF -{ - "collections" : { - "write" : "products" - }, - "action" : "function () {var db = require('internal').db;db.products.save({ _key: 'abc'});db.products.save({ _key: 'abc'});}" -} -EOF - -HTTP/1.1 400 Bad Request -content-type: application/json; charset=utf-8 - -{ - "exception" : "[ArangoError 1210: unique constraint violated]", - "stacktrace" : [ - "Error: unique constraint violated", - " at Error (native)", - " at eval (eval at post_api_transaction (js/actions/api-transaction.js:268:16), <anonymous>:1:99)", - " at eval (eval at post_api_transaction (js/actions/api-transaction.js:268:16), <anonymous>:1:122)", - " at post_api_transaction (js/actions/api-transaction.js:268:16)", - " at Function.actions.defineHttp.callback (js/actions/api-transaction.js:288:11)" - ], - "message" : "unique constraint violated", - "error" : true, - "code" : 400, - "errorNum" : 1210, - "errorMessage" : "unique constraint violated" -} diff --git a/Documentation/Examples/RestTransactionMulti.generated b/Documentation/Examples/RestTransactionMulti.generated deleted file mode 100644 index 33a37d8de4..0000000000 --- a/Documentation/Examples/RestTransactionMulti.generated +++ /dev/null @@ -1,20 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/transaction <<EOF -{ - "collections" : { - "write" : [ - "products", - "materials" - ] - }, - "action" : "function () {var db = require('internal').db;db.products.save({});db.materials.save({});return 'worked!';}" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : "worked!", - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTransactionNonExisting.generated b/Documentation/Examples/RestTransactionNonExisting.generated deleted file mode 100644 index 78cf236b47..0000000000 --- a/Documentation/Examples/RestTransactionNonExisting.generated +++ /dev/null @@ -1,26 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/transaction <<EOF -{ - "collections" : { - "read" : "products" - }, - "action" : "function () { return true; }" -} -EOF - -HTTP/1.1 404 Not Found -content-type: application/json; charset=utf-8 - -{ - "exception" : "[ArangoError 1203: collection not found]", - "stacktrace" : [ - "Error: collection not found", - " at Error (native)", - " at post_api_transaction (js/actions/api-transaction.js:268:16)", - " at Function.actions.defineHttp.callback (js/actions/api-transaction.js:288:11)" - ], - "message" : "collection not found", - "error" : true, - "code" : 404, - "errorNum" : 1203, - "errorMessage" : "collection not found" -} diff --git a/Documentation/Examples/RestTransactionSingle.generated b/Documentation/Examples/RestTransactionSingle.generated deleted file mode 100644 index 3c633b6349..0000000000 --- a/Documentation/Examples/RestTransactionSingle.generated +++ /dev/null @@ -1,17 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/transaction <<EOF -{ - "collections" : { - "write" : "products" - }, - "action" : "function () { var db = require('internal').db; db.products.save({}); return db.products.count(); }" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : 1, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalAny.generated b/Documentation/Examples/RestTraversalAny.generated deleted file mode 100644 index b11ab42135..0000000000 --- a/Documentation/Examples/RestTraversalAny.generated +++ /dev/null @@ -1,290 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "any", - "uniqueness" : { - "vertices" : "none", - "edges" : "global" - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "871969897", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "871314537", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "871576681", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "871773289", - "name" : "Dave" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/872821865", - "_key" : "872821865", - "_rev" : "872821865", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "871969897", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/872821865", - "_key" : "872821865", - "_rev" : "872821865", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/873018473", - "_key" : "873018473", - "_rev" : "873018473", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "871969897", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "871314537", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/872821865", - "_key" : "872821865", - "_rev" : "872821865", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/873018473", - "_key" : "873018473", - "_rev" : "873018473", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/872232041", - "_key" : "872232041", - "_rev" : "872232041", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "871969897", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "871314537", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/872821865", - "_key" : "872821865", - "_rev" : "872821865", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/873018473", - "_key" : "873018473", - "_rev" : "873018473", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/872428649", - "_key" : "872428649", - "_rev" : "872428649", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "871969897", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "871314537", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "871576681", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/872821865", - "_key" : "872821865", - "_rev" : "872821865", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/873018473", - "_key" : "873018473", - "_rev" : "873018473", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/872625257", - "_key" : "872625257", - "_rev" : "872625257", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "871117929", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "871969897", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "871314537", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "871773289", - "name" : "Dave" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalBackwardItemOrder.generated b/Documentation/Examples/RestTraversalBackwardItemOrder.generated deleted file mode 100644 index d93f8f4b17..0000000000 --- a/Documentation/Examples/RestTraversalBackwardItemOrder.generated +++ /dev/null @@ -1,507 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "any", - "itemOrder" : "backward" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "876754025", - "name" : "Dave" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "876557417", - "name" : "Charlie" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "876754025", - "name" : "Dave" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "876557417", - "name" : "Charlie" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877212777", - "_key" : "877212777", - "_rev" : "877212777", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877212777", - "_key" : "877212777", - "_rev" : "877212777", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877605993", - "_key" : "877605993", - "_rev" : "877605993", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "876754025", - "name" : "Dave" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877212777", - "_key" : "877212777", - "_rev" : "877212777", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877409385", - "_key" : "877409385", - "_rev" : "877409385", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "876557417", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877212777", - "_key" : "877212777", - "_rev" : "877212777", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877999209", - "_key" : "877999209", - "_rev" : "877999209", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877212777", - "_key" : "877212777", - "_rev" : "877212777", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877999209", - "_key" : "877999209", - "_rev" : "877999209", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877802601", - "_key" : "877802601", - "_rev" : "877802601", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877802601", - "_key" : "877802601", - "_rev" : "877802601", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877802601", - "_key" : "877802601", - "_rev" : "877802601", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/877999209", - "_key" : "877999209", - "_rev" : "877999209", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877802601", - "_key" : "877802601", - "_rev" : "877802601", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/877999209", - "_key" : "877999209", - "_rev" : "877999209", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877605993", - "_key" : "877605993", - "_rev" : "877605993", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "876754025", - "name" : "Dave" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877802601", - "_key" : "877802601", - "_rev" : "877802601", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/877999209", - "_key" : "877999209", - "_rev" : "877999209", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877409385", - "_key" : "877409385", - "_rev" : "877409385", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "876557417", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/877802601", - "_key" : "877802601", - "_rev" : "877802601", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/877999209", - "_key" : "877999209", - "_rev" : "877999209", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/877212777", - "_key" : "877212777", - "_rev" : "877212777", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "876950633", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "876295273", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "876098665", - "name" : "Alice" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalDepthFirst.generated b/Documentation/Examples/RestTraversalDepthFirst.generated deleted file mode 100644 index bd232e5a6c..0000000000 --- a/Documentation/Examples/RestTraversalDepthFirst.generated +++ /dev/null @@ -1,507 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "any", - "strategy" : "depthfirst" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "882521193", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "882717801", - "name" : "Dave" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "882521193", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "882717801", - "name" : "Dave" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883766377", - "_key" : "883766377", - "_rev" : "883766377", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883766377", - "_key" : "883766377", - "_rev" : "883766377", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/883962985", - "_key" : "883962985", - "_rev" : "883962985", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883766377", - "_key" : "883766377", - "_rev" : "883766377", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/883962985", - "_key" : "883962985", - "_rev" : "883962985", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883176553", - "_key" : "883176553", - "_rev" : "883176553", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883766377", - "_key" : "883766377", - "_rev" : "883766377", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/883962985", - "_key" : "883962985", - "_rev" : "883962985", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883373161", - "_key" : "883373161", - "_rev" : "883373161", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "882521193", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883766377", - "_key" : "883766377", - "_rev" : "883766377", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/883962985", - "_key" : "883962985", - "_rev" : "883962985", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883569769", - "_key" : "883569769", - "_rev" : "883569769", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "882717801", - "name" : "Dave" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883176553", - "_key" : "883176553", - "_rev" : "883176553", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883176553", - "_key" : "883176553", - "_rev" : "883176553", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883962985", - "_key" : "883962985", - "_rev" : "883962985", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883176553", - "_key" : "883176553", - "_rev" : "883176553", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883962985", - "_key" : "883962985", - "_rev" : "883962985", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883766377", - "_key" : "883766377", - "_rev" : "883766377", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "882914409", - "name" : "Eve" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883176553", - "_key" : "883176553", - "_rev" : "883176553", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883373161", - "_key" : "883373161", - "_rev" : "883373161", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "882521193", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/883176553", - "_key" : "883176553", - "_rev" : "883176553", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/883569769", - "_key" : "883569769", - "_rev" : "883569769", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "882062441", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "882259049", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "882717801", - "name" : "Dave" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalEdgeUniqueness.generated b/Documentation/Examples/RestTraversalEdgeUniqueness.generated deleted file mode 100644 index 1c9169e046..0000000000 --- a/Documentation/Examples/RestTraversalEdgeUniqueness.generated +++ /dev/null @@ -1,290 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "any", - "uniqueness" : { - "vertices" : "none", - "edges" : "global" - } -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "888878185", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "888222825", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "888484969", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "888681577", - "name" : "Dave" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/889730153", - "_key" : "889730153", - "_rev" : "889730153", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "888878185", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/889730153", - "_key" : "889730153", - "_rev" : "889730153", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/889926761", - "_key" : "889926761", - "_rev" : "889926761", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "888878185", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "888222825", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/889730153", - "_key" : "889730153", - "_rev" : "889730153", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/889926761", - "_key" : "889926761", - "_rev" : "889926761", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/889140329", - "_key" : "889140329", - "_rev" : "889140329", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "888878185", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "888222825", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/889730153", - "_key" : "889730153", - "_rev" : "889730153", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/889926761", - "_key" : "889926761", - "_rev" : "889926761", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/889336937", - "_key" : "889336937", - "_rev" : "889336937", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "888878185", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "888222825", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "888484969", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/889730153", - "_key" : "889730153", - "_rev" : "889730153", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/889926761", - "_key" : "889926761", - "_rev" : "889926761", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/889533545", - "_key" : "889533545", - "_rev" : "889533545", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "888026217", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "888878185", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "888222825", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "888681577", - "name" : "Dave" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalFilterExclude.generated b/Documentation/Examples/RestTraversalFilterExclude.generated deleted file mode 100644 index 4e08f363ce..0000000000 --- a/Documentation/Examples/RestTraversalFilterExclude.generated +++ /dev/null @@ -1,85 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound", - "filter" : "if (vertex.name === \"Bob\" || vertex.name === \"Charlie\") { return \"exclude\";}return;" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "893006953", - "name" : "Alice" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "893662313", - "name" : "Dave" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "893006953", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/894121065", - "_key" : "894121065", - "_rev" : "894121065", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/894514281", - "_key" : "894514281", - "_rev" : "894514281", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "893006953", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "893203561", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "893662313", - "name" : "Dave" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalFilterPrune.generated b/Documentation/Examples/RestTraversalFilterPrune.generated deleted file mode 100644 index 7fec5478c6..0000000000 --- a/Documentation/Examples/RestTraversalFilterPrune.generated +++ /dev/null @@ -1,72 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound", - "filter" : "if (vertex.name === \"Bob\") {return \"prune\";}return;" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "897266793", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "897463401", - "name" : "Bob" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "897266793", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/898380905", - "_key" : "898380905", - "_rev" : "898380905", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "897266793", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "897463401", - "name" : "Bob" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalInbound.generated b/Documentation/Examples/RestTraversalInbound.generated deleted file mode 100644 index f3979dfa0d..0000000000 --- a/Documentation/Examples/RestTraversalInbound.generated +++ /dev/null @@ -1,71 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "inbound" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "901198953", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "902050921", - "name" : "Eve" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "901198953", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/902902889", - "_key" : "902902889", - "_rev" : "902902889", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "901198953", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "902050921", - "name" : "Eve" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalMaxDepth.generated b/Documentation/Examples/RestTraversalMaxDepth.generated deleted file mode 100644 index 24d320dbb7..0000000000 --- a/Documentation/Examples/RestTraversalMaxDepth.generated +++ /dev/null @@ -1,72 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound", - "maxDepth" : 1 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "905196649", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "905393257", - "name" : "Bob" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "905196649", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/906310761", - "_key" : "906310761", - "_rev" : "906310761", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "905196649", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "905393257", - "name" : "Bob" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalMaxIterations.generated b/Documentation/Examples/RestTraversalMaxIterations.generated deleted file mode 100644 index fce3fac758..0000000000 --- a/Documentation/Examples/RestTraversalMaxIterations.generated +++ /dev/null @@ -1,22 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "any", - "uniqueness" : { - "vertices" : "none", - "edges" : "none" - }, - "maxIterations" : 5 -} -EOF - -HTTP/1.1 500 Internal Server Error -content-type: application/json; charset=utf-8 - -{ - "error" : true, - "code" : 500, - "errorNum" : 1909, - "errorMessage" : "too many iterations - try increasing the value of 'maxIterations'" -} diff --git a/Documentation/Examples/RestTraversalMinDepth.generated b/Documentation/Examples/RestTraversalMinDepth.generated deleted file mode 100644 index cedb8da78e..0000000000 --- a/Documentation/Examples/RestTraversalMinDepth.generated +++ /dev/null @@ -1,112 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound", - "minDepth" : 2 -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "915879017", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "916075625", - "name" : "Dave" - } - ], - "paths" : [ - { - "edges" : [ - { - "_id" : "knows/916534377", - "_key" : "916534377", - "_rev" : "916534377", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/916730985", - "_key" : "916730985", - "_rev" : "916730985", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "915420265", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "915616873", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "915879017", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/916534377", - "_key" : "916534377", - "_rev" : "916534377", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/916927593", - "_key" : "916927593", - "_rev" : "916927593", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "915420265", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "915616873", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "916075625", - "name" : "Dave" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalOutbound.generated b/Documentation/Examples/RestTraversalOutbound.generated deleted file mode 100644 index 58318831df..0000000000 --- a/Documentation/Examples/RestTraversalOutbound.generated +++ /dev/null @@ -1,159 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "919680105", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "919876713", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "920138857", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "920335465", - "name" : "Dave" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "919680105", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/920794217", - "_key" : "920794217", - "_rev" : "920794217", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "919680105", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "919876713", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/920794217", - "_key" : "920794217", - "_rev" : "920794217", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/920990825", - "_key" : "920990825", - "_rev" : "920990825", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "919680105", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "919876713", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "920138857", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/920794217", - "_key" : "920794217", - "_rev" : "920794217", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/921187433", - "_key" : "921187433", - "_rev" : "921187433", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "919680105", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "919876713", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "920335465", - "name" : "Dave" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalPostorder.generated b/Documentation/Examples/RestTraversalPostorder.generated deleted file mode 100644 index aee6b7a174..0000000000 --- a/Documentation/Examples/RestTraversalPostorder.generated +++ /dev/null @@ -1,507 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "any", - "order" : "postorder" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "924398697", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "924595305", - "name" : "Dave" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "924398697", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "924595305", - "name" : "Dave" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - } - ], - "paths" : [ - { - "edges" : [ - { - "_id" : "knows/925643881", - "_key" : "925643881", - "_rev" : "925643881", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/925840489", - "_key" : "925840489", - "_rev" : "925840489", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925054057", - "_key" : "925054057", - "_rev" : "925054057", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925643881", - "_key" : "925643881", - "_rev" : "925643881", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/925840489", - "_key" : "925840489", - "_rev" : "925840489", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925250665", - "_key" : "925250665", - "_rev" : "925250665", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "924398697", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925643881", - "_key" : "925643881", - "_rev" : "925643881", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/925840489", - "_key" : "925840489", - "_rev" : "925840489", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925447273", - "_key" : "925447273", - "_rev" : "925447273", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "924595305", - "name" : "Dave" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925643881", - "_key" : "925643881", - "_rev" : "925643881", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/925840489", - "_key" : "925840489", - "_rev" : "925840489", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925643881", - "_key" : "925643881", - "_rev" : "925643881", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925054057", - "_key" : "925054057", - "_rev" : "925054057", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925840489", - "_key" : "925840489", - "_rev" : "925840489", - "_from" : "persons/eve", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925643881", - "_key" : "925643881", - "_rev" : "925643881", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - }, - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925054057", - "_key" : "925054057", - "_rev" : "925054057", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925840489", - "_key" : "925840489", - "_rev" : "925840489", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "924791913", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925054057", - "_key" : "925054057", - "_rev" : "925054057", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925250665", - "_key" : "925250665", - "_rev" : "925250665", - "_from" : "persons/bob", - "_to" : "persons/charlie" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "924398697", - "name" : "Charlie" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925054057", - "_key" : "925054057", - "_rev" : "925054057", - "_from" : "persons/alice", - "_to" : "persons/bob" - }, - { - "_id" : "knows/925447273", - "_key" : "925447273", - "_rev" : "925447273", - "_from" : "persons/bob", - "_to" : "persons/dave" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "924595305", - "name" : "Dave" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/925054057", - "_key" : "925054057", - "_rev" : "925054057", - "_from" : "persons/alice", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "924136553", - "name" : "Bob" - } - ] - }, - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "923939945", - "name" : "Alice" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalVisitorCountAndList.generated b/Documentation/Examples/RestTraversalVisitorCountAndList.generated deleted file mode 100644 index c668a9936a..0000000000 --- a/Documentation/Examples/RestTraversalVisitorCountAndList.generated +++ /dev/null @@ -1,46 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound", - "init" : "result.visited = 0; result.myVertices = [ ];", - "visitor" : "result.visited++; result.myVertices.push(vertex);" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : 4, - "myVertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "929903721", - "name" : "Alice" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "930100329", - "name" : "Bob" - }, - { - "_id" : "persons/charlie", - "_key" : "charlie", - "_rev" : "930362473", - "name" : "Charlie" - }, - { - "_id" : "persons/dave", - "_key" : "dave", - "_rev" : "930559081", - "name" : "Dave" - } - ] - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalVisitorExpander.generated b/Documentation/Examples/RestTraversalVisitorExpander.generated deleted file mode 100644 index d0dd03c765..0000000000 --- a/Documentation/Examples/RestTraversalVisitorExpander.generated +++ /dev/null @@ -1,115 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "expander" : "var connections = [ ];if (vertex.name === \"Alice\") {config.datasource.getInEdges(vertex).forEach(function (e) {connections.push({ vertex: require(\"internal\").db._document(e._from), edge: e});});}if (vertex.name === \"Eve\") {config.datasource.getOutEdges(vertex).forEach(function (e) {connections.push({vertex: require(\"internal\").db._document(e._to), edge: e});});}return connections;" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "934163561", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "935015529", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "934360169", - "name" : "Bob" - } - ], - "paths" : [ - { - "edges" : [ ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "934163561", - "name" : "Alice" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/935867497", - "_key" : "935867497", - "_rev" : "935867497", - "_from" : "persons/eve", - "_to" : "persons/alice" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "934163561", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "935015529", - "name" : "Eve" - } - ] - }, - { - "edges" : [ - { - "_id" : "knows/935867497", - "_key" : "935867497", - "_rev" : "935867497", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/936064105", - "_key" : "936064105", - "_rev" : "936064105", - "_from" : "persons/eve", - "_to" : "persons/bob" - } - ], - "vertices" : [ - { - "_id" : "persons/alice", - "_key" : "alice", - "_rev" : "934163561", - "name" : "Alice" - }, - { - "_id" : "persons/eve", - "_key" : "eve", - "_rev" : "935015529", - "name" : "Eve" - }, - { - "_id" : "persons/bob", - "_key" : "bob", - "_rev" : "934360169", - "name" : "Bob" - } - ] - } - ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestTraversalVisitorFunc.generated b/Documentation/Examples/RestTraversalVisitorFunc.generated deleted file mode 100644 index cadc45852a..0000000000 --- a/Documentation/Examples/RestTraversalVisitorFunc.generated +++ /dev/null @@ -1,27 +0,0 @@ -shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/traversal <<EOF -{ - "startVertex" : "persons/alice", - "graphName" : "knows_graph", - "direction" : "outbound", - "visitor" : "result.visited.vertices.push(vertex._id);" -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "result" : { - "visited" : { - "vertices" : [ - "persons/alice", - "persons/bob", - "persons/charlie", - "persons/dave" - ], - "paths" : [ ] - } - }, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestVersion.generated b/Documentation/Examples/RestVersion.generated deleted file mode 100644 index f0009aeeb3..0000000000 --- a/Documentation/Examples/RestVersion.generated +++ /dev/null @@ -1,9 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/version - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "server" : "arango", - "version" : "2.7.0-devel" -} diff --git a/Documentation/Examples/RestVersionDetails.generated b/Documentation/Examples/RestVersionDetails.generated deleted file mode 100644 index 1f9ba517f7..0000000000 --- a/Documentation/Examples/RestVersionDetails.generated +++ /dev/null @@ -1,28 +0,0 @@ -shell> curl --dump - http://localhost:8529/_api/version?details=true - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "details" : { - "architecture" : "64bit", - "build-date" : "2016-01-06 13:47:58", - "configure" : "'./configure' '--enable-relative' '--enable-maintainer-mode' '--with-backtrace' '--enable-v8-debug' 'CXXFLAGS=-O0 -ggdb -DDEBUG_CLUSTER_COMM' 'CFLAGS=-O0 -ggdb -DDEBUG_CLUSTER_COMM'", - "env" : "CFLAGS='-O0 -ggdb -DDEBUG_CLUSTER_COMM' CXXFLAGS='-O0 -ggdb -DDEBUG_CLUSTER_COMM'", - "fd-client-event-handler" : "poll", - "fd-setsize" : "1024", - "icu-version" : "54.1", - "libev-version" : "4.11", - "maintainer-mode" : "true", - "mode" : "standalone", - "openssl-version" : "OpenSSL 1.0.2 22 Jan 2015", - "repository-version" : "heads/devel-0-g58dbb81eba7ab5e0d46f7dbbcdde9fefb4bbfe84", - "server-version" : "2.7.0-devel", - "sizeof int" : "4", - "sizeof void*" : "8", - "tcmalloc" : "false", - "v8-version" : "4.3.61" - }, - "server" : "arango", - "version" : "2.7.0-devel" -} diff --git a/Documentation/Examples/RestWalPropertiesGet.generated b/Documentation/Examples/RestWalPropertiesGet.generated deleted file mode 100644 index 11fa946299..0000000000 --- a/Documentation/Examples/RestWalPropertiesGet.generated +++ /dev/null @@ -1,16 +0,0 @@ -shell> curl --dump - http://localhost:8529/_admin/wal/properties - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "allowOversizeEntries" : true, - "logfileSize" : 33554432, - "historicLogfiles" : 10, - "reserveLogfiles" : 1, - "syncInterval" : 100, - "throttleWait" : 15000, - "throttleWhenPending" : 0, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestWalPropertiesPut.generated b/Documentation/Examples/RestWalPropertiesPut.generated deleted file mode 100644 index 529729c3ef..0000000000 --- a/Documentation/Examples/RestWalPropertiesPut.generated +++ /dev/null @@ -1,21 +0,0 @@ -shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_admin/wal/properties <<EOF -{ - "logfileSize" : 33554432, - "allowOversizeEntries" : true -} -EOF - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "allowOversizeEntries" : true, - "logfileSize" : 33554432, - "historicLogfiles" : 10, - "reserveLogfiles" : 1, - "syncInterval" : 100, - "throttleWait" : 15000, - "throttleWhenPending" : 0, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/RestWalTransactionsGet.generated b/Documentation/Examples/RestWalTransactionsGet.generated deleted file mode 100644 index 4d27e19d0c..0000000000 --- a/Documentation/Examples/RestWalTransactionsGet.generated +++ /dev/null @@ -1,12 +0,0 @@ -shell> curl --dump - http://localhost:8529/_admin/wal/transactions - -HTTP/1.1 200 OK -content-type: application/json; charset=utf-8 - -{ - "runningTransactions" : 0, - "minLastCollected" : null, - "minLastSealed" : null, - "error" : false, - "code" : 200 -} diff --git a/Documentation/Examples/USER_01_authFetch.generated b/Documentation/Examples/USER_01_authFetch.generated index 32fbf47050..730c54fb31 100644 --- a/Documentation/Examples/USER_01_authFetch.generated +++ b/Documentation/Examples/USER_01_authFetch.generated @@ -9,12 +9,12 @@ arangosh> db._users.toArray() "changePassword" : false, "simple" : { "method" : "sha256", - "hash" : "8e095a43a0574ac396a7206f770caa00843366439bdc8591b9de0d09c0495c08", - "salt" : "keaGz1NbQ3qIYCpI" + "hash" : "c970352baa53bbc43555aa5ebf74b5aa7c2aa0935a69bac5c958234820fe7d3c", + "salt" : "sLh8O7zf23hY2bZT" } }, - "_id" : "_users/1717353", - "_rev" : "1717353", - "_key" : "1717353" + "_id" : "_users/1941435", + "_rev" : "1941435", + "_key" : "1941435" } ] diff --git a/Documentation/Examples/WalPropertiesGet.generated b/Documentation/Examples/WalPropertiesGet.generated index fba87008a6..0aac064af9 100644 --- a/Documentation/Examples/WalPropertiesGet.generated +++ b/Documentation/Examples/WalPropertiesGet.generated @@ -3,7 +3,7 @@ arangosh> require("allowOversizeEntries" : true, "logfileSize" : 33554432, "historicLogfiles" : 10, - "reserveLogfiles" : 1, + "reserveLogfiles" : 4, "syncInterval" : 100, "throttleWait" : 15000, "throttleWhenPending" : 0, diff --git a/Documentation/Examples/WalPropertiesSet.generated b/Documentation/Examples/WalPropertiesSet.generated index f2d7977879..1fe696b6d1 100644 --- a/Documentation/Examples/WalPropertiesSet.generated +++ b/Documentation/Examples/WalPropertiesSet.generated @@ -5,7 +5,7 @@ arangosh> require("allowOversizeEntries" : true, "logfileSize" : 33554432, "historicLogfiles" : 10, - "reserveLogfiles" : 1, + "reserveLogfiles" : 4, "syncInterval" : 100, "throttleWait" : 15000, "throttleWhenPending" : 0, diff --git a/Documentation/Examples/accessViaGeoIndex.generated b/Documentation/Examples/accessViaGeoIndex.generated index abcad2d816..9c8df240fe 100644 --- a/Documentation/Examples/accessViaGeoIndex.generated +++ b/Documentation/Examples/accessViaGeoIndex.generated @@ -8,7 +8,7 @@ arangosh> for (i = "geo", fields: [ "home" ] }); { - "id" : "example/1083192425", + "id" : "example/4174094267", "type" : "geo1", "fields" : [ "home" @@ -25,5 +25,5 @@ arangosh> items = db.example.getIndexes().map(1]); [ "example/0", - "example/1083192425" + "example/4174094267" ] diff --git a/Documentation/Examples/col_dropIndex.generated b/Documentation/Examples/col_dropIndex.generated index 8880b4ae41..7acce1ff49 100644 --- a/Documentation/Examples/col_dropIndex.generated +++ b/Documentation/Examples/col_dropIndex.generated @@ -1,6 +1,6 @@ arangosh> db.example.ensureSkiplist("a", "b"); { - "id" : "example/1083847785", + "id" : "example/4174749627", "type" : "skiplist", "fields" : [ "a", @@ -25,7 +25,7 @@ arangosh> indexInfo; "sparse" : false }, { - "id" : "example/1083847785", + "id" : "example/4174749627", "type" : "skiplist", "fields" : [ "a", diff --git a/Documentation/Examples/collectionDatabaseCollectionName.generated b/Documentation/Examples/collectionDatabaseCollectionName.generated index c0a1922256..f25b04c2ed 100644 --- a/Documentation/Examples/collectionDatabaseCollectionName.generated +++ b/Documentation/Examples/collectionDatabaseCollectionName.generated @@ -1,2 +1,2 @@ arangosh> db.example; -[ArangoCollection 1084634217, "example" (type document, status loaded)] +[ArangoCollection 4176060347, "example" (type document, status loaded)] diff --git a/Documentation/Examples/collectionDatabaseCreateKey.generated b/Documentation/Examples/collectionDatabaseCreateKey.generated index 4b21022815..ed76eba0ac 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 1085027433, "users" (type document, status loaded)] +[ArangoCollection 4176256955, "users" (type document, status loaded)] arangosh> db.users.save({ name: "user 1" }); { "_id" : "users/10", - "_rev" : "1085355113", + "_rev" : "4176584635", "_key" : "10" } arangosh> db.users.save({ name: "user 2" }); { "_id" : "users/15", - "_rev" : "1085551721", + "_rev" : "4176781243", "_key" : "15" } arangosh> db.users.save({ name: "user 3" }); { "_id" : "users/20", - "_rev" : "1085748329", + "_rev" : "4176977851", "_key" : "20" } diff --git a/Documentation/Examples/collectionDatabaseCreateProperties.generated b/Documentation/Examples/collectionDatabaseCreateProperties.generated index c073526d7d..cd21f97df8 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 1085944937, "users" (type document, status loaded)] +[ArangoCollection 4177174459, "users" (type document, status loaded)] arangosh> c.properties(); { "doCompact" : true, diff --git a/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated b/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated index 615d227b00..1b56129c0e 100644 --- a/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated +++ b/Documentation/Examples/collectionDatabaseCreateSpecialKey.generated @@ -1,15 +1,16 @@ arangosh> db._create("users", { keyOptions: { allowUserKeys: false } }); -[ArangoCollection 1086469225, "users" (type document, status loaded)] +[ArangoCollection 4177371067, "users" (type document, status loaded)] arangosh> db.users.save({ name: "user 1" }); { - "_id" : "users/1086796905", - "_rev" : "1086796905", - "_key" : "1086796905" + "_id" : "users/4177698747", + "_rev" : "4177698747", + "_key" : "4177698747" } +arangosh> db.users.save({ name: "user 2", _key: "myuser" }); [ArangoError 1222: collection does not allow using user-defined keys] arangosh> db.users.save({ name: "user 3" }); { - "_id" : "users/1087124585", - "_rev" : "1087124585", - "_key" : "1087124585" + "_id" : "users/4178026427", + "_rev" : "4178026427", + "_key" : "4178026427" } diff --git a/Documentation/Examples/collectionDatabaseCreate.generated b/Documentation/Examples/collectionDatabaseCreateSuccess.generated similarity index 91% rename from Documentation/Examples/collectionDatabaseCreate.generated rename to Documentation/Examples/collectionDatabaseCreateSuccess.generated index b853021b1f..42a07726e4 100644 --- a/Documentation/Examples/collectionDatabaseCreate.generated +++ b/Documentation/Examples/collectionDatabaseCreateSuccess.generated @@ -1,9 +1,9 @@ arangosh> c = db._create("users"); -[ArangoCollection 1084830825, "users" (type document, status loaded)] +[ArangoCollection 4178223035, "users" (type document, status loaded)] arangosh> c.properties(); { "doCompact" : true, - "journalSize" : 1048576, + "journalSize" : 33554432, "isSystem" : false, "isVolatile" : false, "waitForSync" : false, diff --git a/Documentation/Examples/collectionDatabaseDrop.generated b/Documentation/Examples/collectionDatabaseDropByObject.generated similarity index 69% rename from Documentation/Examples/collectionDatabaseDrop.generated rename to Documentation/Examples/collectionDatabaseDropByObject.generated index 788fbaa4f8..3d15b10fff 100644 --- a/Documentation/Examples/collectionDatabaseDrop.generated +++ b/Documentation/Examples/collectionDatabaseDropByObject.generated @@ -1,5 +1,5 @@ arangosh> col = db.example; -[ArangoCollection 1087321193, "example" (type document, status loaded)] +[ArangoCollection 4178419643, "example" (type document, status loaded)] arangosh> db._drop(col); arangosh> col; -[ArangoCollection 1087321193, "example" (type document, status loaded)] +[ArangoCollection 4178419643, "example" (type document, status loaded)] diff --git a/Documentation/Examples/collectionDatabaseDropName.generated b/Documentation/Examples/collectionDatabaseDropName.generated index 452ff507bd..35b5a4f647 100644 --- a/Documentation/Examples/collectionDatabaseDropName.generated +++ b/Documentation/Examples/collectionDatabaseDropName.generated @@ -1,5 +1,5 @@ arangosh> col = db.example; -[ArangoCollection 1087517801, "example" (type document, status loaded)] +[ArangoCollection 4178616251, "example" (type document, status loaded)] arangosh> db._drop("example"); arangosh> col; -[ArangoCollection 1087517801, "example" (type document, status deleted)] +[ArangoCollection 4178616251, "example" (type document, status deleted)] diff --git a/Documentation/Examples/collectionDatabaseName.generated b/Documentation/Examples/collectionDatabaseName.generated deleted file mode 100644 index e8c4e9948f..0000000000 --- a/Documentation/Examples/collectionDatabaseName.generated +++ /dev/null @@ -1,2 +0,0 @@ -arangosh> db._collection("demo"); -[ArangoCollection 21116009, "demo" (type document, status loaded)] diff --git a/Documentation/Examples/collectionDatabaseNameKnown.generated b/Documentation/Examples/collectionDatabaseNameKnown.generated new file mode 100644 index 0000000000..e5c6da0025 --- /dev/null +++ b/Documentation/Examples/collectionDatabaseNameKnown.generated @@ -0,0 +1,2 @@ +arangosh> db._collection("demo"); +[ArangoCollection 3919617979, "demo" (type document, status loaded)] diff --git a/Documentation/Examples/collectionDatabaseTruncate.generated b/Documentation/Examples/collectionDatabaseTruncateByObject.generated similarity index 79% rename from Documentation/Examples/collectionDatabaseTruncate.generated rename to Documentation/Examples/collectionDatabaseTruncateByObject.generated index ca72267515..da74fb03ca 100644 --- a/Documentation/Examples/collectionDatabaseTruncate.generated +++ b/Documentation/Examples/collectionDatabaseTruncateByObject.generated @@ -1,10 +1,10 @@ arangosh> col = db.example; -[ArangoCollection 1087714409, "example" (type document, status loaded)] +[ArangoCollection 4178812859, "example" (type document, status loaded)] arangosh> col.save({ "Hello" : "World" }); { - "_id" : "example/1088042089", - "_rev" : "1088042089", - "_key" : "1088042089" + "_id" : "example/4179140539", + "_rev" : "4179140539", + "_key" : "4179140539" } arangosh> col.count(); 1 diff --git a/Documentation/Examples/collectionDatabaseTruncateName.generated b/Documentation/Examples/collectionDatabaseTruncateName.generated index 02f3ee7212..4e561ce738 100644 --- a/Documentation/Examples/collectionDatabaseTruncateName.generated +++ b/Documentation/Examples/collectionDatabaseTruncateName.generated @@ -1,10 +1,10 @@ arangosh> col = db.example; -[ArangoCollection 1088697449, "example" (type document, status loaded)] +[ArangoCollection 4179795899, "example" (type document, status loaded)] arangosh> col.save({ "Hello" : "World" }); { - "_id" : "example/1089025129", - "_rev" : "1089025129", - "_key" : "1089025129" + "_id" : "example/4180123579", + "_rev" : "4180123579", + "_key" : "4180123579" } arangosh> col.count(); 1 diff --git a/Documentation/Examples/collectionDrop.generated b/Documentation/Examples/collectionDrop.generated index 094d72706a..2d44d8453d 100644 --- a/Documentation/Examples/collectionDrop.generated +++ b/Documentation/Examples/collectionDrop.generated @@ -1,5 +1,5 @@ arangosh> col = db.example; -[ArangoCollection 1089680489, "example" (type document, status loaded)] +[ArangoCollection 4180778939, "example" (type document, status loaded)] arangosh> col.drop(); arangosh> col; -[ArangoCollection 1089680489, "example" (type document, status deleted)] +[ArangoCollection 4180778939, "example" (type document, status deleted)] diff --git a/Documentation/Examples/collectionEnsureCapConstraint.generated b/Documentation/Examples/collectionEnsureCapConstraint.generated index 0772b04d6f..77d6b1c3d5 100644 --- a/Documentation/Examples/collectionEnsureCapConstraint.generated +++ b/Documentation/Examples/collectionEnsureCapConstraint.generated @@ -1,6 +1,6 @@ arangosh> db.examples.ensureIndex({ type: "cap", size: 10 }); { - "id" : "examples/1090073705", + "id" : "examples/4181172155", "type" : "cap", "size" : 10, "byteSize" : 0, diff --git a/Documentation/Examples/collectionEnsureIndex.generated b/Documentation/Examples/collectionEnsureIndex.generated index 3405d662d1..99f126396e 100644 --- a/Documentation/Examples/collectionEnsureIndex.generated +++ b/Documentation/Examples/collectionEnsureIndex.generated @@ -1,6 +1,6 @@ arangosh> db.test.ensureIndex({ type: "hash", fields: [ "a" ], sparse: true }); { - "id" : "test/1096037481", + "id" : "test/4187135931", "type" : "hash", "fields" : [ "a" @@ -13,7 +13,7 @@ arangosh> db.test.ensureIndex({ type: "hash" } arangosh> db.test.ensureIndex({ type: "hash", fields: [ "a", "b" ], unique: true }); { - "id" : "test/1096299625", + "id" : "test/4187398075", "type" : "hash", "fields" : [ "a", diff --git a/Documentation/Examples/collectionFigures.generated b/Documentation/Examples/collectionFigures.generated index e30599016c..355e2a8be3 100644 --- a/Documentation/Examples/collectionFigures.generated +++ b/Documentation/Examples/collectionFigures.generated @@ -15,7 +15,7 @@ arangosh> db.demo.figures() }, "journals" : { "count" : 1, - "fileSize" : 1048576 + "fileSize" : 33554432 }, "compactors" : { "count" : 0, @@ -37,12 +37,12 @@ arangosh> db.demo.figures() "count" : 1, "size" : 16120 }, - "lastTick" : "21902441", + "lastTick" : "3920404411", "uncollectedLogfileEntries" : 0, "documentReferences" : 0, "waitingFor" : "-", "compactionStatus" : { "message" : "skipped compaction because collection has no datafiles", - "time" : "2016-01-07T12:00:26Z" + "time" : "2016-01-12T17:28:11Z" } } diff --git a/Documentation/Examples/collectionFirstExample.generated b/Documentation/Examples/collectionFirstExample.generated index 3460a3c84e..90818a7b56 100644 --- a/Documentation/Examples/collectionFirstExample.generated +++ b/Documentation/Examples/collectionFirstExample.generated @@ -1,7 +1,7 @@ arangosh> db.users.firstExample("name", "Angela"); { - "_id" : "users/1097610345", - "_key" : "1097610345", - "_rev" : "1097610345", + "_id" : "users/4188708795", + "_key" : "4188708795", + "_rev" : "4188708795", "name" : "Angela" } diff --git a/Documentation/Examples/collectionFulltext.generated b/Documentation/Examples/collectionFulltext.generated index fd168f6341..de130825c5 100644 --- a/Documentation/Examples/collectionFulltext.generated +++ b/Documentation/Examples/collectionFulltext.generated @@ -1,6 +1,6 @@ arangosh> db.emails.ensureFulltextIndex("content"); { - "id" : "emails/1098331241", + "id" : "emails/4189429691", "type" : "fulltext", "fields" : [ "content" @@ -14,35 +14,35 @@ arangosh> db.emails.ensureFulltextIndex("content""Hello Alice, how are you doing? Regards, Bob"}); { - "_id" : "emails/1098658921", - "_rev" : "1098658921", - "_key" : "1098658921" + "_id" : "emails/4189757371", + "_rev" : "4189757371", + "_key" : "4189757371" } arangosh> db.emails.save({ content: ........> "Hello Charlie, do Alice and Bob know about it?"}); { - "_id" : "emails/1098855529", - "_rev" : "1098855529", - "_key" : "1098855529" + "_id" : "emails/4189953979", + "_rev" : "4189953979", + "_key" : "4189953979" } arangosh> db.emails.save({ content: "I think they don't know. Regards, Eve" }); { - "_id" : "emails/1099052137", - "_rev" : "1099052137", - "_key" : "1099052137" + "_id" : "emails/4190150587", + "_rev" : "4190150587", + "_key" : "4190150587" } arangosh> db.emails.fulltext("content", "charlie,|eve").toArray(); [ { - "_id" : "emails/1098855529", - "_key" : "1098855529", - "_rev" : "1098855529", + "_id" : "emails/4189953979", + "_key" : "4189953979", + "_rev" : "4189953979", "content" : "Hello Charlie, do Alice and Bob know about it?" }, { - "_id" : "emails/1099052137", - "_key" : "1099052137", - "_rev" : "1099052137", + "_id" : "emails/4190150587", + "_key" : "4190150587", + "_rev" : "4190150587", "content" : "I think they don't know. Regards, Eve" } ] diff --git a/Documentation/Examples/collectionGetIndexes.generated b/Documentation/Examples/collectionGetIndexes.generated index 427f45b7c6..08715ee89b 100644 --- a/Documentation/Examples/collectionGetIndexes.generated +++ b/Documentation/Examples/collectionGetIndexes.generated @@ -1,7 +1,7 @@ arangosh> db.test.ensureHashIndex("hashListAttribute", ........> "hashListSecondAttribute.subAttribute"); { - "id" : "test/1100362857", + "id" : "test/4191461307", "type" : "hash", "fields" : [ "hashListAttribute", @@ -26,7 +26,7 @@ arangosh> db.test.getIndexes(); "sparse" : false }, { - "id" : "test/1099707497", + "id" : "test/4190805947", "type" : "skiplist", "fields" : [ "skiplistAttribute" @@ -35,7 +35,7 @@ arangosh> db.test.getIndexes(); "sparse" : false }, { - "id" : "test/1099969641", + "id" : "test/4191068091", "type" : "skiplist", "fields" : [ "skiplistUniqueAttribute" @@ -44,7 +44,7 @@ arangosh> db.test.getIndexes(); "sparse" : false }, { - "id" : "test/1100362857", + "id" : "test/4191461307", "type" : "hash", "fields" : [ "hashListAttribute", diff --git a/Documentation/Examples/collectionLoad.generated b/Documentation/Examples/collectionLoad.generated index 53a818bce4..cbb411fdd0 100644 --- a/Documentation/Examples/collectionLoad.generated +++ b/Documentation/Examples/collectionLoad.generated @@ -1,5 +1,5 @@ arangosh> col = db.example; -[ArangoCollection 1100625001, "example" (type document, status loaded)] +[ArangoCollection 4191723451, "example" (type document, status loaded)] arangosh> col.load(); arangosh> col; -[ArangoCollection 1100625001, "example" (type document, status loaded)] +[ArangoCollection 4191723451, "example" (type document, status loaded)] diff --git a/Documentation/Examples/collectionLookupByKeys.generated b/Documentation/Examples/collectionLookupByKeys.generated index bc02025217..af32e4f1b6 100644 --- a/Documentation/Examples/collectionLookupByKeys.generated +++ b/Documentation/Examples/collectionLookupByKeys.generated @@ -10,61 +10,61 @@ arangosh> db.example.documents(keys); { "value" : 0, "_id" : "example/test0", - "_rev" : "1101214825", + "_rev" : "4192313275", "_key" : "test0" }, { "value" : 1, "_id" : "example/test1", - "_rev" : "1101411433", + "_rev" : "4192509883", "_key" : "test1" }, { "value" : 2, "_id" : "example/test2", - "_rev" : "1101608041", + "_rev" : "4192706491", "_key" : "test2" }, { "value" : 3, "_id" : "example/test3", - "_rev" : "1101804649", + "_rev" : "4192903099", "_key" : "test3" }, { "value" : 4, "_id" : "example/test4", - "_rev" : "1102001257", + "_rev" : "4193099707", "_key" : "test4" }, { "value" : 5, "_id" : "example/test5", - "_rev" : "1102197865", + "_rev" : "4193296315", "_key" : "test5" }, { "value" : 6, "_id" : "example/test6", - "_rev" : "1102394473", + "_rev" : "4193492923", "_key" : "test6" }, { "value" : 7, "_id" : "example/test7", - "_rev" : "1102591081", + "_rev" : "4193689531", "_key" : "test7" }, { "value" : 8, "_id" : "example/test8", - "_rev" : "1102787689", + "_rev" : "4193886139", "_key" : "test8" }, { "value" : 9, "_id" : "example/test9", - "_rev" : "1102984297", + "_rev" : "4194082747", "_key" : "test9" } ] diff --git a/Documentation/Examples/collectionProperties.generated b/Documentation/Examples/collectionProperties.generated deleted file mode 100644 index c31eb7fd9b..0000000000 --- a/Documentation/Examples/collectionProperties.generated +++ /dev/null @@ -1,13 +0,0 @@ -arangosh> db.example.properties(); -{ - "doCompact" : true, - "journalSize" : 1048576, - "isSystem" : false, - "isVolatile" : false, - "waitForSync" : false, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "indexBuckets" : 8 -} diff --git a/Documentation/Examples/collectionProperty.generated b/Documentation/Examples/collectionProperty.generated deleted file mode 100644 index 15f0caca4b..0000000000 --- a/Documentation/Examples/collectionProperty.generated +++ /dev/null @@ -1,13 +0,0 @@ -arangosh> db.example.properties({ waitForSync : true }); -{ - "doCompact" : true, - "journalSize" : 1048576, - "isSystem" : false, - "isVolatile" : false, - "waitForSync" : true, - "keyOptions" : { - "type" : "traditional", - "allowUserKeys" : true - }, - "indexBuckets" : 8 -} diff --git a/Documentation/Examples/collectionRename.generated b/Documentation/Examples/collectionRename.generated index 03dd34651f..cf5f63139a 100644 --- a/Documentation/Examples/collectionRename.generated +++ b/Documentation/Examples/collectionRename.generated @@ -1,5 +1,5 @@ arangosh> c = db.example; -[ArangoCollection 1107506281, "example" (type document, status loaded)] +[ArangoCollection 4198145979, "example" (type document, status loaded)] arangosh> c.rename("better-example"); arangosh> c; -[ArangoCollection 1107506281, "better-example" (type document, status loaded)] +[ArangoCollection 4198145979, "better-example" (type document, status loaded)] diff --git a/Documentation/Examples/collectionTruncate.generated b/Documentation/Examples/collectionTruncate.generated index 241e14b114..56d2d71832 100644 --- a/Documentation/Examples/collectionTruncate.generated +++ b/Documentation/Examples/collectionTruncate.generated @@ -1,10 +1,10 @@ arangosh> col = db.example; -[ArangoCollection 1107833961, "example" (type document, status loaded)] +[ArangoCollection 4198473659, "example" (type document, status loaded)] arangosh> col.save({ "Hello" : "World" }); { - "_id" : "example/1108161641", - "_rev" : "1108161641", - "_key" : "1108161641" + "_id" : "example/4198801339", + "_rev" : "4198801339", + "_key" : "4198801339" } arangosh> col.count(); 1 diff --git a/Documentation/Examples/collectionsDatabaseName.generated b/Documentation/Examples/collectionsDatabaseName.generated index 452fbd838c..0727b38400 100644 --- a/Documentation/Examples/collectionsDatabaseName.generated +++ b/Documentation/Examples/collectionsDatabaseName.generated @@ -1,23 +1,25 @@ arangosh> db._collections(); [ - [ArangoCollection 2307177, "_routing" (type document, status loaded)], - [ArangoCollection 4076649, "_statisticsRaw" (type document, status loaded)], - [ArangoCollection 13841513, "_sessions" (type document, status loaded)], - [ArangoCollection 5387369, "_queues" (type document, status loaded)], - [ArangoCollection 4469865, "_statistics" (type document, status loaded)], - [ArangoCollection 4863081, "_statistics15" (type document, status loaded)], - [ArangoCollection 2176105, "_modules" (type document, status loaded)], - [ArangoCollection 3945577, "_aqlfunctions" (type document, status loaded)], - [ArangoCollection 5256297, "_configuration" (type document, status loaded)], - [ArangoCollection 14562409, "_system_users_users" (type document, status loaded)], - [ArangoCollection 5649513, "_apps" (type document, status loaded)], - [ArangoCollection 15873129, "testbug_nodeTypes" (type document, status loaded)], - [ArangoCollection 2045033, "_graphs" (type document, status loaded)], - [ArangoCollection 2438249, "_cluster_kickstarter_plans" (type document, status loaded)], - [ArangoCollection 210025, "_users" (type document, status loaded)], - [ArangoCollection 21116009, "demo" (type document, status loaded)], - [ArangoCollection 5518441, "_jobs" (type document, status loaded)], - [ArangoCollection 15742057, "testbug_testCollection" (type document, status loaded)], - [ArangoCollection 21967977, "animals" (type document, status loaded)], - [ArangoCollection 1108817001, "example" (type document, status loaded)] + [ArangoCollection 5087163, "_statistics15" (type document, status loaded)], + [ArangoCollection 2400187, "_modules" (type document, status loaded)], + [ArangoCollection 4169659, "_aqlfunctions" (type document, status loaded)], + [ArangoCollection 5480379, "_configuration" (type document, status loaded)], + [ArangoCollection 14786491, "_system_users_users" (type document, status loaded)], + [ArangoCollection 26779579, "which" (type edge, status loaded)], + [ArangoCollection 5873595, "_apps" (type document, status loaded)], + [ArangoCollection 16097211, "testbug_nodeTypes" (type document, status loaded)], + [ArangoCollection 4199456699, "example" (type document, status loaded)], + [ArangoCollection 2269115, "_graphs" (type document, status loaded)], + [ArangoCollection 2662331, "_cluster_kickstarter_plans" (type document, status loaded)], + [ArangoCollection 434107, "_users" (type document, status loaded)], + [ArangoCollection 3920535483, "animals" (type document, status loaded)], + [ArangoCollection 26648507, "projects" (type document, status loaded)], + [ArangoCollection 5742523, "_jobs" (type document, status loaded)], + [ArangoCollection 15966139, "testbug_testCollection" (type document, status loaded)], + [ArangoCollection 3919617979, "demo" (type document, status loaded)], + [ArangoCollection 2531259, "_routing" (type document, status loaded)], + [ArangoCollection 4300731, "_statisticsRaw" (type document, status loaded)], + [ArangoCollection 14065595, "_sessions" (type document, status loaded)], + [ArangoCollection 5611451, "_queues" (type document, status loaded)], + [ArangoCollection 4693947, "_statistics" (type document, status loaded)] ] diff --git a/Documentation/Examples/cursorCount.generated b/Documentation/Examples/cursorCountUnLimited.generated similarity index 100% rename from Documentation/Examples/cursorCount.generated rename to Documentation/Examples/cursorCountUnLimited.generated diff --git a/Documentation/Examples/cursorHasNext.generated b/Documentation/Examples/cursorHasNext.generated index 64c846151b..364943df4e 100644 --- a/Documentation/Examples/cursorHasNext.generated +++ b/Documentation/Examples/cursorHasNext.generated @@ -2,31 +2,31 @@ arangosh> var a = db.five.all(); arangosh> while (a.hasNext()) print(a.next()); { "name" : "four", - "_id" : "five/1112683625", - "_rev" : "1112683625", - "_key" : "1112683625" -} -{ - "name" : "three", - "_id" : "five/1112487017", - "_rev" : "1112487017", - "_key" : "1112487017" + "_id" : "five/4203323323", + "_rev" : "4203323323", + "_key" : "4203323323" } { "name" : "one", - "_id" : "five/1112093801", - "_rev" : "1112093801", - "_key" : "1112093801" + "_id" : "five/4202733499", + "_rev" : "4202733499", + "_key" : "4202733499" } { "name" : "five", - "_id" : "five/1112880233", - "_rev" : "1112880233", - "_key" : "1112880233" + "_id" : "five/4203519931", + "_rev" : "4203519931", + "_key" : "4203519931" +} +{ + "name" : "three", + "_id" : "five/4203126715", + "_rev" : "4203126715", + "_key" : "4203126715" } { "name" : "two", - "_id" : "five/1112290409", - "_rev" : "1112290409", - "_key" : "1112290409" + "_id" : "five/4202930107", + "_rev" : "4202930107", + "_key" : "4202930107" } diff --git a/Documentation/Examples/cursorNext.generated b/Documentation/Examples/cursorNext.generated index 1725be5783..ca3dab4b4d 100644 --- a/Documentation/Examples/cursorNext.generated +++ b/Documentation/Examples/cursorNext.generated @@ -1,7 +1,7 @@ arangosh> db.five.all().next(); { - "name" : "three", - "_id" : "five/1113863273", - "_rev" : "1113863273", - "_key" : "1113863273" + "name" : "five", + "_id" : "five/4204896187", + "_rev" : "4204896187", + "_key" : "4204896187" } diff --git a/Documentation/Examples/dbId.generated b/Documentation/Examples/dbId.generated index d464505638..702bfd9ecd 100644 --- a/Documentation/Examples/dbId.generated +++ b/Documentation/Examples/dbId.generated @@ -1,2 +1,2 @@ arangosh> require("internal").db._id(); -78953 +106427 diff --git a/Documentation/Examples/dbPath.generated b/Documentation/Examples/dbPath.generated index 7779ac2bf9..18e7d81917 100644 --- a/Documentation/Examples/dbPath.generated +++ b/Documentation/Examples/dbPath.generated @@ -1,2 +1,2 @@ arangosh> require("internal").db._path(); -/tmp/vocdir.18500/databases/database-78953 +/local/home/willi/test4/databases/database-106427 diff --git a/Documentation/Examples/dbVersion.generated b/Documentation/Examples/dbVersion.generated index bf23e24035..1693f53631 100644 --- a/Documentation/Examples/dbVersion.generated +++ b/Documentation/Examples/dbVersion.generated @@ -1,2 +1,2 @@ arangosh> require("internal").db._version(); -2.7.0-devel +2.8.0-devel diff --git a/Documentation/Examples/documentDocumentRemoveConflict.generated b/Documentation/Examples/documentDocumentRemoveConflict.generated index cee0cac505..b925488d38 100644 --- a/Documentation/Examples/documentDocumentRemoveConflict.generated +++ b/Documentation/Examples/documentDocumentRemoveConflict.generated @@ -1,14 +1,14 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1116157033", - "_rev" : "1116157033", - "_key" : "1116157033" + "_id" : "example/4205486011", + "_rev" : "4205486011", + "_key" : "4205486011" } arangosh> a2 = db.example.replace(a1, { a : 2 }); { - "_id" : "example/1116157033", - "_rev" : "1116353641", - "_key" : "1116157033" + "_id" : "example/4205486011", + "_rev" : "4205682619", + "_key" : "4205486011" } arangosh> db.example.remove(a1); [ArangoError 1200: precondition failed] diff --git a/Documentation/Examples/documentDocumentRemove.generated b/Documentation/Examples/documentDocumentRemoveSimple.generated similarity index 81% rename from Documentation/Examples/documentDocumentRemove.generated rename to Documentation/Examples/documentDocumentRemoveSimple.generated index 81871b40b7..8044cce0b5 100644 --- a/Documentation/Examples/documentDocumentRemove.generated +++ b/Documentation/Examples/documentDocumentRemoveSimple.generated @@ -1,15 +1,15 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1115305065", - "_rev" : "1115305065", - "_key" : "1115305065" + "_id" : "example/4206600123", + "_rev" : "4206600123", + "_key" : "4206600123" } arangosh> db.example.document(a1); { "a" : 1, - "_id" : "example/1115305065", - "_rev" : "1115305065", - "_key" : "1115305065" + "_id" : "example/4206600123", + "_rev" : "4206600123", + "_key" : "4206600123" } arangosh> db.example.remove(a1); true diff --git a/Documentation/Examples/documentDocumentUpdate.generated b/Documentation/Examples/documentDocumentUpdate.generated index ca1ae14470..5005388d05 100644 --- a/Documentation/Examples/documentDocumentUpdate.generated +++ b/Documentation/Examples/documentDocumentUpdate.generated @@ -1,14 +1,14 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1117271145", - "_rev" : "1117271145", - "_key" : "1117271145" + "_id" : "example/4207910843", + "_rev" : "4207910843", + "_key" : "4207910843" } arangosh> a2 = db._update(a1, { b : 2 }); { - "_id" : "example/1117271145", - "_rev" : "1117598825", - "_key" : "1117271145" + "_id" : "example/4207910843", + "_rev" : "4208238523", + "_key" : "4207910843" } arangosh> a3 = db._update(a1, { c : 3 }); [ArangoError 1200: precondition failed] diff --git a/Documentation/Examples/documentsCollectionFirstNull.generated b/Documentation/Examples/documentsCollectionFirstNull.generated index 89852c288d..042c3b4f3c 100644 --- a/Documentation/Examples/documentsCollectionFirstNull.generated +++ b/Documentation/Examples/documentsCollectionFirstNull.generated @@ -1,7 +1,7 @@ arangosh> db.example.first(); { - "_id" : "example/1119302761", - "_key" : "1119302761", - "_rev" : "1119302761", + "_id" : "example/4209024955", + "_key" : "4209024955", + "_rev" : "4209024955", "Hello" : "world" } diff --git a/Documentation/Examples/documentsCollectionFirst.generated b/Documentation/Examples/documentsCollectionFirstSuccess.generated similarity index 78% rename from Documentation/Examples/documentsCollectionFirst.generated rename to Documentation/Examples/documentsCollectionFirstSuccess.generated index 4d50f604a2..b673549e44 100644 --- a/Documentation/Examples/documentsCollectionFirst.generated +++ b/Documentation/Examples/documentsCollectionFirstSuccess.generated @@ -1,9 +1,9 @@ arangosh> db.example.first(1); [ { - "_id" : "example/1118385257", - "_key" : "1118385257", - "_rev" : "1118385257", + "_id" : "example/4209614779", + "_key" : "4209614779", + "_rev" : "4209614779", "Hello" : "world" } ] diff --git a/Documentation/Examples/documentsCollectionInsert.generated b/Documentation/Examples/documentsCollectionInsert.generated index 30c9c2bdd2..b0fab92ea1 100644 --- a/Documentation/Examples/documentsCollectionInsert.generated +++ b/Documentation/Examples/documentsCollectionInsert.generated @@ -1,12 +1,12 @@ arangosh> db.example.insert({ Hello : "World" }); { - "_id" : "example/1119892585", - "_rev" : "1119892585", - "_key" : "1119892585" + "_id" : "example/4210532283", + "_rev" : "4210532283", + "_key" : "4210532283" } arangosh> db.example.insert({ Hello : "World" }, true); { - "_id" : "example/1120089193", - "_rev" : "1120089193", - "_key" : "1120089193" + "_id" : "example/4210728891", + "_rev" : "4210728891", + "_key" : "4210728891" } diff --git a/Documentation/Examples/documentsCollectionLast.generated b/Documentation/Examples/documentsCollectionLastFound.generated similarity index 77% rename from Documentation/Examples/documentsCollectionLast.generated rename to Documentation/Examples/documentsCollectionLastFound.generated index b9aed7b20a..9379f3fac2 100644 --- a/Documentation/Examples/documentsCollectionLast.generated +++ b/Documentation/Examples/documentsCollectionLastFound.generated @@ -1,15 +1,15 @@ arangosh> db.example.last(2); [ { - "_id" : "example/1120941161", - "_key" : "1120941161", - "_rev" : "1120941161", + "_id" : "example/4211580859", + "_key" : "4211580859", + "_rev" : "4211580859", "Foo" : "bar" }, { - "_id" : "example/1120613481", - "_key" : "1120613481", - "_rev" : "1120613481", + "_id" : "example/4211253179", + "_key" : "4211253179", + "_rev" : "4211253179", "Hello" : "world" } ] diff --git a/Documentation/Examples/documentsCollectionLastNull.generated b/Documentation/Examples/documentsCollectionLastNull.generated index eb30732bd6..640e40c13c 100644 --- a/Documentation/Examples/documentsCollectionLastNull.generated +++ b/Documentation/Examples/documentsCollectionLastNull.generated @@ -1,9 +1,9 @@ arangosh> db.example.last(1); [ { - "_id" : "example/1121530985", - "_key" : "1121530985", - "_rev" : "1121530985", + "_id" : "example/4212170683", + "_key" : "4212170683", + "_rev" : "4212170683", "Hello" : "world" } ] diff --git a/Documentation/Examples/documentsCollectionNameUnknown.generated b/Documentation/Examples/documentsCollectionNameUnknown.generated index deb97d2127..117d80ac50 100644 --- a/Documentation/Examples/documentsCollectionNameUnknown.generated +++ b/Documentation/Examples/documentsCollectionNameUnknown.generated @@ -1 +1,2 @@ +arangosh> db.example.document("example/4472917"); [ArangoError 1202: document not found] diff --git a/Documentation/Examples/documentsCollectionName.generated b/Documentation/Examples/documentsCollectionNameValid.generated similarity index 92% rename from Documentation/Examples/documentsCollectionName.generated rename to Documentation/Examples/documentsCollectionNameValid.generated index f3405dc5c1..d1fc1137ef 100644 --- a/Documentation/Examples/documentsCollectionName.generated +++ b/Documentation/Examples/documentsCollectionNameValid.generated @@ -1,6 +1,6 @@ arangosh> db.example.document("example/2873916"); { "_id" : "example/2873916", - "_rev" : "1122055273", + "_rev" : "4213415867", "_key" : "2873916" } diff --git a/Documentation/Examples/documentsCollectionRemoveConflict.generated b/Documentation/Examples/documentsCollectionRemoveConflict.generated index 1157e8110b..243e538cec 100644 --- a/Documentation/Examples/documentsCollectionRemoveConflict.generated +++ b/Documentation/Examples/documentsCollectionRemoveConflict.generated @@ -1,14 +1,14 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1124349033", - "_rev" : "1124349033", - "_key" : "1124349033" + "_id" : "example/4214005691", + "_rev" : "4214005691", + "_key" : "4214005691" } arangosh> a2 = db._replace(a1, { a : 2 }); { - "_id" : "example/1124349033", - "_rev" : "1124545641", - "_key" : "1124349033" + "_id" : "example/4214005691", + "_rev" : "4214202299", + "_key" : "4214005691" } arangosh> db._remove(a1); [ArangoError 1200: precondition failed] diff --git a/Documentation/Examples/documentsCollectionRemoveSignature.generated b/Documentation/Examples/documentsCollectionRemoveSignature.generated index e7413b3e80..d4bc394c0a 100644 --- a/Documentation/Examples/documentsCollectionRemoveSignature.generated +++ b/Documentation/Examples/documentsCollectionRemoveSignature.generated @@ -1,8 +1,8 @@ arangosh> db.example.insert({ a: 1 } ); { - "_id" : "example/1125463145", - "_rev" : "1125463145", - "_key" : "1125463145" + "_id" : "example/4215119803", + "_rev" : "4215119803", + "_key" : "4215119803" } arangosh> db.example.remove("example/11265325374", ........> { overwrite: true, waitForSync: false}) diff --git a/Documentation/Examples/documentsCollectionRemove.generated b/Documentation/Examples/documentsCollectionRemoveSuccess.generated similarity index 86% rename from Documentation/Examples/documentsCollectionRemove.generated rename to Documentation/Examples/documentsCollectionRemoveSuccess.generated index 9b8be33c4b..49577d1106 100644 --- a/Documentation/Examples/documentsCollectionRemove.generated +++ b/Documentation/Examples/documentsCollectionRemoveSuccess.generated @@ -1,8 +1,8 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1123365993", - "_rev" : "1123365993", - "_key" : "1123365993" + "_id" : "example/4215775163", + "_rev" : "4215775163", + "_key" : "4215775163" } arangosh> db._remove(a1); true diff --git a/Documentation/Examples/documentsCollectionReplace.generated b/Documentation/Examples/documentsCollectionReplace1.generated similarity index 80% rename from Documentation/Examples/documentsCollectionReplace.generated rename to Documentation/Examples/documentsCollectionReplace1.generated index aaa117c944..2825af0600 100644 --- a/Documentation/Examples/documentsCollectionReplace.generated +++ b/Documentation/Examples/documentsCollectionReplace1.generated @@ -1,14 +1,14 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1126118505", - "_rev" : "1126118505", - "_key" : "1126118505" + "_id" : "example/4216758203", + "_rev" : "4216758203", + "_key" : "4216758203" } arangosh> a2 = db.example.replace(a1, { a : 2 }); { - "_id" : "example/1126118505", - "_rev" : "1126315113", - "_key" : "1126118505" + "_id" : "example/4216758203", + "_rev" : "4216954811", + "_key" : "4216758203" } 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 f524e809c7..fad89ae9f9 100644 --- a/Documentation/Examples/documentsCollectionReplaceHandle.generated +++ b/Documentation/Examples/documentsCollectionReplaceHandle.generated @@ -1,12 +1,12 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1127232617", - "_rev" : "1127232617", - "_key" : "1127232617" + "_id" : "example/4217872315", + "_rev" : "4217872315", + "_key" : "4217872315" } arangosh> a2 = db.example.replace("example/3903044", { a : 2 }); { "_id" : "example/3903044", - "_rev" : "1127429225", + "_rev" : "4218068923", "_key" : "3903044" } diff --git a/Documentation/Examples/documentsCollectionUpdate.generated b/Documentation/Examples/documentsCollection_UpdateDocument.generated similarity index 84% rename from Documentation/Examples/documentsCollectionUpdate.generated rename to Documentation/Examples/documentsCollection_UpdateDocument.generated index 7ec09ec22d..5c73ee7721 100644 --- a/Documentation/Examples/documentsCollectionUpdate.generated +++ b/Documentation/Examples/documentsCollection_UpdateDocument.generated @@ -1,22 +1,22 @@ arangosh> a1 = db.example.insert({"a" : 1}); { - "_id" : "example/1127953513", - "_rev" : "1127953513", - "_key" : "1127953513" + "_id" : "example/4218593211", + "_rev" : "4218593211", + "_key" : "4218593211" } arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3}); { - "_id" : "example/1127953513", - "_rev" : "1128346729", - "_key" : "1127953513" + "_id" : "example/4218593211", + "_rev" : "4218986427", + "_key" : "4218593211" } arangosh> a3 = db.example.update(a1, {"d" : 4}); [ArangoError 1200: precondition failed] arangosh> a4 = db.example.update(a2, {"e" : 5, "f" : 6 }); { - "_id" : "example/1127953513", - "_rev" : "1129002089", - "_key" : "1127953513" + "_id" : "example/4218593211", + "_rev" : "4219641787", + "_key" : "4218593211" } arangosh> db.example.document(a4); { @@ -25,15 +25,15 @@ arangosh> db.example.document(a4); "c" : 3, "e" : 5, "f" : 6, - "_id" : "example/1127953513", - "_rev" : "1129002089", - "_key" : "1127953513" + "_id" : "example/4218593211", + "_rev" : "4219641787", + "_key" : "4218593211" } arangosh> a5 = db.example.update(a4, {"a" : 1, c : 9, e : 42 }); { - "_id" : "example/1127953513", - "_rev" : "1129264233", - "_key" : "1127953513" + "_id" : "example/4218593211", + "_rev" : "4219903931", + "_key" : "4218593211" } arangosh> db.example.document(a5); { @@ -42,7 +42,7 @@ arangosh> db.example.document(a5); "c" : 9, "e" : 42, "f" : 6, - "_id" : "example/1127953513", - "_rev" : "1129264233", - "_key" : "1127953513" + "_id" : "example/4218593211", + "_rev" : "4219903931", + "_key" : "4218593211" } diff --git a/Documentation/Examples/documentsCollectionUpdateHandleArray.generated b/Documentation/Examples/documentsCollection_UpdateHandleArray.generated similarity index 93% rename from Documentation/Examples/documentsCollectionUpdateHandleArray.generated rename to Documentation/Examples/documentsCollection_UpdateHandleArray.generated index b9f762d054..eb45b17fd8 100644 --- a/Documentation/Examples/documentsCollectionUpdateHandleArray.generated +++ b/Documentation/Examples/documentsCollection_UpdateHandleArray.generated @@ -1,15 +1,15 @@ arangosh> db.example.insert({"a" : { "one" : 1, "two" : 2, "three" : 3 }, ........> "b" : { }}); { - "_id" : "example/1131623529", - "_rev" : "1131623529", - "_key" : "1131623529" + "_id" : "example/4221083579", + "_rev" : "4221083579", + "_key" : "4221083579" } arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 }, ........> "b" : { "b1" : 1 }}); { "_id" : "example/20774803", - "_rev" : "1132147817", + "_rev" : "4221607867", "_key" : "20774803" } arangosh> db.example.document("example/20774803"); @@ -21,7 +21,7 @@ arangosh> db.example.document("example/20774803""b1" : 1 }, "_id" : "example/20774803", - "_rev" : "1132147817", + "_rev" : "4221607867", "_key" : "20774803" } arangosh> db.example.update("example/20774803", { "a" : { "one" : null }, @@ -29,7 +29,7 @@ arangosh> db.example.update("example/20774803"false, false); { "_id" : "example/20774803", - "_rev" : "1132475497", + "_rev" : "4221935547", "_key" : "20774803" } arangosh> db.example.document("example/20774803"); @@ -38,6 +38,6 @@ arangosh> db.example.document("example/20774803""four" : 4 }, "_id" : "example/20774803", - "_rev" : "1132475497", + "_rev" : "4221935547", "_key" : "20774803" } diff --git a/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated b/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated similarity index 93% rename from Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated rename to Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated index 6974ac7d79..9e50d7393c 100644 --- a/Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated +++ b/Documentation/Examples/documentsCollection_UpdateHandleKeepNull.generated @@ -1,14 +1,14 @@ arangosh> db.example.insert({"a" : 1}); { - "_id" : "example/1133327465", - "_rev" : "1133327465", - "_key" : "1133327465" + "_id" : "example/4222787515", + "_rev" : "4222787515", + "_key" : "4222787515" } arangosh> db.example.update("example/19988371", ........> { "b" : null, "c" : null, "d" : 3 }); { "_id" : "example/19988371", - "_rev" : "1133786217", + "_rev" : "4223246267", "_key" : "19988371" } arangosh> db.example.document("example/19988371"); @@ -17,13 +17,13 @@ arangosh> db.example.document("example/19988371""c" : null, "d" : 3, "_id" : "example/19988371", - "_rev" : "1133786217", + "_rev" : "4223246267", "_key" : "19988371" } arangosh> db.example.update("example/19988371", { "a" : null }, false, false); { "_id" : "example/19988371", - "_rev" : "1134048361", + "_rev" : "4223508411", "_key" : "19988371" } arangosh> db.example.document("example/19988371"); @@ -32,19 +32,19 @@ arangosh> db.example.document("example/19988371""c" : null, "d" : 3, "_id" : "example/19988371", - "_rev" : "1134048361", + "_rev" : "4223508411", "_key" : "19988371" } arangosh> db.example.update("example/19988371", ........> { "b" : null, "c": null, "d" : null }, false, false); { "_id" : "example/19988371", - "_rev" : "1134310505", + "_rev" : "4223770555", "_key" : "19988371" } arangosh> db.example.document("example/19988371"); { "_id" : "example/19988371", - "_rev" : "1134310505", + "_rev" : "4223770555", "_key" : "19988371" } diff --git a/Documentation/Examples/documentsCollectionUpdateHandle.generated b/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated similarity index 87% rename from Documentation/Examples/documentsCollectionUpdateHandle.generated rename to Documentation/Examples/documentsCollection_UpdateHandleSingle.generated index 1603a0678e..e8d9fb747e 100644 --- a/Documentation/Examples/documentsCollectionUpdateHandle.generated +++ b/Documentation/Examples/documentsCollection_UpdateHandleSingle.generated @@ -1,12 +1,12 @@ arangosh> a1 = db.example.insert({"a" : 1}); { - "_id" : "example/1130116201", - "_rev" : "1130116201", - "_key" : "1130116201" + "_id" : "example/4224622523", + "_rev" : "4224622523", + "_key" : "4224622523" } arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 }); { "_id" : "example/18612115", - "_rev" : "1130509417", + "_rev" : "4225015739", "_key" : "18612115" } diff --git a/Documentation/Examples/documentsDocumentName.generated b/Documentation/Examples/documentsDocumentName.generated index 3e52c69b50..ef380c1bac 100644 --- a/Documentation/Examples/documentsDocumentName.generated +++ b/Documentation/Examples/documentsDocumentName.generated @@ -1,6 +1,6 @@ arangosh> db._document("example/12345"); { "_id" : "example/12345", - "_rev" : "1134834793", + "_rev" : "4225474491", "_key" : "12345" } diff --git a/Documentation/Examples/documentsDocumentReplace.generated b/Documentation/Examples/documentsDocumentReplace.generated index 1a5bb3b6b1..2c5627f491 100644 --- a/Documentation/Examples/documentsDocumentReplace.generated +++ b/Documentation/Examples/documentsDocumentReplace.generated @@ -1,14 +1,14 @@ arangosh> a1 = db.example.insert({ a : 1 }); { - "_id" : "example/1135424617", - "_rev" : "1135424617", - "_key" : "1135424617" + "_id" : "example/4226064315", + "_rev" : "4226064315", + "_key" : "4226064315" } arangosh> a2 = db._replace(a1, { a : 2 }); { - "_id" : "example/1135424617", - "_rev" : "1135621225", - "_key" : "1135424617" + "_id" : "example/4226064315", + "_rev" : "4226260923", + "_key" : "4226064315" } arangosh> a3 = db._replace(a1, { a : 3 }); [ArangoError 1200: precondition failed] diff --git a/Documentation/Examples/dropIndex.generated b/Documentation/Examples/dropIndex.generated index 2ddbb2a897..0c1f7218aa 100644 --- a/Documentation/Examples/dropIndex.generated +++ b/Documentation/Examples/dropIndex.generated @@ -1,6 +1,6 @@ arangosh> db.example.ensureIndex({ type: "skiplist", fields: [ "a", "b" ] }); { - "id" : "example/1136276585", + "id" : "example/4226916283", "type" : "skiplist", "fields" : [ "a", @@ -25,7 +25,7 @@ arangosh> indexInfo; "sparse" : false }, { - "id" : "example/1136276585", + "id" : "example/4226916283", "type" : "skiplist", "fields" : [ "a", diff --git a/Documentation/Examples/ensureFulltextIndex.generated b/Documentation/Examples/ensureFulltextIndex.generated index 007bb8987f..5633cdbd69 100644 --- a/Documentation/Examples/ensureFulltextIndex.generated +++ b/Documentation/Examples/ensureFulltextIndex.generated @@ -1,6 +1,6 @@ arangosh> db.example.ensureIndex({ type: "fulltext", fields: [ "text" ], minLength: 3 }); { - "id" : "example/1140667497", + "id" : "example/4231110587", "type" : "fulltext", "fields" : [ "text" @@ -13,45 +13,45 @@ arangosh> db.example.ensureIndex({ type: "fulltext" } arangosh> db.example.save({ text : "the quick brown", b : { c : 1 } }); { - "_id" : "example/1141191785", - "_rev" : "1141191785", - "_key" : "1141191785" + "_id" : "example/4231634875", + "_rev" : "4231634875", + "_key" : "4231634875" } arangosh> db.example.save({ text : "quick brown fox", b : { c : 2 } }); { - "_id" : "example/1141388393", - "_rev" : "1141388393", - "_key" : "1141388393" + "_id" : "example/4231831483", + "_rev" : "4231831483", + "_key" : "4231831483" } arangosh> db.example.save({ text : "brown fox jums", b : { c : 3 } }); { - "_id" : "example/1141585001", - "_rev" : "1141585001", - "_key" : "1141585001" + "_id" : "example/4232028091", + "_rev" : "4232028091", + "_key" : "4232028091" } arangosh> db.example.save({ text : "fox jumps over", b : { c : 4 } }); { - "_id" : "example/1141781609", - "_rev" : "1141781609", - "_key" : "1141781609" + "_id" : "example/4232224699", + "_rev" : "4232224699", + "_key" : "4232224699" } arangosh> db.example.save({ text : "jumps over the", b : { c : 5 } }); { - "_id" : "example/1141978217", - "_rev" : "1141978217", - "_key" : "1141978217" + "_id" : "example/4232421307", + "_rev" : "4232421307", + "_key" : "4232421307" } arangosh> db.example.save({ text : "over the lazy", b : { c : 6 } }); { - "_id" : "example/1142174825", - "_rev" : "1142174825", - "_key" : "1142174825" + "_id" : "example/4232617915", + "_rev" : "4232617915", + "_key" : "4232617915" } arangosh> db.example.save({ text : "the lazy dog", b : { c : 7 } }); { - "_id" : "example/1142371433", - "_rev" : "1142371433", - "_key" : "1142371433" + "_id" : "example/4232814523", + "_rev" : "4232814523", + "_key" : "4232814523" } arangosh> db._query("FOR document IN FULLTEXT(example, 'text', 'the') RETURN document"); [ @@ -60,36 +60,36 @@ arangosh> db._query("FOR document IN FULLTEXT(examp "c" : 1 }, "text" : "the quick brown", - "_id" : "example/1141191785", - "_rev" : "1141191785", - "_key" : "1141191785" + "_id" : "example/4231634875", + "_rev" : "4231634875", + "_key" : "4231634875" }, { "b" : { "c" : 5 }, "text" : "jumps over the", - "_id" : "example/1141978217", - "_rev" : "1141978217", - "_key" : "1141978217" + "_id" : "example/4232421307", + "_rev" : "4232421307", + "_key" : "4232421307" }, { "b" : { "c" : 6 }, "text" : "over the lazy", - "_id" : "example/1142174825", - "_rev" : "1142174825", - "_key" : "1142174825" + "_id" : "example/4232617915", + "_rev" : "4232617915", + "_key" : "4232617915" }, { "b" : { "c" : 7 }, "text" : "the lazy dog", - "_id" : "example/1142371433", - "_rev" : "1142371433", - "_key" : "1142371433" + "_id" : "example/4232814523", + "_rev" : "4232814523", + "_key" : "4232814523" } ] [object ArangoQueryCursor, count: 4, hasMore: false] diff --git a/Documentation/Examples/ensureHashIndex.generated b/Documentation/Examples/ensureHashIndex.generated index cf343cde8d..73a025c0d5 100644 --- a/Documentation/Examples/ensureHashIndex.generated +++ b/Documentation/Examples/ensureHashIndex.generated @@ -1,6 +1,6 @@ arangosh> db.test.ensureIndex({ type: "hash", fields: [ "a" ] }); { - "id" : "test/1142895721", + "id" : "test/4233338811", "type" : "hash", "fields" : [ "a" @@ -13,19 +13,19 @@ arangosh> db.test.ensureIndex({ type: "hash" } arangosh> db.test.save({ a : 1 }); { - "_id" : "test/1143157865", - "_rev" : "1143157865", - "_key" : "1143157865" + "_id" : "test/4233600955", + "_rev" : "4233600955", + "_key" : "4233600955" } arangosh> db.test.save({ a : 1 }); { - "_id" : "test/1143354473", - "_rev" : "1143354473", - "_key" : "1143354473" + "_id" : "test/4233797563", + "_rev" : "4233797563", + "_key" : "4233797563" } arangosh> db.test.save({ a : null }); { - "_id" : "test/1143616617", - "_rev" : "1143616617", - "_key" : "1143616617" + "_id" : "test/4234059707", + "_rev" : "4234059707", + "_key" : "4234059707" } diff --git a/Documentation/Examples/ensureSkiplist.generated b/Documentation/Examples/ensureSkiplist.generated index 7c6c582f04..e92a9cdecd 100644 --- a/Documentation/Examples/ensureSkiplist.generated +++ b/Documentation/Examples/ensureSkiplist.generated @@ -1,6 +1,6 @@ arangosh> db.names.ensureIndex({ type: "skiplist", fields: [ "first" ] }); { - "id" : "names/1144075369", + "id" : "names/4234518459", "type" : "skiplist", "fields" : [ "first" @@ -12,31 +12,31 @@ arangosh> db.names.ensureIndex({ type: "skiplist""first" : "Tim" }); { - "_id" : "names/1144337513", - "_rev" : "1144337513", - "_key" : "1144337513" + "_id" : "names/4234780603", + "_rev" : "4234780603", + "_key" : "4234780603" } arangosh> db.names.save({ "first" : "Tom" }); { - "_id" : "names/1144534121", - "_rev" : "1144534121", - "_key" : "1144534121" + "_id" : "names/4234977211", + "_rev" : "4234977211", + "_key" : "4234977211" } arangosh> db.names.save({ "first" : "John" }); { - "_id" : "names/1144730729", - "_rev" : "1144730729", - "_key" : "1144730729" + "_id" : "names/4235173819", + "_rev" : "4235173819", + "_key" : "4235173819" } arangosh> db.names.save({ "first" : "Tim" }); { - "_id" : "names/1144927337", - "_rev" : "1144927337", - "_key" : "1144927337" + "_id" : "names/4235370427", + "_rev" : "4235370427", + "_key" : "4235370427" } arangosh> db.names.save({ "first" : "Tom" }); { - "_id" : "names/1145123945", - "_rev" : "1145123945", - "_key" : "1145123945" + "_id" : "names/4235567035", + "_rev" : "4235567035", + "_key" : "4235567035" } diff --git a/Documentation/Examples/ensureUniqueConstraint.generated b/Documentation/Examples/ensureUniqueConstraint.generated index c8540f7ff7..ed71a3fcd5 100644 --- a/Documentation/Examples/ensureUniqueConstraint.generated +++ b/Documentation/Examples/ensureUniqueConstraint.generated @@ -1,6 +1,6 @@ arangosh> db.test.ensureIndex({ type: "hash", fields: [ "a", "b.c" ], unique: true }); { - "id" : "test/1145713769", + "id" : "test/4236156859", "type" : "hash", "fields" : [ "a", @@ -14,17 +14,17 @@ arangosh> db.test.ensureIndex({ type: "hash" } arangosh> db.test.save({ a : 1, b : { c : 1 } }); { - "_id" : "test/1146041449", - "_rev" : "1146041449", - "_key" : "1146041449" + "_id" : "test/4236484539", + "_rev" : "4236484539", + "_key" : "4236484539" } arangosh> db.test.save({ a : 1, b : { c : 1 } }); [ArangoError 1210: cannot create document, unique constraint violated] arangosh> db.test.save({ a : 1, b : { c : null } }); { - "_id" : "test/1146500201", - "_rev" : "1146500201", - "_key" : "1146500201" + "_id" : "test/4236943291", + "_rev" : "4236943291", + "_key" : "4236943291" } arangosh> db.test.save({ a : 1 }); [ArangoError 1210: cannot create document, unique constraint violated] diff --git a/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated b/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated index c3a18e416b..5dec16e661 100644 --- a/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated +++ b/Documentation/Examples/ensureUniqueSkiplistMultiColmun.generated @@ -1,6 +1,6 @@ arangosh> db.ids.ensureIndex({ type: "skiplist", fields: [ "name.first", "name.last" ], unique: true }); { - "id" : "ids/1148531817", + "id" : "ids/4237729723", "type" : "skiplist", "fields" : [ "name.first", @@ -13,20 +13,21 @@ arangosh> db.ids.ensureIndex({ type: "skiplist""name" : { "first" : "hans", "last": "hansen" }}); { - "_id" : "ids/1148859497", - "_rev" : "1148859497", - "_key" : "1148859497" + "_id" : "ids/4238057403", + "_rev" : "4238057403", + "_key" : "4238057403" } arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }}); { - "_id" : "ids/1149056105", - "_rev" : "1149056105", - "_key" : "1149056105" + "_id" : "ids/4238254011", + "_rev" : "4238254011", + "_key" : "4238254011" } arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }}); { - "_id" : "ids/1149252713", - "_rev" : "1149252713", - "_key" : "1149252713" + "_id" : "ids/4238450619", + "_rev" : "4238450619", + "_key" : "4238450619" } +arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }}); [ArangoError 1210: cannot create document, unique constraint violated] diff --git a/Documentation/Examples/ensureUniqueSkiplist.generated b/Documentation/Examples/ensureUniqueSkiplistSingle.generated similarity index 87% rename from Documentation/Examples/ensureUniqueSkiplist.generated rename to Documentation/Examples/ensureUniqueSkiplistSingle.generated index e456bad4a1..596e4fb3cc 100644 --- a/Documentation/Examples/ensureUniqueSkiplist.generated +++ b/Documentation/Examples/ensureUniqueSkiplistSingle.generated @@ -1,6 +1,6 @@ arangosh> db.ids.ensureIndex({ type: "skiplist", fields: [ "myId" ], unique: true }); { - "id" : "ids/1147155561", + "id" : "ids/4239040443", "type" : "skiplist", "fields" : [ "myId" @@ -12,21 +12,21 @@ arangosh> db.ids.ensureIndex({ type: "skiplist""myId": 123 }); { - "_id" : "ids/1147417705", - "_rev" : "1147417705", - "_key" : "1147417705" + "_id" : "ids/4239302587", + "_rev" : "4239302587", + "_key" : "4239302587" } arangosh> db.ids.save({ "myId": 456 }); { - "_id" : "ids/1147614313", - "_rev" : "1147614313", - "_key" : "1147614313" + "_id" : "ids/4239499195", + "_rev" : "4239499195", + "_key" : "4239499195" } arangosh> db.ids.save({ "myId": 789 }); { - "_id" : "ids/1147810921", - "_rev" : "1147810921", - "_key" : "1147810921" + "_id" : "ids/4239695803", + "_rev" : "4239695803", + "_key" : "4239695803" } arangosh> db.ids.save({ "myId": 123 }); [ArangoError 1210: cannot create document, unique constraint violated] diff --git a/Documentation/Examples/executeQueryBatchSize.generated b/Documentation/Examples/executeQueryBatchSize.generated index 7db3666c3c..03c99d6b21 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()); } { - "name" : "Angela", - "_id" : "users/1151480937", - "_rev" : "1151480937", - "_key" : "1151480937" + "name" : "Helmut", + "_id" : "users/4240613307", + "_rev" : "4240613307", + "_key" : "4240613307" } { "name" : "Gerhard", - "_id" : "users/1151022185", - "_rev" : "1151022185", - "_key" : "1151022185" + "_id" : "users/4240351163", + "_rev" : "4240351163", + "_key" : "4240351163" } { - "name" : "Helmut", - "_id" : "users/1151284329", - "_rev" : "1151284329", - "_key" : "1151284329" + "name" : "Angela", + "_id" : "users/4240809915", + "_rev" : "4240809915", + "_key" : "4240809915" } SimpleQueryAll(users) arangosh> q = db.users.all(); q.execute(20); while (q.hasNext()) { print(q.next()); } { - "name" : "Angela", - "_id" : "users/1151480937", - "_rev" : "1151480937", - "_key" : "1151480937" + "name" : "Helmut", + "_id" : "users/4240613307", + "_rev" : "4240613307", + "_key" : "4240613307" } { "name" : "Gerhard", - "_id" : "users/1151022185", - "_rev" : "1151022185", - "_key" : "1151022185" + "_id" : "users/4240351163", + "_rev" : "4240351163", + "_key" : "4240351163" } { - "name" : "Helmut", - "_id" : "users/1151284329", - "_rev" : "1151284329", - "_key" : "1151284329" + "name" : "Angela", + "_id" : "users/4240809915", + "_rev" : "4240809915", + "_key" : "4240809915" } SimpleQueryAll(users) diff --git a/Documentation/Examples/executeQuery.generated b/Documentation/Examples/executeQueryNoBatchSize.generated similarity index 79% rename from Documentation/Examples/executeQuery.generated rename to Documentation/Examples/executeQueryNoBatchSize.generated index e816d50e9a..c6101956d9 100644 --- a/Documentation/Examples/executeQuery.generated +++ b/Documentation/Examples/executeQueryNoBatchSize.generated @@ -2,21 +2,21 @@ arangosh> result = db.users.all().toArray(); [ { "name" : "Helmut", - "_id" : "users/1150170217", - "_rev" : "1150170217", - "_key" : "1150170217" + "_id" : "users/4241727419", + "_rev" : "4241727419", + "_key" : "4241727419" }, { "name" : "Gerhard", - "_id" : "users/1149908073", - "_rev" : "1149908073", - "_key" : "1149908073" + "_id" : "users/4241465275", + "_rev" : "4241465275", + "_key" : "4241465275" }, { "name" : "Angela", - "_id" : "users/1150366825", - "_rev" : "1150366825", - "_key" : "1150366825" + "_id" : "users/4241924027", + "_rev" : "4241924027", + "_key" : "4241924027" } ] arangosh> q = db.users.all(); q.execute(); result = [ ]; while (q.hasNext()) { result.push(q.next()); } diff --git a/Documentation/Examples/generalGraphCommonNeighbors1.generated b/Documentation/Examples/generalGraphCommonNeighbors1.generated index f3228fabad..d546027251 100644 --- a/Documentation/Examples/generalGraphCommonNeighbors1.generated +++ b/Documentation/Examples/generalGraphCommonNeighbors1.generated @@ -18,8 +18,8 @@ arangosh> db._query("FOR e IN GRAPH_COMMON_NEIGHBOR "right" : "germanCity/Berlin", "neighbors" : [ "frenchCity/Lyon", - "germanCity/Cologne", - "germanCity/Hamburg" + "germanCity/Hamburg", + "germanCity/Cologne" ] } ] diff --git a/Documentation/Examples/generalGraphCommonNeighbors2.generated b/Documentation/Examples/generalGraphCommonNeighbors2.generated index 64c218a534..929a83a0e4 100644 --- a/Documentation/Examples/generalGraphCommonNeighbors2.generated +++ b/Documentation/Examples/generalGraphCommonNeighbors2.generated @@ -9,8 +9,8 @@ arangosh> db._query("FOR e IN GRAPH_COMMON_NEIGHBOR "left" : "germanCity/Hamburg", "right" : "germanCity/Berlin", "neighbors" : [ - "germanCity/Cologne", "frenchCity/Lyon", + "germanCity/Cologne", "frenchCity/Paris" ] }, diff --git a/Documentation/Examples/generalGraphCreateGraph.generated b/Documentation/Examples/generalGraphCreateGraphNoData.generated similarity index 100% rename from Documentation/Examples/generalGraphCreateGraph.generated rename to Documentation/Examples/generalGraphCreateGraphNoData.generated diff --git a/Documentation/Examples/generalGraphDropGraphKeep.generated b/Documentation/Examples/generalGraphDropGraphKeep.generated index 77027e9ba9..3cda980f52 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 1306866793, "female" (type document, status loaded)] +[ArangoCollection 4398227387, "female" (type document, status loaded)] arangosh> db._collection("male"); -[ArangoCollection 1306997865, "male" (type document, status loaded)] +[ArangoCollection 4398358459, "male" (type document, status loaded)] arangosh> db._collection("relation"); -[ArangoCollection 1307128937, "relation" (type edge, status loaded)] +[ArangoCollection 4398489531, "relation" (type edge, status loaded)] diff --git a/Documentation/Examples/generalGraphEdgeCollectionRemove.generated b/Documentation/Examples/generalGraphEdgeCollectionRemove.generated index 7b7df3cc66..4947b94a71 100644 --- a/Documentation/Examples/generalGraphEdgeCollectionRemove.generated +++ b/Documentation/Examples/generalGraphEdgeCollectionRemove.generated @@ -3,7 +3,7 @@ arangosh> var graph = examples.loadGraph("female/alice", "female/diana", {_key: "aliceAndDiana"}); { "_id" : "relation/aliceAndDiana", - "_rev" : "1325937769", + "_rev" : "4417298363", "_key" : "aliceAndDiana" } arangosh> db._exists("relation/aliceAndDiana") diff --git a/Documentation/Examples/generalGraphEdgeCollectionReplace.generated b/Documentation/Examples/generalGraphEdgeCollectionReplace.generated index 410ffb05bc..d5fdfa719c 100644 --- a/Documentation/Examples/generalGraphEdgeCollectionReplace.generated +++ b/Documentation/Examples/generalGraphEdgeCollectionReplace.generated @@ -3,12 +3,12 @@ arangosh> var graph = examples.loadGraph("female/alice", "female/diana", {typo: "nose", _key: "aliceAndDiana"}); { "_id" : "relation/aliceAndDiana", - "_rev" : "1330328681", + "_rev" : "4421689275", "_key" : "aliceAndDiana" } arangosh> graph.relation.replace("relation/aliceAndDiana", {type: "knows"}); { "_id" : "relation/aliceAndDiana", - "_rev" : "1330525289", + "_rev" : "4421885883", "_key" : "aliceAndDiana" } diff --git a/Documentation/Examples/generalGraphEdgeCollectionSave1.generated b/Documentation/Examples/generalGraphEdgeCollectionSave1.generated index 57accb0163..6f833c80d7 100644 --- a/Documentation/Examples/generalGraphEdgeCollectionSave1.generated +++ b/Documentation/Examples/generalGraphEdgeCollectionSave1.generated @@ -3,6 +3,6 @@ arangosh> var graph = examples.loadGraph("male/bob", "female/alice", {type: "married", _key: "bobAndAlice"}); { "_id" : "relation/bobAndAlice", - "_rev" : "1334260841", + "_rev" : "4425621435", "_key" : "bobAndAlice" } diff --git a/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated b/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated index 07af7f5025..e9ae6fa817 100644 --- a/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated +++ b/Documentation/Examples/generalGraphEdgeCollectionUpdate.generated @@ -3,12 +3,12 @@ arangosh> var graph = examples.loadGraph("female/alice", "female/diana", {type: "knows", _key: "aliceAndDiana"}); { "_id" : "relation/aliceAndDiana", - "_rev" : "1341535337", + "_rev" : "4432895931", "_key" : "aliceAndDiana" } arangosh> graph.relation.update("relation/aliceAndDiana", {type: "quarrelled", _key: "aliceAndDiana"}); { "_id" : "relation/aliceAndDiana", - "_rev" : "1341731945", + "_rev" : "4433092539", "_key" : "aliceAndDiana" } diff --git a/Documentation/Examples/generalGraphEdgeDefinitions.generated b/Documentation/Examples/generalGraphEdgeDefinitionsSimple.generated similarity index 100% rename from Documentation/Examples/generalGraphEdgeDefinitions.generated rename to Documentation/Examples/generalGraphEdgeDefinitionsSimple.generated diff --git a/Documentation/Examples/generalGraphEdges1.generated b/Documentation/Examples/generalGraphEdges1.generated index 83d4d5f15a..1bb5b43552 100644 --- a/Documentation/Examples/generalGraphEdges1.generated +++ b/Documentation/Examples/generalGraphEdges1.generated @@ -4,5 +4,5 @@ arangosh> db._query("FOR e IN GRAPH_EDGES(" ........> +"'routeplanner', {}, {edgeExamples : [{distance: 600}, {distance: 700}]}) RETURN e" ........> ).toArray(); [ - "internationalHighway/1347695721" + "internationalHighway/4456947643" ] diff --git a/Documentation/Examples/generalGraphEdges2.generated b/Documentation/Examples/generalGraphEdges2.generated index f139311f20..5a2c015121 100644 --- a/Documentation/Examples/generalGraphEdges2.generated +++ b/Documentation/Examples/generalGraphEdges2.generated @@ -4,10 +4,10 @@ arangosh> db._query("FOR e IN GRAPH_EDGES(" ........> +"'routeplanner', 'germanCity/Hamburg', {direction : 'outbound', maxDepth : 2}) RETURN e" ........> ).toArray(); [ - "germanHighway/1352741993", - "internationalHighway/1354183785", - "internationalHighway/1354380393", - "internationalHighway/1353790569", - "frenchHighway/1353069673", - "internationalHighway/1353987177" + "germanHighway/4462452667", + "internationalHighway/4463894459", + "internationalHighway/4464091067", + "internationalHighway/4463501243", + "frenchHighway/4462780347", + "internationalHighway/4463697851" ] diff --git a/Documentation/Examples/generalGraphEdges3.generated b/Documentation/Examples/generalGraphEdges3.generated index a87d723352..42ec000526 100644 --- a/Documentation/Examples/generalGraphEdges3.generated +++ b/Documentation/Examples/generalGraphEdges3.generated @@ -6,49 +6,49 @@ arangosh> db._query("FOR e IN GRAPH_EDGES(" ........> ).toArray(); [ { - "_id" : "germanHighway/1359230057", - "_key" : "1359230057", - "_rev" : "1359230057", + "_id" : "germanHighway/4468940731", + "_key" : "4468940731", + "_rev" : "4468940731", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", "distance" : 500 }, { - "_id" : "internationalHighway/1360671849", - "_key" : "1360671849", - "_rev" : "1360671849", + "_id" : "internationalHighway/4470382523", + "_key" : "4470382523", + "_rev" : "4470382523", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", "distance" : 700 }, { - "_id" : "internationalHighway/1360868457", - "_key" : "1360868457", - "_rev" : "1360868457", + "_id" : "internationalHighway/4470579131", + "_key" : "4470579131", + "_rev" : "4470579131", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", "distance" : 550 }, { - "_id" : "internationalHighway/1360278633", - "_key" : "1360278633", - "_rev" : "1360278633", + "_id" : "internationalHighway/4469989307", + "_key" : "4469989307", + "_rev" : "4469989307", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", "distance" : 900 }, { - "_id" : "frenchHighway/1359557737", - "_key" : "1359557737", - "_rev" : "1359557737", + "_id" : "frenchHighway/4469268411", + "_key" : "4469268411", + "_rev" : "4469268411", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", "distance" : 550 }, { - "_id" : "internationalHighway/1360475241", - "_key" : "1360475241", - "_rev" : "1360475241", + "_id" : "internationalHighway/4470185915", + "_key" : "4470185915", + "_rev" : "4470185915", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", "distance" : 1300 diff --git a/Documentation/Examples/generalGraphEdgesFiltered.generated b/Documentation/Examples/generalGraphEdgesFiltered.generated index ea93302f3a..6cf3ffad3f 100644 --- a/Documentation/Examples/generalGraphEdgesFiltered.generated +++ b/Documentation/Examples/generalGraphEdgesFiltered.generated @@ -5,7 +5,7 @@ arangosh> graph._edges({type: "married"}).to { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1364079721", + "_rev" : "4473790395", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -13,7 +13,7 @@ arangosh> graph._edges({type: "married"}).to { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1364538473", + "_rev" : "4474249147", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" diff --git a/Documentation/Examples/generalGraphEdgesUnfiltered.generated b/Documentation/Examples/generalGraphEdgesUnfiltered.generated index 5980c66142..48698817c0 100644 --- a/Documentation/Examples/generalGraphEdgesUnfiltered.generated +++ b/Documentation/Examples/generalGraphEdgesUnfiltered.generated @@ -5,7 +5,7 @@ arangosh> graph._edges().toArray(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1367684201", + "_rev" : "4477394875", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -13,7 +13,7 @@ arangosh> graph._edges().toArray(); { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1367946345", + "_rev" : "4477657019", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -21,7 +21,7 @@ arangosh> graph._edges().toArray(); { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1368339561", + "_rev" : "4478050235", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -29,7 +29,7 @@ arangosh> graph._edges().toArray(); { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1368142953", + "_rev" : "4477853627", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated b/Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated index 6c75660ac9..3c9e06ad53 100644 --- a/Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated +++ b/Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated @@ -6,7 +6,7 @@ arangosh> query.edges([{type: "married"}, {t { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1374893161", + "_rev" : "4484603835", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -14,7 +14,7 @@ arangosh> query.edges([{type: "married"}, {t { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1375155305", + "_rev" : "4484865979", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -22,7 +22,7 @@ arangosh> query.edges([{type: "married"}, {t { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1374893161", + "_rev" : "4484603835", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -30,7 +30,7 @@ arangosh> query.edges([{type: "married"}, {t { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1375548521", + "_rev" : "4485259195", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" diff --git a/Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated index ee11c20575..ccbab84004 100644 --- a/Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.edges({type: "married"}).toA { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1378497641", + "_rev" : "4488208315", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -14,7 +14,7 @@ arangosh> query.edges({type: "married"}).toA { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1378497641", + "_rev" : "4488208315", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated index 15552e4b05..9d4d5fdff6 100644 --- a/Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated @@ -6,7 +6,7 @@ arangosh> query.edges().toArray(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1382102121", + "_rev" : "4491812795", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -14,7 +14,7 @@ arangosh> query.edges().toArray(); { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1382364265", + "_rev" : "4492074939", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -22,7 +22,7 @@ arangosh> query.edges().toArray(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1382102121", + "_rev" : "4491812795", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -30,7 +30,7 @@ arangosh> query.edges().toArray(); { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1382757481", + "_rev" : "4492468155", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" diff --git a/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated b/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated index 64a1c6ff63..d03eedc0f1 100644 --- a/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated +++ b/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated @@ -6,13 +6,13 @@ arangosh> query.fromVertices([{name: "Alice" { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1391866985", + "_rev" : "4501577659", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1392391273", + "_rev" : "4502101947", "name" : "Charly" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated index eb4aeba822..70cf133ab7 100644 --- a/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.fromVertices({name: "Alice"} { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1395471465", + "_rev" : "4505640891", "name" : "Alice" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated index 46b80b7af2..ce2d10a5cb 100644 --- a/Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated @@ -6,13 +6,13 @@ arangosh> query.fromVertices().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1399075945", + "_rev" : "4509245371", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1399600233", + "_rev" : "4509769659", "name" : "Charly" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLHasNext.generated b/Documentation/Examples/generalGraphFluentAQLHasNextFirst.generated similarity index 100% rename from Documentation/Examples/generalGraphFluentAQLHasNext.generated rename to Documentation/Examples/generalGraphFluentAQLHasNextFirst.generated diff --git a/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated b/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated index da81f60e8e..d1fb363ec4 100644 --- a/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated +++ b/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated @@ -6,7 +6,7 @@ arangosh> query.inEdges([{type: "married"}, { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1410937961", + "_rev" : "4521107387", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated index 76d1f1e88e..6ab401cfe2 100644 --- a/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.inEdges({type: "married"}).t { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1414542441", + "_rev" : "4524711867", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated index a605911569..43fa847e5b 100644 --- a/Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated @@ -6,7 +6,7 @@ arangosh> query.inEdges().toArray(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1418146921", + "_rev" : "4528316347", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated index 9ef26621ef..ea3f22a5a7 100644 --- a/Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.neighbors({name: "Bob"}).toA { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1424634985", + "_rev" : "4534804411", "name" : "Bob" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated index a88ff87c9d..2627847170 100644 --- a/Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated @@ -6,13 +6,13 @@ arangosh> query.neighbors().toArray(); { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1428894825", + "_rev" : "4538605499", "name" : "Charly" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1428698217", + "_rev" : "4538408891", "name" : "Bob" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLNext.generated b/Documentation/Examples/generalGraphFluentAQLNext.generated index 3afa2948a6..be240e1c7f 100644 --- a/Documentation/Examples/generalGraphFluentAQLNext.generated +++ b/Documentation/Examples/generalGraphFluentAQLNext.generated @@ -5,27 +5,27 @@ arangosh> query.next(); { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1432695913", + "_rev" : "4542406587", "name" : "Diana" } arangosh> query.next(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1431975017", + "_rev" : "4541685691", "name" : "Alice" } arangosh> query.next(); { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1432302697", + "_rev" : "4542013371", "name" : "Bob" } arangosh> query.next(); { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1432499305", + "_rev" : "4542209979", "name" : "Charly" } diff --git a/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated b/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated index 712324e45f..5ee59a57eb 100644 --- a/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated +++ b/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated @@ -6,7 +6,7 @@ arangosh> query.outEdges([{type: "married"}, { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1440298089", + "_rev" : "4546338747", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -14,7 +14,7 @@ arangosh> query.outEdges([{type: "married"}, { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1440560233", + "_rev" : "4546600891", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -22,7 +22,7 @@ arangosh> query.outEdges([{type: "married"}, { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1440953449", + "_rev" : "4546994107", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" diff --git a/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated index 3185902c54..2aa41a66b9 100644 --- a/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.outEdges({type: "married"}). { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1443902569", + "_rev" : "4549943227", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated index 85f0cac772..45be2a0a6a 100644 --- a/Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated @@ -6,7 +6,7 @@ arangosh> query.outEdges().toArray(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1447507049", + "_rev" : "4553547707", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -14,7 +14,7 @@ arangosh> query.outEdges().toArray(); { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1447769193", + "_rev" : "4553809851", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -22,7 +22,7 @@ arangosh> query.outEdges().toArray(); { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1448162409", + "_rev" : "4554203067", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" diff --git a/Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated b/Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated index 950fec18bb..27fbdc7f64 100644 --- a/Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated +++ b/Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated @@ -7,13 +7,13 @@ arangosh> query.neighbors().path().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1450062953", + "_rev" : "4556103611", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1450587241", + "_rev" : "4556627899", "name" : "Charly" } ], @@ -21,13 +21,13 @@ arangosh> query.neighbors().path().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1450062953", + "_rev" : "4556103611", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1450390633", + "_rev" : "4556431291", "name" : "Bob" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLPathSimple.generated b/Documentation/Examples/generalGraphFluentAQLPathSimple.generated index a6f2f9fce7..55c36d388a 100644 --- a/Documentation/Examples/generalGraphFluentAQLPathSimple.generated +++ b/Documentation/Examples/generalGraphFluentAQLPathSimple.generated @@ -7,13 +7,13 @@ arangosh> query.outEdges().toVertices().path().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1453667433", + "_rev" : "4560166843", "name" : "Alice" }, { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1454716009", + "_rev" : "4561215419", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -21,7 +21,7 @@ arangosh> query.outEdges().toVertices().path().toArray(); { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1453995113", + "_rev" : "4560494523", "name" : "Bob" } ], @@ -29,13 +29,13 @@ arangosh> query.outEdges().toVertices().path().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1453667433", + "_rev" : "4560166843", "name" : "Alice" }, { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1454978153", + "_rev" : "4561477563", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -43,7 +43,7 @@ arangosh> query.outEdges().toVertices().path().toArray(); { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1454191721", + "_rev" : "4560691131", "name" : "Charly" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLNextRecreate.generated b/Documentation/Examples/generalGraphFluentAQLRecreateNext.generated similarity index 96% rename from Documentation/Examples/generalGraphFluentAQLNextRecreate.generated rename to Documentation/Examples/generalGraphFluentAQLRecreateNext.generated index e30fb3c6ce..4ddaf38fdc 100644 --- a/Documentation/Examples/generalGraphFluentAQLNextRecreate.generated +++ b/Documentation/Examples/generalGraphFluentAQLRecreateNext.generated @@ -5,7 +5,7 @@ arangosh> query.next(); { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1436300393", + "_rev" : "4564492219", "name" : "Diana" } arangosh> query.edges(); @@ -16,7 +16,7 @@ arangosh> query.next(); { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1437086825", + "_rev" : "4565278651", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" diff --git a/Documentation/Examples/generalGraphFluentAQLRestricted.generated b/Documentation/Examples/generalGraphFluentAQLRestrictedVertices.generated similarity index 95% rename from Documentation/Examples/generalGraphFluentAQLRestricted.generated rename to Documentation/Examples/generalGraphFluentAQLRestrictedVertices.generated index b0e67f788d..30e24e99c0 100644 --- a/Documentation/Examples/generalGraphFluentAQLRestricted.generated +++ b/Documentation/Examples/generalGraphFluentAQLRestrictedVertices.generated @@ -6,13 +6,13 @@ arangosh> query.edges().vertices().restrict("female { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1457271913", + "_rev" : "4570980283", "name" : "Alice" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1457271913", + "_rev" : "4570980283", "name" : "Alice" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLToArray.generated b/Documentation/Examples/generalGraphFluentAQLToArray.generated index 5c76e2600c..e9108c0e15 100644 --- a/Documentation/Examples/generalGraphFluentAQLToArray.generated +++ b/Documentation/Examples/generalGraphFluentAQLToArray.generated @@ -6,25 +6,25 @@ arangosh> query.toArray(); { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1465136233", + "_rev" : "4575305659", "name" : "Diana" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1464415337", + "_rev" : "4574584763", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1464743017", + "_rev" : "4574912443", "name" : "Bob" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1464939625", + "_rev" : "4575109051", "name" : "Charly" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated b/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated index 69559f7363..54951941cf 100644 --- a/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated +++ b/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated @@ -6,13 +6,13 @@ arangosh> query.toVertices([{name: "Bob"}, { { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1468347497", + "_rev" : "4578516923", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1468740713", + "_rev" : "4578910139", "name" : "Diana" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated index c30f01027f..38327cf31b 100644 --- a/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.toVertices({name: "Bob"}).to { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1471951977", + "_rev" : "4582121403", "name" : "Bob" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated index cef7da8cc1..0b67fb8070 100644 --- a/Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated @@ -6,13 +6,13 @@ arangosh> query.toVertices().toArray(); { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1475556457", + "_rev" : "4585725883", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1475949673", + "_rev" : "4586119099", "name" : "Diana" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated b/Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated index 61ee8c8f0c..21871748b6 100644 --- a/Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated +++ b/Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated @@ -6,7 +6,7 @@ arangosh> query.toVertices().outEdges().toArray(); { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1480537193", + "_rev" : "4590706619", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" diff --git a/Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated b/Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated index b7a85ffa59..53eecbf1fe 100644 --- a/Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated +++ b/Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated @@ -6,13 +6,13 @@ arangosh> query.toVertices().toArray(); { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1482765417", + "_rev" : "4592934843", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1483158633", + "_rev" : "4593328059", "name" : "Diana" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLUnrestricted.generated b/Documentation/Examples/generalGraphFluentAQLUnrestricted.generated index 16e54b81ae..a1db398d8e 100644 --- a/Documentation/Examples/generalGraphFluentAQLUnrestricted.generated +++ b/Documentation/Examples/generalGraphFluentAQLUnrestricted.generated @@ -6,25 +6,25 @@ arangosh> query.edges().vertices().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1486042217", + "_rev" : "4596211643", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1486369897", + "_rev" : "4596539323", "name" : "Bob" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1486042217", + "_rev" : "4596211643", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1486566505", + "_rev" : "4596735931", "name" : "Charly" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated b/Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated index 883a48b4c4..a797dbd244 100644 --- a/Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated +++ b/Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated @@ -6,7 +6,7 @@ arangosh> query.vertices({name: "Alice"}).to { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1493251177", + "_rev" : "4603420603", "name" : "Alice" } ] diff --git a/Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated b/Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated index d93a145253..f60a20c956 100644 --- a/Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated +++ b/Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated @@ -6,25 +6,25 @@ arangosh> query.vertices().toArray(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1496855657", + "_rev" : "4607287227", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1497183337", + "_rev" : "4607614907", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1497576553", + "_rev" : "4608008123", "name" : "Diana" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1497379945", + "_rev" : "4607811515", "name" : "Charly" } ] diff --git a/Documentation/Examples/generalGraphGetFromVertex.generated b/Documentation/Examples/generalGraphGetFromVertex.generated index 6a5d2e5ca6..7c8347ccb4 100644 --- a/Documentation/Examples/generalGraphGetFromVertex.generated +++ b/Documentation/Examples/generalGraphGetFromVertex.generated @@ -4,6 +4,6 @@ arangosh> graph._fromVertex("relation/aliceAndBob"< { "name" : "Alice", "_id" : "female/alice", - "_rev" : "1500460137", + "_rev" : "4611088315", "_key" : "alice" } diff --git a/Documentation/Examples/generalGraphGetToVertex.generated b/Documentation/Examples/generalGraphGetToVertex.generated index 3b6a059ee4..6487eff1d0 100644 --- a/Documentation/Examples/generalGraphGetToVertex.generated +++ b/Documentation/Examples/generalGraphGetToVertex.generated @@ -4,6 +4,6 @@ arangosh> graph._toVertex("relation/aliceAndBob""name" : "Bob", "_id" : "male/bob", - "_rev" : "1504457833", + "_rev" : "4615086011", "_key" : "bob" } diff --git a/Documentation/Examples/generalGraphList.generated b/Documentation/Examples/generalGraphList.generated index f71ed6eb19..068da77522 100644 --- a/Documentation/Examples/generalGraphList.generated +++ b/Documentation/Examples/generalGraphList.generated @@ -1,3 +1,5 @@ arangosh> var graph_module = require("@arangodb/general-graph"); arangosh> graph_module._list(); -[ ] +[ + "which" +] diff --git a/Documentation/Examples/generalGraphModuleConnectingEdges1.generated b/Documentation/Examples/generalGraphModuleConnectingEdges1.generated index be5bc9c14b..7cfe29f98d 100644 --- a/Documentation/Examples/generalGraphModuleConnectingEdges1.generated +++ b/Documentation/Examples/generalGraphModuleConnectingEdges1.generated @@ -3,9 +3,9 @@ arangosh> var graph = examples.loadGraph(true}, {isCapital : true}); [ { - "_id" : "internationalHighway/1651913833", - "_key" : "1651913833", - "_rev" : "1651913833", + "_id" : "internationalHighway/4763262907", + "_key" : "4763262907", + "_rev" : "4763262907", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", "distance" : 1200 diff --git a/Documentation/Examples/generalGraphModuleNeighbors1.generated b/Documentation/Examples/generalGraphModuleNeighbors1.generated index d703fd035f..76c2355f8f 100644 --- a/Documentation/Examples/generalGraphModuleNeighbors1.generated +++ b/Documentation/Examples/generalGraphModuleNeighbors1.generated @@ -5,7 +5,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1701131369", + "_rev" : "4813266875", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -16,7 +16,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1700934761", + "_rev" : "4813070267", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -27,7 +27,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1701852265", + "_rev" : "4813987771", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -38,7 +38,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1701655657", + "_rev" : "4813791163", "isCapital" : false, "population" : 80000, "loc" : [ @@ -49,7 +49,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1701655657", + "_rev" : "4813791163", "isCapital" : false, "population" : 80000, "loc" : [ @@ -60,7 +60,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1701131369", + "_rev" : "4813266875", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -71,7 +71,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1700934761", + "_rev" : "4813070267", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -82,7 +82,7 @@ arangosh> graph._neighbors({isCapital : true"_id" : "germanCity/Berlin", "_key" : "Berlin", - "_rev" : "1700738153", + "_rev" : "4812873659", "isCapital" : true, "population" : 3000000, "loc" : [ diff --git a/Documentation/Examples/generalGraphModuleNeighbors2.generated b/Documentation/Examples/generalGraphModuleNeighbors2.generated index 3cc41bcaa6..eddb67baec 100644 --- a/Documentation/Examples/generalGraphModuleNeighbors2.generated +++ b/Documentation/Examples/generalGraphModuleNeighbors2.generated @@ -5,7 +5,7 @@ arangosh> graph._neighbors('germanCity/Hamburg'"_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1707422825", + "_rev" : "4819558331", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -16,7 +16,7 @@ arangosh> graph._neighbors('germanCity/Hamburg'"_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1708143721", + "_rev" : "4820279227", "isCapital" : false, "population" : 80000, "loc" : [ @@ -27,7 +27,7 @@ arangosh> graph._neighbors('germanCity/Hamburg'"_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1708340329", + "_rev" : "4820475835", "isCapital" : true, "population" : 4000000, "loc" : [ diff --git a/Documentation/Examples/generalGraphModulePaths.generated b/Documentation/Examples/generalGraphModulePaths1.generated similarity index 93% rename from Documentation/Examples/generalGraphModulePaths.generated rename to Documentation/Examples/generalGraphModulePaths1.generated index d6f0e7f4ed..974f242e23 100644 --- a/Documentation/Examples/generalGraphModulePaths.generated +++ b/Documentation/Examples/generalGraphModulePaths1.generated @@ -8,7 +8,7 @@ arangosh> g._paths(); { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } ], @@ -16,13 +16,13 @@ arangosh> g._paths(); "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } }, @@ -31,7 +31,7 @@ arangosh> g._paths(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" } ], @@ -39,13 +39,13 @@ arangosh> g._paths(); "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" } }, @@ -54,13 +54,13 @@ arangosh> g._paths(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" } ], @@ -68,7 +68,7 @@ arangosh> g._paths(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1714304105", + "_rev" : "4826439611", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -77,13 +77,13 @@ arangosh> g._paths(); "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, "destination" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" } }, @@ -92,19 +92,19 @@ arangosh> g._paths(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } ], @@ -112,7 +112,7 @@ arangosh> g._paths(); { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1714304105", + "_rev" : "4826439611", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -120,7 +120,7 @@ arangosh> g._paths(); { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1714959465", + "_rev" : "4827094971", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -129,13 +129,13 @@ arangosh> g._paths(); "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } }, @@ -144,13 +144,13 @@ arangosh> g._paths(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" } ], @@ -158,7 +158,7 @@ arangosh> g._paths(); { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1714566249", + "_rev" : "4826701755", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -167,13 +167,13 @@ arangosh> g._paths(); "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, "destination" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" } }, @@ -182,19 +182,19 @@ arangosh> g._paths(); { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } ], @@ -202,7 +202,7 @@ arangosh> g._paths(); { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1714566249", + "_rev" : "4826701755", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -210,7 +210,7 @@ arangosh> g._paths(); { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1714762857", + "_rev" : "4826898363", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -219,13 +219,13 @@ arangosh> g._paths(); "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1713255529", + "_rev" : "4825391035", "name" : "Alice" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } }, @@ -234,7 +234,7 @@ arangosh> g._paths(); { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" } ], @@ -242,13 +242,13 @@ arangosh> g._paths(); "source" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" }, "destination" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" } }, @@ -257,13 +257,13 @@ arangosh> g._paths(); { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } ], @@ -271,7 +271,7 @@ arangosh> g._paths(); { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1714959465", + "_rev" : "4827094971", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -280,13 +280,13 @@ arangosh> g._paths(); "source" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1713583209", + "_rev" : "4825718715", "name" : "Bob" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } }, @@ -295,7 +295,7 @@ arangosh> g._paths(); { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" } ], @@ -303,13 +303,13 @@ arangosh> g._paths(); "source" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" }, "destination" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" } }, @@ -318,13 +318,13 @@ arangosh> g._paths(); { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } ], @@ -332,7 +332,7 @@ arangosh> g._paths(); { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1714762857", + "_rev" : "4826898363", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -341,13 +341,13 @@ arangosh> g._paths(); "source" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1713779817", + "_rev" : "4825915323", "name" : "Charly" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1713976425", + "_rev" : "4826111931", "name" : "Diana" } } diff --git a/Documentation/Examples/generalGraphModulePaths2.generated b/Documentation/Examples/generalGraphModulePaths2.generated index c7c3e326f1..175b7a19f0 100644 --- a/Documentation/Examples/generalGraphModulePaths2.generated +++ b/Documentation/Examples/generalGraphModulePaths2.generated @@ -8,13 +8,13 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1717384297", + "_rev" : "4829519803", "name" : "Charly" } ], @@ -22,7 +22,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1718367337", + "_rev" : "4830502843", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -31,13 +31,13 @@ arangosh> g._paths({direction : 'inbound', m "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, "destination" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1717384297", + "_rev" : "4829519803", "name" : "Charly" } }, @@ -46,19 +46,19 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1717384297", + "_rev" : "4829519803", "name" : "Charly" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } ], @@ -66,7 +66,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1718367337", + "_rev" : "4830502843", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -74,7 +74,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1718170729", + "_rev" : "4830306235", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -83,13 +83,13 @@ arangosh> g._paths({direction : 'inbound', m "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } }, @@ -98,13 +98,13 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1717187689", + "_rev" : "4829323195", "name" : "Bob" } ], @@ -112,7 +112,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1718563945", + "_rev" : "4830699451", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -121,13 +121,13 @@ arangosh> g._paths({direction : 'inbound', m "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, "destination" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1717187689", + "_rev" : "4829323195", "name" : "Bob" } }, @@ -136,19 +136,19 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1717187689", + "_rev" : "4829323195", "name" : "Bob" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } ], @@ -156,7 +156,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1718563945", + "_rev" : "4830699451", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -164,7 +164,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1717908585", + "_rev" : "4830044091", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -173,13 +173,13 @@ arangosh> g._paths({direction : 'inbound', m "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1717580905", + "_rev" : "4829716411", "name" : "Diana" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } }, @@ -188,13 +188,13 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1717187689", + "_rev" : "4829323195", "name" : "Bob" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } ], @@ -202,7 +202,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1717908585", + "_rev" : "4830044091", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -211,13 +211,13 @@ arangosh> g._paths({direction : 'inbound', m "source" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1717187689", + "_rev" : "4829323195", "name" : "Bob" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } }, @@ -226,13 +226,13 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1717384297", + "_rev" : "4829519803", "name" : "Charly" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } ], @@ -240,7 +240,7 @@ arangosh> g._paths({direction : 'inbound', m { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1718170729", + "_rev" : "4830306235", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -249,13 +249,13 @@ arangosh> g._paths({direction : 'inbound', m "source" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1717384297", + "_rev" : "4829519803", "name" : "Charly" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1716860009", + "_rev" : "4828995515", "name" : "Alice" } } diff --git a/Documentation/Examples/generalGraphModuleShortestPaths1.generated b/Documentation/Examples/generalGraphModuleShortestPaths1.generated index 81e994aefd..be24f1c34f 100644 --- a/Documentation/Examples/generalGraphModuleShortestPaths1.generated +++ b/Documentation/Examples/generalGraphModuleShortestPaths1.generated @@ -10,7 +10,7 @@ arangosh> g._shortestPath({}, {}, {weight : 'distan "frenchCity/Paris" ], "edges" : [ - "internationalHighway/1756902505" + "internationalHighway/4869038011" ], "distance" : 1 }, @@ -20,7 +20,7 @@ arangosh> g._shortestPath({}, {}, {weight : 'distan "frenchCity/Lyon" ], "edges" : [ - "internationalHighway/1756705897" + "internationalHighway/4868841403" ], "distance" : 1 }, @@ -30,7 +30,7 @@ arangosh> g._shortestPath({}, {}, {weight : 'distan "frenchCity/Paris" ], "edges" : [ - "internationalHighway/1757688937" + "internationalHighway/4869824443" ], "distance" : 1 }, @@ -40,7 +40,7 @@ arangosh> g._shortestPath({}, {}, {weight : 'distan "frenchCity/Lyon" ], "edges" : [ - "internationalHighway/1757492329" + "internationalHighway/4869627835" ], "distance" : 1 }, @@ -50,7 +50,7 @@ arangosh> g._shortestPath({}, {}, {weight : 'distan "frenchCity/Paris" ], "edges" : [ - "internationalHighway/1757099113" + "internationalHighway/4869234619" ], "distance" : 1 }, @@ -60,7 +60,7 @@ arangosh> g._shortestPath({}, {}, {weight : 'distan "frenchCity/Lyon" ], "edges" : [ - "internationalHighway/1757295721" + "internationalHighway/4869431227" ], "distance" : 1 } diff --git a/Documentation/Examples/generalGraphModuleShortestPaths2.generated b/Documentation/Examples/generalGraphModuleShortestPaths2.generated index db6ae80ae7..f1973e7c78 100644 --- a/Documentation/Examples/generalGraphModuleShortestPaths2.generated +++ b/Documentation/Examples/generalGraphModuleShortestPaths2.generated @@ -10,7 +10,7 @@ arangosh> g._shortestPath([{_id: 'germanCity/Cologn "frenchCity/Lyon" ], "edges" : [ - "internationalHighway/1763980393" + "internationalHighway/4876115899" ], "distance" : 1 } diff --git a/Documentation/Examples/generalGraphPaths.generated b/Documentation/Examples/generalGraphPaths1.generated similarity index 93% rename from Documentation/Examples/generalGraphPaths.generated rename to Documentation/Examples/generalGraphPaths1.generated index 324f6fa23c..3901a2c410 100644 --- a/Documentation/Examples/generalGraphPaths.generated +++ b/Documentation/Examples/generalGraphPaths1.generated @@ -8,7 +8,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } ], @@ -16,13 +16,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } }, @@ -31,7 +31,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" } ], @@ -39,13 +39,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" } }, @@ -54,13 +54,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" } ], @@ -68,7 +68,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1780364393", + "_rev" : "4892499899", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -77,13 +77,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, "destination" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" } }, @@ -92,19 +92,19 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } ], @@ -112,7 +112,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1780364393", + "_rev" : "4892499899", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -120,7 +120,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1781019753", + "_rev" : "4893155259", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -129,13 +129,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } }, @@ -144,13 +144,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" } ], @@ -158,7 +158,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1780626537", + "_rev" : "4892762043", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -167,13 +167,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, "destination" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" } }, @@ -182,19 +182,19 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } ], @@ -202,7 +202,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1780626537", + "_rev" : "4892762043", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -210,7 +210,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1780823145", + "_rev" : "4892958651", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -219,13 +219,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1779315817", + "_rev" : "4891451323", "name" : "Alice" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } }, @@ -234,7 +234,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" } ], @@ -242,13 +242,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" }, "destination" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" } }, @@ -257,13 +257,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } ], @@ -271,7 +271,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1781019753", + "_rev" : "4893155259", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -280,13 +280,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1779643497", + "_rev" : "4891779003", "name" : "Bob" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } }, @@ -295,7 +295,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" } ], @@ -303,13 +303,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" }, "destination" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" } }, @@ -318,13 +318,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" }, { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } ], @@ -332,7 +332,7 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1780823145", + "_rev" : "4892958651", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -341,13 +341,13 @@ arangosh> db._query("RETURN GRAPH_PATHS('social')"< "source" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1779840105", + "_rev" : "4891975611", "name" : "Charly" }, "destination" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1780036713", + "_rev" : "4892172219", "name" : "Diana" } } diff --git a/Documentation/Examples/generalGraphPaths2.generated b/Documentation/Examples/generalGraphPaths2.generated index b297697524..ee4ce3fa4e 100644 --- a/Documentation/Examples/generalGraphPaths2.generated +++ b/Documentation/Examples/generalGraphPaths2.generated @@ -10,13 +10,13 @@ arangosh> db._query( { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1783444585", + "_rev" : "4895580091", "name" : "Charly" } ], @@ -24,7 +24,7 @@ arangosh> db._query( { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1784427625", + "_rev" : "4896563131", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -33,13 +33,13 @@ arangosh> db._query( "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, "destination" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1783444585", + "_rev" : "4895580091", "name" : "Charly" } }, @@ -48,19 +48,19 @@ arangosh> db._query( { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1783444585", + "_rev" : "4895580091", "name" : "Charly" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } ], @@ -68,7 +68,7 @@ arangosh> db._query( { "_id" : "relation/charlyAndDiana", "_key" : "charlyAndDiana", - "_rev" : "1784427625", + "_rev" : "4896563131", "_from" : "male/charly", "_to" : "female/diana", "type" : "married" @@ -76,7 +76,7 @@ arangosh> db._query( { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1784231017", + "_rev" : "4896366523", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -85,13 +85,13 @@ arangosh> db._query( "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } }, @@ -100,13 +100,13 @@ arangosh> db._query( { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1783247977", + "_rev" : "4895383483", "name" : "Bob" } ], @@ -114,7 +114,7 @@ arangosh> db._query( { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1784624233", + "_rev" : "4896759739", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -123,13 +123,13 @@ arangosh> db._query( "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, "destination" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1783247977", + "_rev" : "4895383483", "name" : "Bob" } }, @@ -138,19 +138,19 @@ arangosh> db._query( { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1783247977", + "_rev" : "4895383483", "name" : "Bob" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } ], @@ -158,7 +158,7 @@ arangosh> db._query( { "_id" : "relation/bobAndDiana", "_key" : "bobAndDiana", - "_rev" : "1784624233", + "_rev" : "4896759739", "_from" : "male/bob", "_to" : "female/diana", "type" : "friend" @@ -166,7 +166,7 @@ arangosh> db._query( { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1783968873", + "_rev" : "4896104379", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -175,13 +175,13 @@ arangosh> db._query( "source" : { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1783641193", + "_rev" : "4895776699", "name" : "Diana" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } }, @@ -190,13 +190,13 @@ arangosh> db._query( { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1783247977", + "_rev" : "4895383483", "name" : "Bob" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } ], @@ -204,7 +204,7 @@ arangosh> db._query( { "_id" : "relation/aliceAndBob", "_key" : "aliceAndBob", - "_rev" : "1783968873", + "_rev" : "4896104379", "_from" : "female/alice", "_to" : "male/bob", "type" : "married" @@ -213,13 +213,13 @@ arangosh> db._query( "source" : { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1783247977", + "_rev" : "4895383483", "name" : "Bob" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } }, @@ -228,13 +228,13 @@ arangosh> db._query( { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1783444585", + "_rev" : "4895580091", "name" : "Charly" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } ], @@ -242,7 +242,7 @@ arangosh> db._query( { "_id" : "relation/aliceAndCharly", "_key" : "aliceAndCharly", - "_rev" : "1784231017", + "_rev" : "4896366523", "_from" : "female/alice", "_to" : "male/charly", "type" : "friend" @@ -251,13 +251,13 @@ arangosh> db._query( "source" : { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1783444585", + "_rev" : "4895580091", "name" : "Charly" }, "destination" : { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1782920297", + "_rev" : "4895055803", "name" : "Alice" } } diff --git a/Documentation/Examples/generalGraphRelationDefinition.generated b/Documentation/Examples/generalGraphRelationDefinitionSave.generated similarity index 100% rename from Documentation/Examples/generalGraphRelationDefinition.generated rename to Documentation/Examples/generalGraphRelationDefinitionSave.generated diff --git a/Documentation/Examples/generalGraphTraversal1.generated b/Documentation/Examples/generalGraphTraversal1.generated index 1a322f040d..d68cf8e72d 100644 --- a/Documentation/Examples/generalGraphTraversal1.generated +++ b/Documentation/Examples/generalGraphTraversal1.generated @@ -9,7 +9,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1832793193", + "_rev" : "4945387451", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -22,7 +22,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1832596585", + "_rev" : "4945190843", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -35,7 +35,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1833317481", + "_rev" : "4945911739", "isCapital" : false, "population" : 80000, "loc" : [ @@ -48,7 +48,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1833514089", + "_rev" : "4946108347", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -61,7 +61,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1833317481", + "_rev" : "4945911739", "isCapital" : false, "population" : 80000, "loc" : [ @@ -74,7 +74,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1833514089", + "_rev" : "4946108347", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -87,7 +87,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1833317481", + "_rev" : "4945911739", "isCapital" : false, "population" : 80000, "loc" : [ @@ -100,7 +100,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1833317481", + "_rev" : "4945911739", "isCapital" : false, "population" : 80000, "loc" : [ diff --git a/Documentation/Examples/generalGraphTraversal2.generated b/Documentation/Examples/generalGraphTraversal2.generated index 3f3a7e4ecd..541d3384c4 100644 --- a/Documentation/Examples/generalGraphTraversal2.generated +++ b/Documentation/Examples/generalGraphTraversal2.generated @@ -9,7 +9,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1839281257", + "_rev" : "4951875515", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -22,7 +22,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1839084649", + "_rev" : "4951678907", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -35,7 +35,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1840002153", + "_rev" : "4952596411", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -48,7 +48,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL('rout "vertex" : { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1839805545", + "_rev" : "4952399803", "isCapital" : false, "population" : 80000, "loc" : [ diff --git a/Documentation/Examples/generalGraphTraversalTree1.generated b/Documentation/Examples/generalGraphTraversalTree1.generated index d93ab9afcc..142744579b 100644 --- a/Documentation/Examples/generalGraphTraversalTree1.generated +++ b/Documentation/Examples/generalGraphTraversalTree1.generated @@ -9,7 +9,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1845769321", + "_rev" : "4958822331", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -20,7 +20,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1845572713", + "_rev" : "4958625723", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -31,7 +31,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1846293609", + "_rev" : "4959346619", "isCapital" : false, "population" : 80000, "loc" : [ @@ -42,7 +42,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1846490217", + "_rev" : "4959543227", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -53,7 +53,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1846293609", + "_rev" : "4959346619", "isCapital" : false, "population" : 80000, "loc" : [ @@ -68,7 +68,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1846490217", + "_rev" : "4959543227", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -79,7 +79,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1846293609", + "_rev" : "4959346619", "isCapital" : false, "population" : 80000, "loc" : [ @@ -92,7 +92,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1846293609", + "_rev" : "4959346619", "isCapital" : false, "population" : 80000, "loc" : [ diff --git a/Documentation/Examples/generalGraphTraversalTree2.generated b/Documentation/Examples/generalGraphTraversalTree2.generated index 64b976b415..c2813463c3 100644 --- a/Documentation/Examples/generalGraphTraversalTree2.generated +++ b/Documentation/Examples/generalGraphTraversalTree2.generated @@ -9,7 +9,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1852257385", + "_rev" : "4965310395", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -20,7 +20,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1852060777", + "_rev" : "4965113787", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -31,7 +31,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1852978281", + "_rev" : "4966031291", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -42,7 +42,7 @@ arangosh> db._query("FOR e IN GRAPH_TRAVERSAL_TREE( { "_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1852781673", + "_rev" : "4965834683", "isCapital" : false, "population" : 80000, "loc" : [ diff --git a/Documentation/Examples/generalGraphVertexCollectionRemove.generated b/Documentation/Examples/generalGraphVertexCollectionRemove.generated index 8f74aaa57a..0b78a19e48 100644 --- a/Documentation/Examples/generalGraphVertexCollectionRemove.generated +++ b/Documentation/Examples/generalGraphVertexCollectionRemove.generated @@ -3,7 +3,7 @@ arangosh> var graph = examples.loadGraph("Kermit", _key: "kermit"}); { "_id" : "male/kermit", - "_rev" : "1859794025", + "_rev" : "4972847035", "_key" : "kermit" } arangosh> db._exists("male/kermit") diff --git a/Documentation/Examples/generalGraphVertexCollectionReplace.generated b/Documentation/Examples/generalGraphVertexCollectionReplace.generated index 5b819d0019..e316f7fd59 100644 --- a/Documentation/Examples/generalGraphVertexCollectionReplace.generated +++ b/Documentation/Examples/generalGraphVertexCollectionReplace.generated @@ -3,12 +3,12 @@ arangosh> var graph = examples.loadGraph("Jon", _key: "john"}); { "_id" : "male/john", - "_rev" : "1864250473", + "_rev" : "4977303483", "_key" : "john" } arangosh> graph.male.replace("male/john", {name: "John"}); { "_id" : "male/john", - "_rev" : "1864447081", + "_rev" : "4977500091", "_key" : "john" } diff --git a/Documentation/Examples/generalGraphVertexCollectionSave.generated b/Documentation/Examples/generalGraphVertexCollectionSave.generated index 6bac59987e..1c0c44bc19 100644 --- a/Documentation/Examples/generalGraphVertexCollectionSave.generated +++ b/Documentation/Examples/generalGraphVertexCollectionSave.generated @@ -3,6 +3,6 @@ arangosh> var graph = examples.loadGraph("Floyd", _key: "floyd"}); { "_id" : "male/floyd", - "_rev" : "1868182633", + "_rev" : "4981235643", "_key" : "floyd" } diff --git a/Documentation/Examples/generalGraphVertexCollectionUpdate.generated b/Documentation/Examples/generalGraphVertexCollectionUpdate.generated index 6c2f5c95b7..02602273bb 100644 --- a/Documentation/Examples/generalGraphVertexCollectionUpdate.generated +++ b/Documentation/Examples/generalGraphVertexCollectionUpdate.generated @@ -3,12 +3,12 @@ arangosh> var graph = examples.loadGraph("Lynda", _key: "linda"}); { "_id" : "female/linda", - "_rev" : "1871918185", + "_rev" : "4984971195", "_key" : "linda" } arangosh> graph.female.update("female/linda", {name: "Linda", _key: "linda"}); { "_id" : "female/linda", - "_rev" : "1872114793", + "_rev" : "4985167803", "_key" : "linda" } diff --git a/Documentation/Examples/generalGraphVertices1.generated b/Documentation/Examples/generalGraphVertices1.generated index 961eed91dd..c7bf287060 100644 --- a/Documentation/Examples/generalGraphVertices1.generated +++ b/Documentation/Examples/generalGraphVertices1.generated @@ -6,7 +6,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "germanCity/Berlin", "_key" : "Berlin", - "_rev" : "1874408553", + "_rev" : "4987461563", "isCapital" : true, "population" : 3000000, "loc" : [ @@ -17,7 +17,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1874605161", + "_rev" : "4987658171", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -28,7 +28,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1874801769", + "_rev" : "4987854779", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -39,7 +39,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "frenchCity/Paris", "_key" : "Paris", - "_rev" : "1875522665", + "_rev" : "4988575675", "isCapital" : true, "population" : 4000000, "loc" : [ @@ -50,7 +50,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "frenchCity/Lyon", "_key" : "Lyon", - "_rev" : "1875326057", + "_rev" : "4988379067", "isCapital" : false, "population" : 80000, "loc" : [ diff --git a/Documentation/Examples/generalGraphVertices2.generated b/Documentation/Examples/generalGraphVertices2.generated index 7a628765c0..73252218de 100644 --- a/Documentation/Examples/generalGraphVertices2.generated +++ b/Documentation/Examples/generalGraphVertices2.generated @@ -7,7 +7,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "germanCity/Berlin", "_key" : "Berlin", - "_rev" : "1880896617", + "_rev" : "4993949627", "isCapital" : true, "population" : 3000000, "loc" : [ @@ -18,7 +18,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "germanCity/Cologne", "_key" : "Cologne", - "_rev" : "1881093225", + "_rev" : "4994146235", "isCapital" : false, "population" : 1000000, "loc" : [ @@ -29,7 +29,7 @@ arangosh> db._query("FOR e IN GRAPH_VERTICES(""_id" : "germanCity/Hamburg", "_key" : "Hamburg", - "_rev" : "1881289833", + "_rev" : "4994342843", "isCapital" : false, "population" : 1000000, "loc" : [ diff --git a/Documentation/Examples/generalGraphVerticesFiltered.generated b/Documentation/Examples/generalGraphVerticesFiltered.generated index 81d57ed873..7140d696c4 100644 --- a/Documentation/Examples/generalGraphVerticesFiltered.generated +++ b/Documentation/Examples/generalGraphVerticesFiltered.generated @@ -5,13 +5,13 @@ arangosh> graph._vertices([{name: "Alice"}, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1886925929", + "_rev" : "4999978939", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1887253609", + "_rev" : "5000306619", "name" : "Bob" } ] diff --git a/Documentation/Examples/generalGraphVerticesUnfiltered.generated b/Documentation/Examples/generalGraphVerticesUnfiltered.generated index b26c47acb1..4f248ebe3e 100644 --- a/Documentation/Examples/generalGraphVerticesUnfiltered.generated +++ b/Documentation/Examples/generalGraphVerticesUnfiltered.generated @@ -5,25 +5,25 @@ arangosh> graph._vertices().toArray(); { "_id" : "female/diana", "_key" : "diana", - "_rev" : "1891251305", + "_rev" : "5004304315", "name" : "Diana" }, { "_id" : "female/alice", "_key" : "alice", - "_rev" : "1890530409", + "_rev" : "5003583419", "name" : "Alice" }, { "_id" : "male/bob", "_key" : "bob", - "_rev" : "1890858089", + "_rev" : "5003911099", "name" : "Bob" }, { "_id" : "male/charly", "_key" : "charly", - "_rev" : "1891054697", + "_rev" : "5004107707", "name" : "Charly" } ] diff --git a/Documentation/Examples/general_graph__deleteEdgeDefinition.generated b/Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated similarity index 93% rename from Documentation/Examples/general_graph__deleteEdgeDefinition.generated rename to Documentation/Examples/general_graph__deleteEdgeDefinitionNoDrop.generated index a131ef8669..0b3067913b 100644 --- a/Documentation/Examples/general_graph__deleteEdgeDefinition.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 1895576681, "myEC1" (type edge, status loaded)] +[ArangoCollection 5008498619, "myEC1" (type edge, status loaded)] diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated similarity index 91% rename from Documentation/Examples/geoIndexCreateForArrayAttribute.generated rename to Documentation/Examples/geoIndexCreateForArrayAttribute1.generated index 4e3ec94de4..7254f39ca7 100644 --- a/Documentation/Examples/geoIndexCreateForArrayAttribute.generated +++ b/Documentation/Examples/geoIndexCreateForArrayAttribute1.generated @@ -1,6 +1,6 @@ arangosh> db.geo.ensureIndex({ type: "geo", fields: [ "loc" ] }); { - "id" : "geo/1911764073", + "id" : "geo/5025013691", "type" : "geo1", "fields" : [ "loc" @@ -23,9 +23,9 @@ arangosh> db.geo.count(); arangosh> db.geo.near(0, 0).limit(3).toArray(); [ { - "_id" : "geo/1981166697", - "_key" : "1981166697", - "_rev" : "1981166697", + "_id" : "geo/5094416315", + "_key" : "5094416315", + "_rev" : "5094416315", "name" : "Name/0/0", "loc" : [ 0, @@ -33,9 +33,9 @@ arangosh> db.geo.near(0, "_id" : "geo/1981363305", - "_key" : "1981363305", - "_rev" : "1981363305", + "_id" : "geo/5094612923", + "_key" : "5094612923", + "_rev" : "5094612923", "name" : "Name/0/10", "loc" : [ 0, @@ -43,9 +43,9 @@ arangosh> db.geo.near(0, "_id" : "geo/1973892201", - "_key" : "1973892201", - "_rev" : "1973892201", + "_id" : "geo/5087141819", + "_key" : "5087141819", + "_rev" : "5087141819", "name" : "Name/-10/0", "loc" : [ -10, diff --git a/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated b/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated index 609120a67f..25b11c043b 100644 --- a/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated +++ b/Documentation/Examples/geoIndexCreateForArrayAttribute2.generated @@ -1,6 +1,6 @@ arangosh> db.geo2.ensureIndex({ type: "geo", fields: [ "location.latitude", "location.longitude" ] }); { - "id" : "geo2/2051814505", + "id" : "geo2/5164605371", "type" : "geo2", "fields" : [ "location.latitude", @@ -21,9 +21,9 @@ arangosh> for (i = 0, 0).limit(3).toArray(); [ { - "_id" : "geo2/2121217129", - "_key" : "2121217129", - "_rev" : "2121217129", + "_id" : "geo2/5234007995", + "_key" : "5234007995", + "_rev" : "5234007995", "location" : { "latitude" : 0, "longitude" : 0 @@ -31,9 +31,9 @@ arangosh> db.geo2.near(0, "name" : "Name/0/0" }, { - "_id" : "geo2/2121413737", - "_key" : "2121413737", - "_rev" : "2121413737", + "_id" : "geo2/5234204603", + "_key" : "5234204603", + "_rev" : "5234204603", "location" : { "latitude" : 0, "longitude" : 10 @@ -41,9 +41,9 @@ arangosh> db.geo2.near(0, "name" : "Name/0/10" }, { - "_id" : "geo2/2113942633", - "_key" : "2113942633", - "_rev" : "2113942633", + "_id" : "geo2/5226733499", + "_key" : "5226733499", + "_rev" : "5226733499", "location" : { "latitude" : -10, "longitude" : 0 diff --git a/Documentation/Examples/geoIndexSimpleQuery.generated b/Documentation/Examples/geoIndexSimpleQuery.generated deleted file mode 100644 index 13ee6cb992..0000000000 --- a/Documentation/Examples/geoIndexSimpleQuery.generated +++ /dev/null @@ -1,188 +0,0 @@ -arangosh> for (i = -90; i <= 90; i += 10) { -........> for (j = -180; j <= 180; j += 10) { -........> db.complex.save({ name : "Name/" + i + "/" + j, -........> home : [ i, j ], -........> work : [ -i, -j ] }); -........> } -........> } -........> -arangosh> db.complex.near(0, 170).limit(5); -[ArangoError 1570: no suitable geo index found for geo restriction on 'complex'] -arangosh> db.complex.ensureIndex({ type: "geo", fields: [ "home" ] }); -{ - "id" : "complex/2329490537", - "type" : "geo1", - "fields" : [ - "home" - ], - "geoJson" : false, - "constraint" : false, - "unique" : false, - "ignoreNull" : true, - "sparse" : true, - "isNewlyCreated" : true, - "code" : 201 -} -arangosh> db.complex.near(0, 170).limit(5).toArray(); -[ - { - "_id" : "complex/2263561321", - "_key" : "2263561321", - "_rev" : "2263561321", - "name" : "Name/0/170", - "home" : [ - 0, - 170 - ], - "work" : [ - 0, - -170 - ] - }, - { - "_id" : "complex/2263757929", - "_key" : "2263757929", - "_rev" : "2263757929", - "name" : "Name/0/180", - "home" : [ - 0, - 180 - ], - "work" : [ - 0, - -180 - ] - }, - { - "_id" : "complex/2270835817", - "_key" : "2270835817", - "_rev" : "2270835817", - "name" : "Name/10/170", - "home" : [ - 10, - 170 - ], - "work" : [ - -10, - -170 - ] - }, - { - "_id" : "complex/2256286825", - "_key" : "2256286825", - "_rev" : "2256286825", - "name" : "Name/-10/170", - "home" : [ - -10, - 170 - ], - "work" : [ - 10, - -170 - ] - }, - { - "_id" : "complex/2256680041", - "_key" : "2256680041", - "_rev" : "2256680041", - "name" : "Name/0/-180", - "home" : [ - 0, - -180 - ], - "work" : [ - 0, - 180 - ] - } -] -arangosh> db.complex.geo("work").near(0, 170).limit(5); -[ArangoError 1570: no suitable geo index found for geo restriction on 'complex'] -arangosh> db.complex.ensureIndex({ type: "geo", fields: [ "work" ] }); -{ - "id" : "complex/2330014825", - "type" : "geo1", - "fields" : [ - "work" - ], - "geoJson" : false, - "constraint" : false, - "unique" : false, - "ignoreNull" : true, - "sparse" : true, - "isNewlyCreated" : true, - "code" : 201 -} -arangosh> db.complex.geo("work").near(0, 170).limit(5).toArray(); -[ - { - "_id" : "complex/2256876649", - "_key" : "2256876649", - "_rev" : "2256876649", - "name" : "Name/0/-170", - "home" : [ - 0, - -170 - ], - "work" : [ - 0, - 170 - ] - }, - { - "_id" : "complex/2256680041", - "_key" : "2256680041", - "_rev" : "2256680041", - "name" : "Name/0/-180", - "home" : [ - 0, - -180 - ], - "work" : [ - 0, - 180 - ] - }, - { - "_id" : "complex/2264151145", - "_key" : "2264151145", - "_rev" : "2264151145", - "name" : "Name/10/-170", - "home" : [ - 10, - -170 - ], - "work" : [ - -10, - 170 - ] - }, - { - "_id" : "complex/2249602153", - "_key" : "2249602153", - "_rev" : "2249602153", - "name" : "Name/-10/-170", - "home" : [ - -10, - -170 - ], - "work" : [ - 10, - 170 - ] - }, - { - "_id" : "complex/2263757929", - "_key" : "2263757929", - "_rev" : "2263757929", - "name" : "Name/0/180", - "home" : [ - 0, - 180 - ], - "work" : [ - 0, - -180 - ] - } -] diff --git a/Documentation/Examples/graph_create_cities_sample.generated b/Documentation/Examples/graph_create_cities_sample.generated index 20fe21db76..ad82b8efc0 100644 --- a/Documentation/Examples/graph_create_cities_sample.generated +++ b/Documentation/Examples/graph_create_cities_sample.generated @@ -10,7 +10,7 @@ arangosh> db.frenchCity.toArray(); 2.3508 ], "_id" : "frenchCity/Paris", - "_rev" : "2333029481", + "_rev" : "5306490811", "_key" : "Paris" }, { @@ -21,7 +21,7 @@ arangosh> db.frenchCity.toArray(); 4.84 ], "_id" : "frenchCity/Lyon", - "_rev" : "2332832873", + "_rev" : "5306294203", "_key" : "Lyon" } ] @@ -35,7 +35,7 @@ arangosh> db.germanCity.toArray(); 13.3833 ], "_id" : "germanCity/Berlin", - "_rev" : "2331915369", + "_rev" : "5305376699", "_key" : "Berlin" }, { @@ -46,7 +46,7 @@ arangosh> db.germanCity.toArray(); 6.9528 ], "_id" : "germanCity/Cologne", - "_rev" : "2332111977", + "_rev" : "5305573307", "_key" : "Cologne" }, { @@ -57,33 +57,33 @@ arangosh> db.germanCity.toArray(); 10.0014 ], "_id" : "germanCity/Hamburg", - "_rev" : "2332308585", + "_rev" : "5305769915", "_key" : "Hamburg" } ] arangosh> db.germanHighway.toArray(); [ - { - "distance" : 500, - "_id" : "germanHighway/2334143593", - "_rev" : "2334143593", - "_key" : "2334143593", - "_from" : "germanCity/Hamburg", - "_to" : "germanCity/Cologne" - }, { "distance" : 850, - "_id" : "germanHighway/2333750377", - "_rev" : "2333750377", - "_key" : "2333750377", + "_id" : "germanHighway/5307211707", + "_rev" : "5307211707", + "_key" : "5307211707", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne" }, + { + "distance" : 500, + "_id" : "germanHighway/5307604923", + "_rev" : "5307604923", + "_key" : "5307604923", + "_from" : "germanCity/Hamburg", + "_to" : "germanCity/Cologne" + }, { "distance" : 400, - "_id" : "germanHighway/2333946985", - "_rev" : "2333946985", - "_key" : "2333946985", + "_id" : "germanHighway/5307408315", + "_rev" : "5307408315", + "_key" : "5307408315", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg" } @@ -92,9 +92,9 @@ arangosh> db.frenchHighway.toArray(); [ { "distance" : 550, - "_id" : "frenchHighway/2334471273", - "_rev" : "2334471273", - "_key" : "2334471273", + "_id" : "frenchHighway/5307932603", + "_rev" : "5307932603", + "_key" : "5307932603", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon" } @@ -102,52 +102,52 @@ arangosh> db.frenchHighway.toArray(); arangosh> db.internationalHighway.toArray(); [ { - "distance" : 700, - "_id" : "internationalHighway/2335585385", - "_rev" : "2335585385", - "_key" : "2335585385", - "_from" : "germanCity/Cologne", + "distance" : 1300, + "_id" : "internationalHighway/5308850107", + "_rev" : "5308850107", + "_key" : "5308850107", + "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon" }, { "distance" : 900, - "_id" : "internationalHighway/2335192169", - "_rev" : "2335192169", - "_key" : "2335192169", + "_id" : "internationalHighway/5308653499", + "_rev" : "5308653499", + "_key" : "5308653499", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris" }, { "distance" : 1100, - "_id" : "internationalHighway/2334798953", - "_rev" : "2334798953", - "_key" : "2334798953", + "_id" : "internationalHighway/5308260283", + "_rev" : "5308260283", + "_key" : "5308260283", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon" }, - { - "distance" : 1300, - "_id" : "internationalHighway/2335388777", - "_rev" : "2335388777", - "_key" : "2335388777", - "_from" : "germanCity/Hamburg", - "_to" : "frenchCity/Lyon" - }, { "distance" : 550, - "_id" : "internationalHighway/2335781993", - "_rev" : "2335781993", - "_key" : "2335781993", + "_id" : "internationalHighway/5309243323", + "_rev" : "5309243323", + "_key" : "5309243323", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris" }, { "distance" : 1200, - "_id" : "internationalHighway/2334995561", - "_rev" : "2334995561", - "_key" : "2334995561", + "_id" : "internationalHighway/5308456891", + "_rev" : "5308456891", + "_key" : "5308456891", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris" + }, + { + "distance" : 700, + "_id" : "internationalHighway/5309046715", + "_rev" : "5309046715", + "_key" : "5309046715", + "_from" : "germanCity/Cologne", + "_to" : "frenchCity/Lyon" } ] arangosh> examples.dropGraph("routeplanner"); diff --git a/Documentation/Examples/graph_create_knows_sample.generated b/Documentation/Examples/graph_create_knows_sample.generated index b24141ffaf..af5b2c490a 100644 --- a/Documentation/Examples/graph_create_knows_sample.generated +++ b/Documentation/Examples/graph_create_knows_sample.generated @@ -5,70 +5,70 @@ arangosh> db.persons.toArray() { "name" : "Charlie", "_id" : "persons/charlie", - "_rev" : "2338534505", + "_rev" : "5311995835", "_key" : "charlie" }, { "name" : "Bob", "_id" : "persons/bob", - "_rev" : "2338272361", + "_rev" : "5311733691", "_key" : "bob" }, { "name" : "Eve", "_id" : "persons/eve", - "_rev" : "2338927721", + "_rev" : "5312389051", "_key" : "eve" }, { "name" : "Dave", "_id" : "persons/dave", - "_rev" : "2338731113", + "_rev" : "5312192443", "_key" : "dave" }, { "name" : "Alice", "_id" : "persons/alice", - "_rev" : "2338075753", + "_rev" : "5311537083", "_key" : "alice" } ] arangosh> db.knows.toArray(); [ { - "_id" : "knows/2339779689", - "_rev" : "2339779689", - "_key" : "2339779689", - "_from" : "persons/eve", - "_to" : "persons/alice" - }, - { - "_id" : "knows/2339386473", - "_rev" : "2339386473", - "_key" : "2339386473", + "_id" : "knows/5312847803", + "_rev" : "5312847803", + "_key" : "5312847803", "_from" : "persons/bob", "_to" : "persons/charlie" }, { - "_id" : "knows/2339583081", - "_rev" : "2339583081", - "_key" : "2339583081", - "_from" : "persons/bob", - "_to" : "persons/dave" + "_id" : "knows/5313241019", + "_rev" : "5313241019", + "_key" : "5313241019", + "_from" : "persons/eve", + "_to" : "persons/alice" }, { - "_id" : "knows/2339976297", - "_rev" : "2339976297", - "_key" : "2339976297", + "_id" : "knows/5313437627", + "_rev" : "5313437627", + "_key" : "5313437627", "_from" : "persons/eve", "_to" : "persons/bob" }, { - "_id" : "knows/2339189865", - "_rev" : "2339189865", - "_key" : "2339189865", + "_id" : "knows/5312651195", + "_rev" : "5312651195", + "_key" : "5312651195", "_from" : "persons/alice", "_to" : "persons/bob" + }, + { + "_id" : "knows/5313044411", + "_rev" : "5313044411", + "_key" : "5313044411", + "_from" : "persons/bob", + "_to" : "persons/dave" } ] arangosh> examples.dropGraph("knows_graph"); diff --git a/Documentation/Examples/graph_create_social_sample.generated b/Documentation/Examples/graph_create_social_sample.generated index be2e1242b1..122560da97 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() { "name" : "Diana", "_id" : "female/diana", - "_rev" : "2342597737", + "_rev" : "5316059067", "_key" : "diana" }, { "name" : "Alice", "_id" : "female/alice", - "_rev" : "2341876841", + "_rev" : "5315338171", "_key" : "alice" } ] @@ -20,13 +20,13 @@ arangosh> db.male.toArray() { "name" : "Bob", "_id" : "male/bob", - "_rev" : "2342204521", + "_rev" : "5315665851", "_key" : "bob" }, { "name" : "Charly", "_id" : "male/charly", - "_rev" : "2342401129", + "_rev" : "5315862459", "_key" : "charly" } ] @@ -35,7 +35,7 @@ arangosh> db.relation.toArray() { "type" : "friend", "_id" : "relation/bobAndDiana", - "_rev" : "2343580777", + "_rev" : "5317042107", "_key" : "bobAndDiana", "_from" : "male/bob", "_to" : "female/diana" @@ -43,7 +43,7 @@ arangosh> db.relation.toArray() { "type" : "married", "_id" : "relation/charlyAndDiana", - "_rev" : "2343384169", + "_rev" : "5316845499", "_key" : "charlyAndDiana", "_from" : "male/charly", "_to" : "female/diana" @@ -51,7 +51,7 @@ arangosh> db.relation.toArray() { "type" : "friend", "_id" : "relation/aliceAndCharly", - "_rev" : "2343187561", + "_rev" : "5316648891", "_key" : "aliceAndCharly", "_from" : "female/alice", "_to" : "male/charly" @@ -59,7 +59,7 @@ arangosh> db.relation.toArray() { "type" : "married", "_id" : "relation/aliceAndBob", - "_rev" : "2342925417", + "_rev" : "5316386747", "_key" : "aliceAndBob", "_from" : "female/alice", "_to" : "male/bob" diff --git a/Documentation/Examples/graph_create_traversal_sample.generated b/Documentation/Examples/graph_create_traversal_sample.generated index 5a012d2a62..b3d5d9db6a 100644 --- a/Documentation/Examples/graph_create_traversal_sample.generated +++ b/Documentation/Examples/graph_create_traversal_sample.generated @@ -5,89 +5,109 @@ arangosh> db.circles.toArray(); { "label" : "5", "_id" : "circles/E", - "_rev" : "2346267753", + "_rev" : "5319729083", "_key" : "E" }, { "label" : "6", "_id" : "circles/F", - "_rev" : "2346464361", + "_rev" : "5319925691", "_key" : "F" }, { "label" : "3", "_id" : "circles/C", - "_rev" : "2345874537", + "_rev" : "5319335867", "_key" : "C" }, { "label" : "11", "_id" : "circles/K", - "_rev" : "2347447401", + "_rev" : "5320908731", "_key" : "K" }, { "label" : "4", "_id" : "circles/D", - "_rev" : "2346071145", + "_rev" : "5319532475", "_key" : "D" }, { "label" : "9", "_id" : "circles/I", - "_rev" : "2347054185", + "_rev" : "5320515515", "_key" : "I" }, { "label" : "1", "_id" : "circles/A", - "_rev" : "2345481321", + "_rev" : "5318942651", "_key" : "A" }, { "label" : "2", "_id" : "circles/B", - "_rev" : "2345677929", + "_rev" : "5319139259", "_key" : "B" }, { "label" : "10", "_id" : "circles/J", - "_rev" : "2347250793", + "_rev" : "5320712123", "_key" : "J" }, { "label" : "7", "_id" : "circles/G", - "_rev" : "2346660969", + "_rev" : "5320122299", "_key" : "G" }, { "label" : "8", "_id" : "circles/H", - "_rev" : "2346857577", + "_rev" : "5320318907", "_key" : "H" } ] arangosh> db.edges.toArray(); [ + { + "theFalse" : false, + "theTruth" : true, + "label" : "left_blorg", + "_id" : "edges/5321760699", + "_rev" : "5321760699", + "_key" : "5321760699", + "_from" : "circles/C", + "_to" : "circles/D" + }, { "theFalse" : false, "theTruth" : true, "label" : "right_zup", - "_id" : "edges/2349675625", - "_rev" : "2349675625", - "_key" : "2349675625", + "_id" : "edges/5323136955", + "_rev" : "5323136955", + "_key" : "5323136955", "_from" : "circles/J", "_to" : "circles/K" }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "right_foo", + "_id" : "edges/5322350523", + "_rev" : "5322350523", + "_key" : "5322350523", + "_from" : "circles/A", + "_to" : "circles/G" + }, { "theFalse" : false, "theTruth" : true, "label" : "left_blarg", - "_id" : "edges/2348102761", - "_rev" : "2348102761", - "_key" : "2348102761", + "_id" : "edges/5321564091", + "_rev" : "5321564091", + "_key" : "5321564091", "_from" : "circles/B", "_to" : "circles/C" }, @@ -95,81 +115,61 @@ arangosh> db.edges.toArray(); "theFalse" : false, "theTruth" : true, "label" : "left_blub", - "_id" : "edges/2348495977", - "_rev" : "2348495977", - "_key" : "2348495977", + "_id" : "edges/5321957307", + "_rev" : "5321957307", + "_key" : "5321957307", "_from" : "circles/B", "_to" : "circles/E" }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "left_schubi", - "_id" : "edges/2348692585", - "_rev" : "2348692585", - "_key" : "2348692585", - "_from" : "circles/E", - "_to" : "circles/F" - }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "right_blub", - "_id" : "edges/2349282409", - "_rev" : "2349282409", - "_key" : "2349282409", - "_from" : "circles/H", - "_to" : "circles/I" - }, - { - "theFalse" : false, - "theTruth" : true, - "label" : "left_blorg", - "_id" : "edges/2348299369", - "_rev" : "2348299369", - "_key" : "2348299369", - "_from" : "circles/C", - "_to" : "circles/D" - }, { "theFalse" : false, "theTruth" : true, "label" : "left_bar", - "_id" : "edges/2347906153", - "_rev" : "2347906153", - "_key" : "2347906153", + "_id" : "edges/5321367483", + "_rev" : "5321367483", + "_key" : "5321367483", "_from" : "circles/A", "_to" : "circles/B" }, { "theFalse" : false, "theTruth" : true, - "label" : "right_foo", - "_id" : "edges/2348889193", - "_rev" : "2348889193", - "_key" : "2348889193", - "_from" : "circles/A", - "_to" : "circles/G" + "label" : "right_blob", + "_id" : "edges/5322547131", + "_rev" : "5322547131", + "_key" : "5322547131", + "_from" : "circles/G", + "_to" : "circles/H" }, { "theFalse" : false, "theTruth" : true, "label" : "right_zip", - "_id" : "edges/2349479017", - "_rev" : "2349479017", - "_key" : "2349479017", + "_id" : "edges/5322940347", + "_rev" : "5322940347", + "_key" : "5322940347", "_from" : "circles/G", "_to" : "circles/J" }, { "theFalse" : false, "theTruth" : true, - "label" : "right_blob", - "_id" : "edges/2349085801", - "_rev" : "2349085801", - "_key" : "2349085801", - "_from" : "circles/G", - "_to" : "circles/H" + "label" : "right_blub", + "_id" : "edges/5322743739", + "_rev" : "5322743739", + "_key" : "5322743739", + "_from" : "circles/H", + "_to" : "circles/I" + }, + { + "theFalse" : false, + "theTruth" : true, + "label" : "left_schubi", + "_id" : "edges/5322153915", + "_rev" : "5322153915", + "_key" : "5322153915", + "_from" : "circles/E", + "_to" : "circles/F" } ] arangosh> examples.dropGraph("traversalGraph"); diff --git a/Documentation/Examples/graph_create_world_sample.generated b/Documentation/Examples/graph_create_world_sample.generated index 216ccb7e23..ffde04b5e3 100644 --- a/Documentation/Examples/graph_create_world_sample.generated +++ b/Documentation/Examples/graph_create_world_sample.generated @@ -6,7 +6,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Andorra la Vella", "type" : "capital", "_id" : "worldVertices/capital-andorra-la-vella", - "_rev" : "2361472105", + "_rev" : "5334736827", "_key" : "capital-andorra-la-vella" }, { @@ -14,7 +14,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Bolivia", "type" : "country", "_id" : "worldVertices/country-bolivia", - "_rev" : "2356360297", + "_rev" : "5329625019", "_key" : "country-bolivia" }, { @@ -22,14 +22,14 @@ arangosh> db.worldVertices.toArray(); "name" : "Finland", "type" : "country", "_id" : "worldVertices/country-finland", - "_rev" : "2360489065", + "_rev" : "5333753787", "_key" : "country-finland" }, { "name" : "Bandar Seri Begawan", "type" : "capital", "_id" : "worldVertices/capital-bandar-seri-begawan", - "_rev" : "2361865321", + "_rev" : "5335130043", "_key" : "capital-bandar-seri-begawan" }, { @@ -37,7 +37,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Cameroon", "type" : "country", "_id" : "worldVertices/country-cameroon", - "_rev" : "2358129769", + "_rev" : "5331394491", "_key" : "country-cameroon" }, { @@ -45,28 +45,28 @@ arangosh> db.worldVertices.toArray(); "name" : "Albania", "type" : "country", "_id" : "worldVertices/country-albania", - "_rev" : "2353542249", + "_rev" : "5326806971", "_key" : "country-albania" }, { "name" : "Canberra", "type" : "capital", "_id" : "worldVertices/capital-canberra", - "_rev" : "2363831401", + "_rev" : "5337096123", "_key" : "capital-canberra" }, { "name" : "Beijing", "type" : "capital", "_id" : "worldVertices/capital-beijing", - "_rev" : "2362061929", + "_rev" : "5335326651", "_key" : "capital-beijing" }, { "name" : "Santiago", "type" : "capital", "_id" : "worldVertices/capital-santiago", - "_rev" : "2367370345", + "_rev" : "5340635067", "_key" : "capital-santiago" }, { @@ -74,28 +74,28 @@ arangosh> db.worldVertices.toArray(); "name" : "Bulgaria", "type" : "country", "_id" : "worldVertices/country-bulgaria", - "_rev" : "2357343337", + "_rev" : "5330608059", "_key" : "country-bulgaria" }, { "name" : "Tirana", "type" : "capital", "_id" : "worldVertices/capital-tirana", - "_rev" : "2368156777", + "_rev" : "5341421499", "_key" : "capital-tirana" }, { "name" : "Brasilia", "type" : "capital", "_id" : "worldVertices/capital-brasilia", - "_rev" : "2362651753", + "_rev" : "5335916475", "_key" : "capital-brasilia" }, { "name" : "Algiers", "type" : "capital", "_id" : "worldVertices/capital-algiers", - "_rev" : "2361275497", + "_rev" : "5334540219", "_key" : "capital-algiers" }, { @@ -103,7 +103,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Bosnia and Herzegovina", "type" : "country", "_id" : "worldVertices/country-bosnia-and-herzegovina", - "_rev" : "2356556905", + "_rev" : "5329821627", "_key" : "country-bosnia-and-herzegovina" }, { @@ -111,7 +111,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Bahrain", "type" : "country", "_id" : "worldVertices/country-bahrain", - "_rev" : "2355377257", + "_rev" : "5328641979", "_key" : "country-bahrain" }, { @@ -119,14 +119,14 @@ arangosh> db.worldVertices.toArray(); "name" : "Bahamas", "type" : "country", "_id" : "worldVertices/country-bahamas", - "_rev" : "2355180649", + "_rev" : "5328445371", "_key" : "country-bahamas" }, { "name" : "Bujumbura", "type" : "capital", "_id" : "worldVertices/capital-bujumbura", - "_rev" : "2363438185", + "_rev" : "5336702907", "_key" : "capital-bujumbura" }, { @@ -134,7 +134,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Bangladesh", "type" : "country", "_id" : "worldVertices/country-bangladesh", - "_rev" : "2355573865", + "_rev" : "5328838587", "_key" : "country-bangladesh" }, { @@ -142,7 +142,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Andorra", "type" : "country", "_id" : "worldVertices/country-andorra", - "_rev" : "2353935465", + "_rev" : "5327200187", "_key" : "country-andorra" }, { @@ -150,14 +150,14 @@ arangosh> db.worldVertices.toArray(); "code" : "BRN", "type" : "country", "_id" : "worldVertices/country-brunei", - "_rev" : "2357146729", + "_rev" : "5330411451", "_key" : "country-brunei" }, { "name" : "Vienna", "type" : "capital", "_id" : "worldVertices/capital-vienna", - "_rev" : "2368353385", + "_rev" : "5341618107", "_key" : "capital-vienna" }, { @@ -165,21 +165,21 @@ arangosh> db.worldVertices.toArray(); "name" : "Belgium", "type" : "country", "_id" : "worldVertices/country-belgium", - "_rev" : "2355967081", + "_rev" : "5329231803", "_key" : "country-belgium" }, { "name" : "Dhaka", "type" : "capital", "_id" : "worldVertices/capital-dhaka", - "_rev" : "2364224617", + "_rev" : "5337489339", "_key" : "capital-dhaka" }, { "name" : "Yamoussoukro", "type" : "capital", "_id" : "worldVertices/capital-yamoussoukro", - "_rev" : "2368549993", + "_rev" : "5341814715", "_key" : "capital-yamoussoukro" }, { @@ -187,7 +187,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Burundi", "type" : "country", "_id" : "worldVertices/country-burundi", - "_rev" : "2357736553", + "_rev" : "5331001275", "_key" : "country-burundi" }, { @@ -195,7 +195,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Cote d'Ivoire", "type" : "country", "_id" : "worldVertices/country-cote-d-ivoire", - "_rev" : "2359112809", + "_rev" : "5332377531", "_key" : "country-cote-d-ivoire" }, { @@ -203,14 +203,14 @@ arangosh> db.worldVertices.toArray(); "name" : "People's Republic of China", "type" : "country", "_id" : "worldVertices/country-people-s-republic-of-china", - "_rev" : "2361078889", + "_rev" : "5334343611", "_key" : "country-people-s-republic-of-china" }, { "name" : "Phnom Penh", "type" : "capital", "_id" : "worldVertices/capital-phnom-penh", - "_rev" : "2366583913", + "_rev" : "5339848635", "_key" : "capital-phnom-penh" }, { @@ -218,7 +218,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Czech Republic", "type" : "country", "_id" : "worldVertices/country-czech-republic", - "_rev" : "2359506025", + "_rev" : "5332770747", "_key" : "country-czech-republic" }, { @@ -226,7 +226,7 @@ arangosh> db.worldVertices.toArray(); "code" : "TCD", "type" : "country", "_id" : "worldVertices/country-chad", - "_rev" : "2358522985", + "_rev" : "5331787707", "_key" : "country-chad" }, { @@ -234,21 +234,21 @@ arangosh> db.worldVertices.toArray(); "code" : "AGO", "type" : "country", "_id" : "worldVertices/country-angola", - "_rev" : "2354197609", + "_rev" : "5327462331", "_key" : "country-angola" }, { "name" : "Berlin", "type" : "capital", "_id" : "worldVertices/capital-berlin", - "_rev" : "2362258537", + "_rev" : "5335523259", "_key" : "capital-berlin" }, { "name" : "Quito", "type" : "capital", "_id" : "worldVertices/capital-quito", - "_rev" : "2366977129", + "_rev" : "5340241851", "_key" : "capital-quito" }, { @@ -256,14 +256,14 @@ arangosh> db.worldVertices.toArray(); "name" : "Australia", "type" : "country", "_id" : "worldVertices/country-australia", - "_rev" : "2354787433", + "_rev" : "5328052155", "_key" : "country-australia" }, { "name" : "Ottawa", "type" : "capital", "_id" : "worldVertices/capital-ottawa", - "_rev" : "2365994089", + "_rev" : "5339258811", "_key" : "capital-ottawa" }, { @@ -271,7 +271,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Afghanistan", "type" : "country", "_id" : "worldVertices/country-afghanistan", - "_rev" : "2353345641", + "_rev" : "5326610363", "_key" : "country-afghanistan" }, { @@ -279,7 +279,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Austria", "type" : "country", "_id" : "worldVertices/country-austria", - "_rev" : "2354984041", + "_rev" : "5328248763", "_key" : "country-austria" }, { @@ -287,35 +287,35 @@ arangosh> db.worldVertices.toArray(); "name" : "Botswana", "type" : "country", "_id" : "worldVertices/country-botswana", - "_rev" : "2356753513", + "_rev" : "5330018235", "_key" : "country-botswana" }, { "name" : "Helsinki", "type" : "capital", "_id" : "worldVertices/capital-helsinki", - "_rev" : "2364617833", + "_rev" : "5337882555", "_key" : "capital-helsinki" }, { "name" : "World", "type" : "root", "_id" : "worldVertices/world", - "_rev" : "2351707241", + "_rev" : "5324971963", "_key" : "world" }, { "name" : "Nassau", "type" : "capital", "_id" : "worldVertices/capital-nassau", - "_rev" : "2365600873", + "_rev" : "5338865595", "_key" : "capital-nassau" }, { "name" : "Manama", "type" : "capital", "_id" : "worldVertices/capital-manama", - "_rev" : "2365404265", + "_rev" : "5338668987", "_key" : "capital-manama" }, { @@ -323,28 +323,28 @@ arangosh> db.worldVertices.toArray(); "code" : "EGY", "type" : "country", "_id" : "worldVertices/country-egypt", - "_rev" : "2360095849", + "_rev" : "5333360571", "_key" : "country-egypt" }, { "name" : "Europe", "type" : "continent", "_id" : "worldVertices/continent-europe", - "_rev" : "2352624745", + "_rev" : "5325889467", "_key" : "continent-europe" }, { "name" : "North America", "type" : "continent", "_id" : "worldVertices/continent-north-america", - "_rev" : "2352821353", + "_rev" : "5326086075", "_key" : "continent-north-america" }, { "name" : "Africa", "type" : "continent", "_id" : "worldVertices/continent-africa", - "_rev" : "2351969385", + "_rev" : "5325234107", "_key" : "continent-africa" }, { @@ -352,28 +352,28 @@ arangosh> db.worldVertices.toArray(); "name" : "Burkina Faso", "type" : "country", "_id" : "worldVertices/country-burkina-faso", - "_rev" : "2357539945", + "_rev" : "5330804667", "_key" : "country-burkina-faso" }, { "name" : "Bogota", "type" : "capital", "_id" : "worldVertices/capital-bogota", - "_rev" : "2362455145", + "_rev" : "5335719867", "_key" : "capital-bogota" }, { "name" : "Ouagadougou", "type" : "capital", "_id" : "worldVertices/capital-ouagadougou", - "_rev" : "2366190697", + "_rev" : "5339455419", "_key" : "capital-ouagadougou" }, { "name" : "Australia", "type" : "continent", "_id" : "worldVertices/continent-australia", - "_rev" : "2352428137", + "_rev" : "5325692859", "_key" : "continent-australia" }, { @@ -381,21 +381,21 @@ arangosh> db.worldVertices.toArray(); "code" : "BTN", "type" : "country", "_id" : "worldVertices/country-bhutan", - "_rev" : "2356163689", + "_rev" : "5329428411", "_key" : "country-bhutan" }, { "name" : "Sofia", "type" : "capital", "_id" : "worldVertices/capital-sofia", - "_rev" : "2367763561", + "_rev" : "5341028283", "_key" : "capital-sofia" }, { "name" : "Asia", "type" : "continent", "_id" : "worldVertices/continent-asia", - "_rev" : "2352165993", + "_rev" : "5325430715", "_key" : "continent-asia" }, { @@ -403,7 +403,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Argentina", "type" : "country", "_id" : "worldVertices/country-argentina", - "_rev" : "2354590825", + "_rev" : "5327855547", "_key" : "country-argentina" }, { @@ -411,28 +411,28 @@ arangosh> db.worldVertices.toArray(); "name" : "Antigua and Barbuda", "type" : "country", "_id" : "worldVertices/country-antigua-and-barbuda", - "_rev" : "2354394217", + "_rev" : "5327658939", "_key" : "country-antigua-and-barbuda" }, { "name" : "Sarajevo", "type" : "capital", "_id" : "worldVertices/capital-sarajevo", - "_rev" : "2367566953", + "_rev" : "5340831675", "_key" : "capital-sarajevo" }, { "name" : "Asmara", "type" : "capital", "_id" : "worldVertices/capital-asmara", - "_rev" : "2361668713", + "_rev" : "5334933435", "_key" : "capital-asmara" }, { "name" : "Kabul", "type" : "capital", "_id" : "worldVertices/capital-kabul", - "_rev" : "2364814441", + "_rev" : "5338079163", "_key" : "capital-kabul" }, { @@ -440,7 +440,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Germany", "type" : "country", "_id" : "worldVertices/country-germany", - "_rev" : "2360882281", + "_rev" : "5334147003", "_key" : "country-germany" }, { @@ -448,28 +448,28 @@ arangosh> db.worldVertices.toArray(); "code" : "CHL", "type" : "country", "_id" : "worldVertices/country-chile", - "_rev" : "2358719593", + "_rev" : "5331984315", "_key" : "country-chile" }, { "name" : "Paris", "type" : "capital", "_id" : "worldVertices/capital-paris", - "_rev" : "2366387305", + "_rev" : "5339652027", "_key" : "capital-paris" }, { "name" : "Luanda", "type" : "capital", "_id" : "worldVertices/capital-luanda", - "_rev" : "2365207657", + "_rev" : "5338472379", "_key" : "capital-luanda" }, { "name" : "Yaounde", "type" : "capital", "_id" : "worldVertices/capital-yaounde", - "_rev" : "2368746601", + "_rev" : "5342011323", "_key" : "capital-yaounde" }, { @@ -477,21 +477,21 @@ arangosh> db.worldVertices.toArray(); "name" : "Croatia", "type" : "country", "_id" : "worldVertices/country-croatia", - "_rev" : "2359309417", + "_rev" : "5332574139", "_key" : "country-croatia" }, { "name" : "Zagreb", "type" : "capital", "_id" : "worldVertices/capital-zagreb", - "_rev" : "2368943209", + "_rev" : "5342207931", "_key" : "capital-zagreb" }, { "name" : "Cairo", "type" : "capital", "_id" : "worldVertices/capital-cairo", - "_rev" : "2363634793", + "_rev" : "5336899515", "_key" : "capital-cairo" }, { @@ -499,21 +499,21 @@ arangosh> db.worldVertices.toArray(); "name" : "Denmark", "type" : "country", "_id" : "worldVertices/country-denmark", - "_rev" : "2359702633", + "_rev" : "5332967355", "_key" : "country-denmark" }, { "name" : "Copenhagen", "type" : "capital", "_id" : "worldVertices/capital-copenhagen", - "_rev" : "2364028009", + "_rev" : "5337292731", "_key" : "capital-copenhagen" }, { "name" : "Prague", "type" : "capital", "_id" : "worldVertices/capital-prague", - "_rev" : "2366780521", + "_rev" : "5340045243", "_key" : "capital-prague" }, { @@ -521,7 +521,7 @@ arangosh> db.worldVertices.toArray(); "code" : "CAN", "type" : "country", "_id" : "worldVertices/country-canada", - "_rev" : "2358326377", + "_rev" : "5331591099", "_key" : "country-canada" }, { @@ -529,7 +529,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Eritrea", "type" : "country", "_id" : "worldVertices/country-eritrea", - "_rev" : "2360292457", + "_rev" : "5333557179", "_key" : "country-eritrea" }, { @@ -537,7 +537,7 @@ arangosh> db.worldVertices.toArray(); "name" : "Cambodia", "type" : "country", "_id" : "worldVertices/country-cambodia", - "_rev" : "2357933161", + "_rev" : "5331197883", "_key" : "country-cambodia" }, { @@ -545,7 +545,7 @@ arangosh> db.worldVertices.toArray(); "code" : "BRA", "type" : "country", "_id" : "worldVertices/country-brazil", - "_rev" : "2356950121", + "_rev" : "5330214843", "_key" : "country-brazil" }, { @@ -553,14 +553,14 @@ arangosh> db.worldVertices.toArray(); "name" : "Barbados", "type" : "country", "_id" : "worldVertices/country-barbados", - "_rev" : "2355770473", + "_rev" : "5329035195", "_key" : "country-barbados" }, { "name" : "South America", "type" : "continent", "_id" : "worldVertices/continent-south-america", - "_rev" : "2353017961", + "_rev" : "5326282683", "_key" : "continent-south-america" }, { @@ -568,14 +568,14 @@ arangosh> db.worldVertices.toArray(); "name" : "Colombia", "type" : "country", "_id" : "worldVertices/country-colombia", - "_rev" : "2358916201", + "_rev" : "5332180923", "_key" : "country-colombia" }, { "name" : "N'Djamena", "type" : "capital", "_id" : "worldVertices/capital-n-djamena", - "_rev" : "2365797481", + "_rev" : "5339062203", "_key" : "capital-n-djamena" }, { @@ -583,49 +583,49 @@ arangosh> db.worldVertices.toArray(); "name" : "Algeria", "type" : "country", "_id" : "worldVertices/country-algeria", - "_rev" : "2353738857", + "_rev" : "5327003579", "_key" : "country-algeria" }, { "name" : "Brussels", "type" : "capital", "_id" : "worldVertices/capital-brussels", - "_rev" : "2363044969", + "_rev" : "5336309691", "_key" : "capital-brussels" }, { "name" : "La Paz", "type" : "capital", "_id" : "worldVertices/capital-la-paz", - "_rev" : "2365011049", + "_rev" : "5338275771", "_key" : "capital-la-paz" }, { "name" : "Buenos Aires", "type" : "capital", "_id" : "worldVertices/capital-buenos-aires", - "_rev" : "2363241577", + "_rev" : "5336506299", "_key" : "capital-buenos-aires" }, { "name" : "Thimphu", "type" : "capital", "_id" : "worldVertices/capital-thimphu", - "_rev" : "2367960169", + "_rev" : "5341224891", "_key" : "capital-thimphu" }, { "name" : "Bridgetown", "type" : "capital", "_id" : "worldVertices/capital-bridgetown", - "_rev" : "2362848361", + "_rev" : "5336113083", "_key" : "capital-bridgetown" }, { "name" : "Saint John's", "type" : "capital", "_id" : "worldVertices/capital-saint-john-s", - "_rev" : "2367173737", + "_rev" : "5340438459", "_key" : "capital-saint-john-s" }, { @@ -633,7 +633,7 @@ arangosh> db.worldVertices.toArray(); "code" : "FRA", "type" : "country", "_id" : "worldVertices/country-france", - "_rev" : "2360685673", + "_rev" : "5333950395", "_key" : "country-france" }, { @@ -641,14 +641,14 @@ arangosh> db.worldVertices.toArray(); "name" : "Ecuador", "type" : "country", "_id" : "worldVertices/country-ecuador", - "_rev" : "2359899241", + "_rev" : "5333163963", "_key" : "country-ecuador" }, { "name" : "Gaborone", "type" : "capital", "_id" : "worldVertices/capital-gaborone", - "_rev" : "2364421225", + "_rev" : "5337685947", "_key" : "capital-gaborone" } ] @@ -656,691 +656,691 @@ arangosh> db.worldEdges.toArray(); [ { "type" : "is-in", - "_id" : "worldEdges/2372416617", - "_rev" : "2372416617", - "_key" : "2372416617", - "_from" : "worldVertices/country-bahrain", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2385589353", - "_rev" : "2385589353", - "_key" : "2385589353", - "_from" : "worldVertices/capital-yamoussoukro", - "_to" : "worldVertices/country-cote-d-ivoire" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2384016489", - "_rev" : "2384016489", - "_key" : "2384016489", - "_from" : "worldVertices/capital-quito", - "_to" : "worldVertices/country-ecuador" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2381067369", - "_rev" : "2381067369", - "_key" : "2381067369", - "_from" : "worldVertices/capital-copenhagen", - "_to" : "worldVertices/country-denmark" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2381657193", - "_rev" : "2381657193", - "_key" : "2381657193", - "_from" : "worldVertices/capital-helsinki", - "_to" : "worldVertices/country-finland" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2384213097", - "_rev" : "2384213097", - "_key" : "2384213097", - "_from" : "worldVertices/capital-saint-john-s", - "_to" : "worldVertices/country-antigua-and-barbuda" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2383623273", - "_rev" : "2383623273", - "_key" : "2383623273", - "_from" : "worldVertices/capital-phnom-penh", - "_to" : "worldVertices/country-cambodia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2379297897", - "_rev" : "2379297897", - "_key" : "2379297897", - "_from" : "worldVertices/capital-berlin", - "_to" : "worldVertices/country-germany" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2370647145", - "_rev" : "2370647145", - "_key" : "2370647145", - "_from" : "worldVertices/country-albania", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2383426665", - "_rev" : "2383426665", - "_key" : "2383426665", - "_from" : "worldVertices/capital-paris", - "_to" : "worldVertices/country-france" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2371630185", - "_rev" : "2371630185", - "_key" : "2371630185", - "_from" : "worldVertices/country-argentina", - "_to" : "worldVertices/continent-south-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2376545385", - "_rev" : "2376545385", - "_key" : "2376545385", - "_from" : "worldVertices/country-czech-republic", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2376152169", - "_rev" : "2376152169", - "_key" : "2376152169", - "_from" : "worldVertices/country-cote-d-ivoire", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2385392745", - "_rev" : "2385392745", - "_key" : "2385392745", - "_from" : "worldVertices/capital-vienna", - "_to" : "worldVertices/country-austria" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2375758953", - "_rev" : "2375758953", - "_key" : "2375758953", - "_from" : "worldVertices/country-chile", - "_to" : "worldVertices/continent-south-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2384409705", - "_rev" : "2384409705", - "_key" : "2384409705", - "_from" : "worldVertices/capital-santiago", - "_to" : "worldVertices/country-chile" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2385785961", - "_rev" : "2385785961", - "_key" : "2385785961", - "_from" : "worldVertices/capital-yaounde", - "_to" : "worldVertices/country-cameroon" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2375365737", - "_rev" : "2375365737", - "_key" : "2375365737", - "_from" : "worldVertices/country-canada", - "_to" : "worldVertices/continent-north-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2382247017", - "_rev" : "2382247017", - "_key" : "2382247017", - "_from" : "worldVertices/capital-luanda", - "_to" : "worldVertices/country-angola" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2374186089", - "_rev" : "2374186089", - "_key" : "2374186089", - "_from" : "worldVertices/country-brunei", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2379691113", - "_rev" : "2379691113", - "_key" : "2379691113", - "_from" : "worldVertices/capital-brasilia", - "_to" : "worldVertices/country-brazil" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2377528425", - "_rev" : "2377528425", - "_key" : "2377528425", - "_from" : "worldVertices/country-finland", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2376741993", - "_rev" : "2376741993", - "_key" : "2376741993", - "_from" : "worldVertices/country-denmark", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2383819881", - "_rev" : "2383819881", - "_key" : "2383819881", - "_from" : "worldVertices/capital-prague", - "_to" : "worldVertices/country-czech-republic" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2380674153", - "_rev" : "2380674153", - "_key" : "2380674153", - "_from" : "worldVertices/capital-cairo", - "_to" : "worldVertices/country-egypt" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2381853801", - "_rev" : "2381853801", - "_key" : "2381853801", - "_from" : "worldVertices/capital-kabul", - "_to" : "worldVertices/country-afghanistan" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2374579305", - "_rev" : "2374579305", - "_key" : "2374579305", - "_from" : "worldVertices/country-burkina-faso", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2384802921", - "_rev" : "2384802921", - "_key" : "2384802921", - "_from" : "worldVertices/capital-sofia", - "_to" : "worldVertices/country-bulgaria" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2371040361", - "_rev" : "2371040361", - "_key" : "2371040361", - "_from" : "worldVertices/country-andorra", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2374382697", - "_rev" : "2374382697", - "_key" : "2374382697", - "_from" : "worldVertices/country-bulgaria", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2370843753", - "_rev" : "2370843753", - "_key" : "2370843753", - "_from" : "worldVertices/country-algeria", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2370450537", - "_rev" : "2370450537", - "_key" : "2370450537", - "_from" : "worldVertices/country-afghanistan", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2373989481", - "_rev" : "2373989481", - "_key" : "2373989481", - "_from" : "worldVertices/country-brazil", - "_to" : "worldVertices/continent-south-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2381263977", - "_rev" : "2381263977", - "_key" : "2381263977", - "_from" : "worldVertices/capital-dhaka", - "_to" : "worldVertices/country-bangladesh" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2375955561", - "_rev" : "2375955561", - "_key" : "2375955561", - "_from" : "worldVertices/country-colombia", - "_to" : "worldVertices/continent-south-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2369270889", - "_rev" : "2369270889", - "_key" : "2369270889", - "_from" : "worldVertices/continent-africa", - "_to" : "worldVertices/world" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2372220009", - "_rev" : "2372220009", - "_key" : "2372220009", - "_from" : "worldVertices/country-bahamas", - "_to" : "worldVertices/continent-north-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2385196137", - "_rev" : "2385196137", - "_key" : "2385196137", - "_from" : "worldVertices/capital-tirana", - "_to" : "worldVertices/country-albania" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2382050409", - "_rev" : "2382050409", - "_key" : "2382050409", - "_from" : "worldVertices/capital-la-paz", - "_to" : "worldVertices/country-bolivia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2382836841", - "_rev" : "2382836841", - "_key" : "2382836841", - "_from" : "worldVertices/capital-n-djamena", - "_to" : "worldVertices/country-chad" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2369860713", - "_rev" : "2369860713", - "_key" : "2369860713", - "_from" : "worldVertices/continent-europe", - "_to" : "worldVertices/world" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2372809833", - "_rev" : "2372809833", - "_key" : "2372809833", - "_from" : "worldVertices/country-barbados", - "_to" : "worldVertices/continent-north-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2383230057", - "_rev" : "2383230057", - "_key" : "2383230057", - "_from" : "worldVertices/capital-ouagadougou", - "_to" : "worldVertices/country-burkina-faso" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2380477545", - "_rev" : "2380477545", - "_key" : "2380477545", - "_from" : "worldVertices/capital-bujumbura", - "_to" : "worldVertices/country-burundi" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2373792873", - "_rev" : "2373792873", - "_key" : "2373792873", - "_from" : "worldVertices/country-botswana", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2382443625", - "_rev" : "2382443625", - "_key" : "2382443625", - "_from" : "worldVertices/capital-manama", - "_to" : "worldVertices/country-bahrain" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2378708073", - "_rev" : "2378708073", - "_key" : "2378708073", - "_from" : "worldVertices/capital-asmara", - "_to" : "worldVertices/country-eritrea" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2385982569", - "_rev" : "2385982569", - "_key" : "2385982569", - "_from" : "worldVertices/capital-zagreb", - "_to" : "worldVertices/country-croatia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2377135209", - "_rev" : "2377135209", - "_key" : "2377135209", - "_from" : "worldVertices/country-egypt", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2379887721", - "_rev" : "2379887721", - "_key" : "2379887721", - "_from" : "worldVertices/capital-bridgetown", - "_to" : "worldVertices/country-barbados" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2372023401", - "_rev" : "2372023401", - "_key" : "2372023401", - "_from" : "worldVertices/country-austria", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2380280937", - "_rev" : "2380280937", - "_key" : "2380280937", - "_from" : "worldVertices/capital-buenos-aires", - "_to" : "worldVertices/country-argentina" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2371433577", - "_rev" : "2371433577", - "_key" : "2371433577", + "_id" : "worldEdges/5344698299", + "_rev" : "5344698299", + "_key" : "5344698299", "_from" : "worldVertices/country-antigua-and-barbuda", "_to" : "worldVertices/continent-north-america" }, { "type" : "is-in", - "_id" : "worldEdges/2379494505", - "_rev" : "2379494505", - "_key" : "2379494505", - "_from" : "worldVertices/capital-bogota", - "_to" : "worldVertices/country-colombia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2374775913", - "_rev" : "2374775913", - "_key" : "2374775913", - "_from" : "worldVertices/country-burundi", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2375562345", - "_rev" : "2375562345", - "_key" : "2375562345", - "_from" : "worldVertices/country-chad", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2374972521", - "_rev" : "2374972521", - "_key" : "2374972521", - "_from" : "worldVertices/country-cambodia", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2378904681", - "_rev" : "2378904681", - "_key" : "2378904681", - "_from" : "worldVertices/capital-bandar-seri-begawan", - "_to" : "worldVertices/country-brunei" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2371236969", - "_rev" : "2371236969", - "_key" : "2371236969", - "_from" : "worldVertices/country-angola", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2373006441", - "_rev" : "2373006441", - "_key" : "2373006441", - "_from" : "worldVertices/country-belgium", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2370057321", - "_rev" : "2370057321", - "_key" : "2370057321", - "_from" : "worldVertices/continent-north-america", - "_to" : "worldVertices/world" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2370253929", - "_rev" : "2370253929", - "_key" : "2370253929", - "_from" : "worldVertices/continent-south-america", - "_to" : "worldVertices/world" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2378314857", - "_rev" : "2378314857", - "_key" : "2378314857", - "_from" : "worldVertices/capital-algiers", - "_to" : "worldVertices/country-algeria" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2378118249", - "_rev" : "2378118249", - "_key" : "2378118249", - "_from" : "worldVertices/country-people-s-republic-of-china", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2380084329", - "_rev" : "2380084329", - "_key" : "2380084329", - "_from" : "worldVertices/capital-brussels", - "_to" : "worldVertices/country-belgium" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2375169129", - "_rev" : "2375169129", - "_key" : "2375169129", - "_from" : "worldVertices/country-cameroon", - "_to" : "worldVertices/continent-africa" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2373203049", - "_rev" : "2373203049", - "_key" : "2373203049", - "_from" : "worldVertices/country-bhutan", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2376938601", - "_rev" : "2376938601", - "_key" : "2376938601", - "_from" : "worldVertices/country-ecuador", - "_to" : "worldVertices/continent-south-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2377725033", - "_rev" : "2377725033", - "_key" : "2377725033", - "_from" : "worldVertices/country-france", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2369467497", - "_rev" : "2369467497", - "_key" : "2369467497", - "_from" : "worldVertices/continent-asia", - "_to" : "worldVertices/world" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2382640233", - "_rev" : "2382640233", - "_key" : "2382640233", - "_from" : "worldVertices/capital-nassau", - "_to" : "worldVertices/country-bahamas" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2383033449", - "_rev" : "2383033449", - "_key" : "2383033449", - "_from" : "worldVertices/capital-ottawa", - "_to" : "worldVertices/country-canada" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2372613225", - "_rev" : "2372613225", - "_key" : "2372613225", - "_from" : "worldVertices/country-bangladesh", - "_to" : "worldVertices/continent-asia" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2381460585", - "_rev" : "2381460585", - "_key" : "2381460585", - "_from" : "worldVertices/capital-gaborone", - "_to" : "worldVertices/country-botswana" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2373596265", - "_rev" : "2373596265", - "_key" : "2373596265", - "_from" : "worldVertices/country-bosnia-and-herzegovina", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2384999529", - "_rev" : "2384999529", - "_key" : "2384999529", - "_from" : "worldVertices/capital-thimphu", - "_to" : "worldVertices/country-bhutan" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2377921641", - "_rev" : "2377921641", - "_key" : "2377921641", - "_from" : "worldVertices/country-germany", - "_to" : "worldVertices/continent-europe" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2378511465", - "_rev" : "2378511465", - "_key" : "2378511465", - "_from" : "worldVertices/capital-andorra-la-vella", - "_to" : "worldVertices/country-andorra" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2373399657", - "_rev" : "2373399657", - "_key" : "2373399657", - "_from" : "worldVertices/country-bolivia", - "_to" : "worldVertices/continent-south-america" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2379101289", - "_rev" : "2379101289", - "_key" : "2379101289", - "_from" : "worldVertices/capital-beijing", - "_to" : "worldVertices/country-people-s-republic-of-china" - }, - { - "type" : "is-in", - "_id" : "worldEdges/2380870761", - "_rev" : "2380870761", - "_key" : "2380870761", + "_id" : "worldEdges/5354135483", + "_rev" : "5354135483", + "_key" : "5354135483", "_from" : "worldVertices/capital-canberra", "_to" : "worldVertices/country-australia" }, { "type" : "is-in", - "_id" : "worldEdges/2377331817", - "_rev" : "2377331817", - "_key" : "2377331817", - "_from" : "worldVertices/country-eritrea", - "_to" : "worldVertices/continent-africa" + "_id" : "worldEdges/5353152443", + "_rev" : "5353152443", + "_key" : "5353152443", + "_from" : "worldVertices/capital-bridgetown", + "_to" : "worldVertices/country-barbados" }, { "type" : "is-in", - "_id" : "worldEdges/2376348777", - "_rev" : "2376348777", - "_key" : "2376348777", - "_from" : "worldVertices/country-croatia", + "_id" : "worldEdges/5344894907", + "_rev" : "5344894907", + "_key" : "5344894907", + "_from" : "worldVertices/country-argentina", + "_to" : "worldVertices/continent-south-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5343911867", + "_rev" : "5343911867", + "_key" : "5343911867", + "_from" : "worldVertices/country-albania", "_to" : "worldVertices/continent-europe" }, { "type" : "is-in", - "_id" : "worldEdges/2371826793", - "_rev" : "2371826793", - "_key" : "2371826793", - "_from" : "worldVertices/country-australia", - "_to" : "worldVertices/continent-australia" + "_id" : "worldEdges/5356298171", + "_rev" : "5356298171", + "_key" : "5356298171", + "_from" : "worldVertices/capital-ottawa", + "_to" : "worldVertices/country-canada" }, { "type" : "is-in", - "_id" : "worldEdges/2384606313", - "_rev" : "2384606313", - "_key" : "2384606313", + "_id" : "worldEdges/5345681339", + "_rev" : "5345681339", + "_key" : "5345681339", + "_from" : "worldVertices/country-bahrain", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5358264251", + "_rev" : "5358264251", + "_key" : "5358264251", + "_from" : "worldVertices/capital-thimphu", + "_to" : "worldVertices/country-bhutan" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5356887995", + "_rev" : "5356887995", + "_key" : "5356887995", + "_from" : "worldVertices/capital-phnom-penh", + "_to" : "worldVertices/country-cambodia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5356494779", + "_rev" : "5356494779", + "_key" : "5356494779", + "_from" : "worldVertices/capital-ouagadougou", + "_to" : "worldVertices/country-burkina-faso" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5352955835", + "_rev" : "5352955835", + "_key" : "5352955835", + "_from" : "worldVertices/capital-brasilia", + "_to" : "worldVertices/country-brazil" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5353938875", + "_rev" : "5353938875", + "_key" : "5353938875", + "_from" : "worldVertices/capital-cairo", + "_to" : "worldVertices/country-egypt" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5358657467", + "_rev" : "5358657467", + "_key" : "5358657467", + "_from" : "worldVertices/capital-vienna", + "_to" : "worldVertices/country-austria" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5350006715", + "_rev" : "5350006715", + "_key" : "5350006715", + "_from" : "worldVertices/country-denmark", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5355511739", + "_rev" : "5355511739", + "_key" : "5355511739", + "_from" : "worldVertices/capital-luanda", + "_to" : "worldVertices/country-angola" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5350793147", + "_rev" : "5350793147", + "_key" : "5350793147", + "_from" : "worldVertices/country-finland", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5357674427", + "_rev" : "5357674427", + "_key" : "5357674427", + "_from" : "worldVertices/capital-santiago", + "_to" : "worldVertices/country-chile" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5348433851", + "_rev" : "5348433851", + "_key" : "5348433851", + "_from" : "worldVertices/country-cameroon", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5353349051", + "_rev" : "5353349051", + "_key" : "5353349051", + "_from" : "worldVertices/capital-brussels", + "_to" : "worldVertices/country-belgium" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5353742267", + "_rev" : "5353742267", + "_key" : "5353742267", + "_from" : "worldVertices/capital-bujumbura", + "_to" : "worldVertices/country-burundi" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5351579579", + "_rev" : "5351579579", + "_key" : "5351579579", + "_from" : "worldVertices/capital-algiers", + "_to" : "worldVertices/country-algeria" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5349416891", + "_rev" : "5349416891", + "_key" : "5349416891", + "_from" : "worldVertices/country-cote-d-ivoire", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5357477819", + "_rev" : "5357477819", + "_key" : "5357477819", + "_from" : "worldVertices/capital-saint-john-s", + "_to" : "worldVertices/country-antigua-and-barbuda" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5352169403", + "_rev" : "5352169403", + "_key" : "5352169403", + "_from" : "worldVertices/capital-bandar-seri-begawan", + "_to" : "worldVertices/country-brunei" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5351382971", + "_rev" : "5351382971", + "_key" : "5351382971", + "_from" : "worldVertices/country-people-s-republic-of-china", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5349220283", + "_rev" : "5349220283", + "_key" : "5349220283", + "_from" : "worldVertices/country-colombia", + "_to" : "worldVertices/continent-south-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5351186363", + "_rev" : "5351186363", + "_key" : "5351186363", + "_from" : "worldVertices/country-germany", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5351972795", + "_rev" : "5351972795", + "_key" : "5351972795", + "_from" : "worldVertices/capital-asmara", + "_to" : "worldVertices/country-eritrea" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5347254203", + "_rev" : "5347254203", + "_key" : "5347254203", + "_from" : "worldVertices/country-brazil", + "_to" : "worldVertices/continent-south-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5357281211", + "_rev" : "5357281211", + "_key" : "5357281211", + "_from" : "worldVertices/capital-quito", + "_to" : "worldVertices/country-ecuador" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5344305083", + "_rev" : "5344305083", + "_key" : "5344305083", + "_from" : "worldVertices/country-andorra", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5354332091", + "_rev" : "5354332091", + "_key" : "5354332091", + "_from" : "worldVertices/capital-copenhagen", + "_to" : "worldVertices/country-denmark" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5346664379", + "_rev" : "5346664379", + "_key" : "5346664379", + "_from" : "worldVertices/country-bolivia", + "_to" : "worldVertices/continent-south-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5346860987", + "_rev" : "5346860987", + "_key" : "5346860987", + "_from" : "worldVertices/country-bosnia-and-herzegovina", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5347647419", + "_rev" : "5347647419", + "_key" : "5347647419", + "_from" : "worldVertices/country-bulgaria", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5347844027", + "_rev" : "5347844027", + "_key" : "5347844027", + "_from" : "worldVertices/country-burkina-faso", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5354921915", + "_rev" : "5354921915", + "_key" : "5354921915", + "_from" : "worldVertices/capital-helsinki", + "_to" : "worldVertices/country-finland" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5352366011", + "_rev" : "5352366011", + "_key" : "5352366011", + "_from" : "worldVertices/capital-beijing", + "_to" : "worldVertices/country-people-s-republic-of-china" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5342732219", + "_rev" : "5342732219", + "_key" : "5342732219", + "_from" : "worldVertices/continent-asia", + "_to" : "worldVertices/world" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5349810107", + "_rev" : "5349810107", + "_key" : "5349810107", + "_from" : "worldVertices/country-czech-republic", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5342928827", + "_rev" : "5342928827", + "_key" : "5342928827", + "_from" : "worldVertices/continent-australia", + "_to" : "worldVertices/world" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5355904955", + "_rev" : "5355904955", + "_key" : "5355904955", + "_from" : "worldVertices/capital-nassau", + "_to" : "worldVertices/country-bahamas" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5346467771", + "_rev" : "5346467771", + "_key" : "5346467771", + "_from" : "worldVertices/country-bhutan", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5350989755", + "_rev" : "5350989755", + "_key" : "5350989755", + "_from" : "worldVertices/country-france", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5354528699", + "_rev" : "5354528699", + "_key" : "5354528699", + "_from" : "worldVertices/capital-dhaka", + "_to" : "worldVertices/country-bangladesh" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5348040635", + "_rev" : "5348040635", + "_key" : "5348040635", + "_from" : "worldVertices/country-burundi", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5350203323", + "_rev" : "5350203323", + "_key" : "5350203323", + "_from" : "worldVertices/country-ecuador", + "_to" : "worldVertices/continent-south-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5344108475", + "_rev" : "5344108475", + "_key" : "5344108475", + "_from" : "worldVertices/country-algeria", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5354725307", + "_rev" : "5354725307", + "_key" : "5354725307", + "_from" : "worldVertices/capital-gaborone", + "_to" : "worldVertices/country-botswana" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5355708347", + "_rev" : "5355708347", + "_key" : "5355708347", + "_from" : "worldVertices/capital-manama", + "_to" : "worldVertices/country-bahrain" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5358460859", + "_rev" : "5358460859", + "_key" : "5358460859", + "_from" : "worldVertices/capital-tirana", + "_to" : "worldVertices/country-albania" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5345288123", + "_rev" : "5345288123", + "_key" : "5345288123", + "_from" : "worldVertices/country-austria", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5348630459", + "_rev" : "5348630459", + "_key" : "5348630459", + "_from" : "worldVertices/country-canada", + "_to" : "worldVertices/continent-north-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5357871035", + "_rev" : "5357871035", + "_key" : "5357871035", "_from" : "worldVertices/capital-sarajevo", "_to" : "worldVertices/country-bosnia-and-herzegovina" }, { "type" : "is-in", - "_id" : "worldEdges/2369664105", - "_rev" : "2369664105", - "_key" : "2369664105", - "_from" : "worldVertices/continent-australia", + "_id" : "worldEdges/5343715259", + "_rev" : "5343715259", + "_key" : "5343715259", + "_from" : "worldVertices/country-afghanistan", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5344501691", + "_rev" : "5344501691", + "_key" : "5344501691", + "_from" : "worldVertices/country-angola", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5347450811", + "_rev" : "5347450811", + "_key" : "5347450811", + "_from" : "worldVertices/country-brunei", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5355315131", + "_rev" : "5355315131", + "_key" : "5355315131", + "_from" : "worldVertices/capital-la-paz", + "_to" : "worldVertices/country-bolivia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5351776187", + "_rev" : "5351776187", + "_key" : "5351776187", + "_from" : "worldVertices/capital-andorra-la-vella", + "_to" : "worldVertices/country-andorra" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5355118523", + "_rev" : "5355118523", + "_key" : "5355118523", + "_from" : "worldVertices/capital-kabul", + "_to" : "worldVertices/country-afghanistan" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5353545659", + "_rev" : "5353545659", + "_key" : "5353545659", + "_from" : "worldVertices/capital-buenos-aires", + "_to" : "worldVertices/country-argentina" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5345091515", + "_rev" : "5345091515", + "_key" : "5345091515", + "_from" : "worldVertices/country-australia", + "_to" : "worldVertices/continent-australia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5347057595", + "_rev" : "5347057595", + "_key" : "5347057595", + "_from" : "worldVertices/country-botswana", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5346271163", + "_rev" : "5346271163", + "_key" : "5346271163", + "_from" : "worldVertices/country-belgium", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5349023675", + "_rev" : "5349023675", + "_key" : "5349023675", + "_from" : "worldVertices/country-chile", + "_to" : "worldVertices/continent-south-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5342535611", + "_rev" : "5342535611", + "_key" : "5342535611", + "_from" : "worldVertices/continent-africa", "_to" : "worldVertices/world" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5357084603", + "_rev" : "5357084603", + "_key" : "5357084603", + "_from" : "worldVertices/capital-prague", + "_to" : "worldVertices/country-czech-republic" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5359247291", + "_rev" : "5359247291", + "_key" : "5359247291", + "_from" : "worldVertices/capital-zagreb", + "_to" : "worldVertices/country-croatia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5348237243", + "_rev" : "5348237243", + "_key" : "5348237243", + "_from" : "worldVertices/country-cambodia", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5345877947", + "_rev" : "5345877947", + "_key" : "5345877947", + "_from" : "worldVertices/country-bangladesh", + "_to" : "worldVertices/continent-asia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5358067643", + "_rev" : "5358067643", + "_key" : "5358067643", + "_from" : "worldVertices/capital-sofia", + "_to" : "worldVertices/country-bulgaria" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5356691387", + "_rev" : "5356691387", + "_key" : "5356691387", + "_from" : "worldVertices/capital-paris", + "_to" : "worldVertices/country-france" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5349613499", + "_rev" : "5349613499", + "_key" : "5349613499", + "_from" : "worldVertices/country-croatia", + "_to" : "worldVertices/continent-europe" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5350399931", + "_rev" : "5350399931", + "_key" : "5350399931", + "_from" : "worldVertices/country-egypt", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5352759227", + "_rev" : "5352759227", + "_key" : "5352759227", + "_from" : "worldVertices/capital-bogota", + "_to" : "worldVertices/country-colombia" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5343518651", + "_rev" : "5343518651", + "_key" : "5343518651", + "_from" : "worldVertices/continent-south-america", + "_to" : "worldVertices/world" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5343322043", + "_rev" : "5343322043", + "_key" : "5343322043", + "_from" : "worldVertices/continent-north-america", + "_to" : "worldVertices/world" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5343125435", + "_rev" : "5343125435", + "_key" : "5343125435", + "_from" : "worldVertices/continent-europe", + "_to" : "worldVertices/world" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5356101563", + "_rev" : "5356101563", + "_key" : "5356101563", + "_from" : "worldVertices/capital-n-djamena", + "_to" : "worldVertices/country-chad" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5345484731", + "_rev" : "5345484731", + "_key" : "5345484731", + "_from" : "worldVertices/country-bahamas", + "_to" : "worldVertices/continent-north-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5358854075", + "_rev" : "5358854075", + "_key" : "5358854075", + "_from" : "worldVertices/capital-yamoussoukro", + "_to" : "worldVertices/country-cote-d-ivoire" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5350596539", + "_rev" : "5350596539", + "_key" : "5350596539", + "_from" : "worldVertices/country-eritrea", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5352562619", + "_rev" : "5352562619", + "_key" : "5352562619", + "_from" : "worldVertices/capital-berlin", + "_to" : "worldVertices/country-germany" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5346074555", + "_rev" : "5346074555", + "_key" : "5346074555", + "_from" : "worldVertices/country-barbados", + "_to" : "worldVertices/continent-north-america" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5348827067", + "_rev" : "5348827067", + "_key" : "5348827067", + "_from" : "worldVertices/country-chad", + "_to" : "worldVertices/continent-africa" + }, + { + "type" : "is-in", + "_id" : "worldEdges/5359050683", + "_rev" : "5359050683", + "_key" : "5359050683", + "_from" : "worldVertices/capital-yaounde", + "_to" : "worldVertices/country-cameroon" } ] arangosh> examples.dropGraph("worldCountry"); diff --git a/Documentation/Examples/queryLimit.generated b/Documentation/Examples/queryLimit.generated index 18edb6722e..97f6300f76 100644 --- a/Documentation/Examples/queryLimit.generated +++ b/Documentation/Examples/queryLimit.generated @@ -1,48 +1,48 @@ arangosh> db.five.all().toArray(); [ { - "name" : "four", - "_id" : "five/2422879337", - "_rev" : "2422879337", - "_key" : "2422879337" + "name" : "five", + "_id" : "five/5396340667", + "_rev" : "5396340667", + "_key" : "5396340667" }, { - "name" : "five", - "_id" : "five/2423075945", - "_rev" : "2423075945", - "_key" : "2423075945" + "name" : "four", + "_id" : "five/5396144059", + "_rev" : "5396144059", + "_key" : "5396144059" }, { "name" : "one", - "_id" : "five/2422289513", - "_rev" : "2422289513", - "_key" : "2422289513" - }, - { - "name" : "three", - "_id" : "five/2422682729", - "_rev" : "2422682729", - "_key" : "2422682729" + "_id" : "five/5395554235", + "_rev" : "5395554235", + "_key" : "5395554235" }, { "name" : "two", - "_id" : "five/2422486121", - "_rev" : "2422486121", - "_key" : "2422486121" + "_id" : "five/5395750843", + "_rev" : "5395750843", + "_key" : "5395750843" + }, + { + "name" : "three", + "_id" : "five/5395947451", + "_rev" : "5395947451", + "_key" : "5395947451" } ] arangosh> db.five.all().limit(2).toArray(); [ { - "name" : "four", - "_id" : "five/2422879337", - "_rev" : "2422879337", - "_key" : "2422879337" + "name" : "five", + "_id" : "five/5396340667", + "_rev" : "5396340667", + "_key" : "5396340667" }, { - "name" : "five", - "_id" : "five/2423075945", - "_rev" : "2423075945", - "_key" : "2423075945" + "name" : "four", + "_id" : "five/5396144059", + "_rev" : "5396144059", + "_key" : "5396144059" } ] diff --git a/Documentation/Examples/querySkip.generated b/Documentation/Examples/querySkip.generated index 10a1e38939..304b538dc3 100644 --- a/Documentation/Examples/querySkip.generated +++ b/Documentation/Examples/querySkip.generated @@ -1,48 +1,48 @@ arangosh> db.five.all().toArray(); [ - { - "name" : "five", - "_id" : "five/2424517737", - "_rev" : "2424517737", - "_key" : "2424517737" - }, - { - "name" : "two", - "_id" : "five/2423927913", - "_rev" : "2423927913", - "_key" : "2423927913" - }, { "name" : "three", - "_id" : "five/2424124521", - "_rev" : "2424124521", - "_key" : "2424124521" + "_id" : "five/5397389243", + "_rev" : "5397389243", + "_key" : "5397389243" }, { "name" : "one", - "_id" : "five/2423731305", - "_rev" : "2423731305", - "_key" : "2423731305" + "_id" : "five/5396996027", + "_rev" : "5396996027", + "_key" : "5396996027" }, { "name" : "four", - "_id" : "five/2424321129", - "_rev" : "2424321129", - "_key" : "2424321129" + "_id" : "five/5397585851", + "_rev" : "5397585851", + "_key" : "5397585851" + }, + { + "name" : "five", + "_id" : "five/5397782459", + "_rev" : "5397782459", + "_key" : "5397782459" + }, + { + "name" : "two", + "_id" : "five/5397192635", + "_rev" : "5397192635", + "_key" : "5397192635" } ] arangosh> db.five.all().skip(3).toArray(); [ { - "name" : "one", - "_id" : "five/2423731305", - "_rev" : "2423731305", - "_key" : "2423731305" + "name" : "five", + "_id" : "five/5397782459", + "_rev" : "5397782459", + "_key" : "5397782459" }, { - "name" : "four", - "_id" : "five/2424321129", - "_rev" : "2424321129", - "_key" : "2424321129" + "name" : "two", + "_id" : "five/5397192635", + "_rev" : "5397192635", + "_key" : "5397192635" } ] diff --git a/Documentation/Examples/usingToArray.generated b/Documentation/Examples/usingToArray.generated index a87b215050..b481c93fb8 100644 --- a/Documentation/Examples/usingToArray.generated +++ b/Documentation/Examples/usingToArray.generated @@ -1,36 +1,36 @@ arangosh> db._create("five") -[ArangoCollection 2438411369, "five" (type document, status loaded)] +[ArangoCollection 5411676091, "five" (type document, status loaded)] arangosh> for (i = 0; i < 5; i++) db.five.save({value:i}) arangosh> db.five.toArray() [ - { - "value" : 3, - "_id" : "five/2439328873", - "_rev" : "2439328873", - "_key" : "2439328873" - }, - { - "value" : 2, - "_id" : "five/2439132265", - "_rev" : "2439132265", - "_key" : "2439132265" - }, - { - "value" : 0, - "_id" : "five/2438739049", - "_rev" : "2438739049", - "_key" : "2438739049" - }, { "value" : 4, - "_id" : "five/2439525481", - "_rev" : "2439525481", - "_key" : "2439525481" + "_id" : "five/5412790203", + "_rev" : "5412790203", + "_key" : "5412790203" }, { "value" : 1, - "_id" : "five/2438935657", - "_rev" : "2438935657", - "_key" : "2438935657" + "_id" : "five/5412200379", + "_rev" : "5412200379", + "_key" : "5412200379" + }, + { + "value" : 0, + "_id" : "five/5412003771", + "_rev" : "5412003771", + "_key" : "5412003771" + }, + { + "value" : 3, + "_id" : "five/5412593595", + "_rev" : "5412593595", + "_key" : "5412593595" + }, + { + "value" : 2, + "_id" : "five/5412396987", + "_rev" : "5412396987", + "_key" : "5412396987" } ] diff --git a/Documentation/Examples/working_with_date_time.generated b/Documentation/Examples/working_with_date_time.generated index 490fd0e546..3e3852f4cb 100644 --- a/Documentation/Examples/working_with_date_time.generated +++ b/Documentation/Examples/working_with_date_time.generated @@ -1,28 +1,28 @@ arangosh> db._create("exampleTime"); -[ArangoCollection 2439787625, "exampleTime" (type document, status loaded)] +[ArangoCollection 5413052347, "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() [ + { + "value" : 3, + "ts" : "2014-05-08T11:19:09.522", + "_id" : "exampleTime/5414035387", + "_rev" : "5414035387", + "_key" : "5414035387" + }, { "value" : 1, "ts" : "2014-05-07T21:19:09.522", - "_id" : "exampleTime/2440377449", - "_rev" : "2440377449", - "_key" : "2440377449" + "_id" : "exampleTime/5413642171", + "_rev" : "5413642171", + "_key" : "5413642171" }, { "value" : 2, "ts" : "2014-05-08T04:19:09.522", - "_id" : "exampleTime/2440574057", - "_rev" : "2440574057", - "_key" : "2440574057" - }, - { - "value" : 3, - "ts" : "2014-05-08T11:19:09.522", - "_id" : "exampleTime/2440770665", - "_rev" : "2440770665", - "_key" : "2440770665" + "_id" : "exampleTime/5413838779", + "_rev" : "5413838779", + "_key" : "5413838779" } ]