I have a Question about the shortestPath() Function of OrientDB. If I Query select shortestPath('#9:1', '#15:1', 'BOTH')
against a OrientDB I just get the Vertex of the Path. But I also want the Edges between them.
How can I SELECT both, the Vertex and the Edges?
相关问题
- Server security and accessing OrientDB via Rest
- Best practice for managing OrientDB connections in
- How to execute Gremlin against OrientDB using orie
- OrientDB Performance
- How to use OrientDB ETL to create edges only
相关文章
- SELECT and UPDATE multiple records in oriento / or
- First time OrientDB user regarding security in RES
- Can I register my Java classes as OrientDB Vertice
- rooted spatial query with sub-select in OrientDB
- OrientDB: How to update column using select query
- Closing a “local” OrientDB when using connection p
- OrientDB: connected components OSQL query
- 存在/不存在传出边缘的从OrientDb一个顶点(Presence / absence of an
You can use a javascript function.
I used these records
I used this code
Hope it helps.
I tried this Java code with Alessandro's structure:
Hope it helps