arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var g = examples.loadGraph("routeplanner"); arangosh> g._shortestPath({}, {}, {weight : 'distance', endVertexCollectionRestriction : 'frenchCity', ........> startVertexCollectionRestriction : 'germanCity'}); [ { "vertices" : [ "germanCity/Cologne", "germanCity/Hamburg" ], "edges" : [ { "_key" : "24165", "_id" : "germanHighway/24165", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", "_rev" : "_XGh_6Wm--B", "distance" : 500 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Cologne", "germanCity/Berlin" ], "edges" : [ { "_key" : "24158", "_id" : "germanHighway/24158", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", "_rev" : "_XGh_6Wi--_", "distance" : 850 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Cologne", "frenchCity/Lyon" ], "edges" : [ { "_key" : "24185", "_id" : "internationalHighway/24185", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6X---_", "distance" : 700 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Cologne", "frenchCity/Paris" ], "edges" : [ { "_key" : "24188", "_id" : "internationalHighway/24188", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", "_rev" : "_XGh_6XC--_", "distance" : 550 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "germanCity/Cologne" ], "edges" : [ { "_key" : "24165", "_id" : "germanHighway/24165", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", "_rev" : "_XGh_6Wm--B", "distance" : 500 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "germanCity/Berlin" ], "edges" : [ { "_key" : "24162", "_id" : "germanHighway/24162", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", "_rev" : "_XGh_6Wm--_", "distance" : 400 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "frenchCity/Lyon" ], "edges" : [ { "_key" : "24182", "_id" : "internationalHighway/24182", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6W6--_", "distance" : 1300 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "frenchCity/Paris" ], "edges" : [ { "_key" : "24179", "_id" : "internationalHighway/24179", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", "_rev" : "_XGh_6W2--_", "distance" : 900 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "germanCity/Cologne" ], "edges" : [ { "_key" : "24158", "_id" : "germanHighway/24158", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", "_rev" : "_XGh_6Wi--_", "distance" : 850 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "germanCity/Hamburg" ], "edges" : [ { "_key" : "24162", "_id" : "germanHighway/24162", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", "_rev" : "_XGh_6Wm--_", "distance" : 400 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "frenchCity/Lyon" ], "edges" : [ { "_key" : "24172", "_id" : "internationalHighway/24172", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6Wu--_", "distance" : 1100 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "frenchCity/Paris" ], "edges" : [ { "_key" : "24176", "_id" : "internationalHighway/24176", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", "_rev" : "_XGh_6Wy--_", "distance" : 1200 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "germanCity/Cologne" ], "edges" : [ { "_key" : "24185", "_id" : "internationalHighway/24185", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6X---_", "distance" : 700 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "germanCity/Hamburg" ], "edges" : [ { "_key" : "24182", "_id" : "internationalHighway/24182", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6W6--_", "distance" : 1300 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "germanCity/Berlin" ], "edges" : [ { "_key" : "24172", "_id" : "internationalHighway/24172", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6Wu--_", "distance" : 1100 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "frenchCity/Paris" ], "edges" : [ { "_key" : "24168", "_id" : "frenchHighway/24168", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6Wq--_", "distance" : 550 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "germanCity/Cologne" ], "edges" : [ { "_key" : "24188", "_id" : "internationalHighway/24188", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", "_rev" : "_XGh_6XC--_", "distance" : 550 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "germanCity/Hamburg" ], "edges" : [ { "_key" : "24179", "_id" : "internationalHighway/24179", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", "_rev" : "_XGh_6W2--_", "distance" : 900 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "germanCity/Berlin" ], "edges" : [ { "_key" : "24176", "_id" : "internationalHighway/24176", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", "_rev" : "_XGh_6Wy--_", "distance" : 1200 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "frenchCity/Lyon" ], "edges" : [ { "_key" : "24168", "_id" : "frenchHighway/24168", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", "_rev" : "_XGh_6Wq--_", "distance" : 550 } ], "distance" : 1 } ]