Meiran,
that is in the working, see
https://github.com/neo4j/community/issues/263 for a feature request to
return all properties of a node/relationship in Cypher. Feel free to
contribute to the syntax discussion!
Cheers,
/peter neubauer
Neo4j 1.8.RC1 "Vindeln Vy" -
http://blog.neo4j.org/2012/09/neo4j-18rc1-really-careful-ftw.html
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L:
http://www.linkedin.com/in/neubauer
T: @peterneubauer
Wanna learn something new? Come to @graphconnect.
On Sun, Sep 23, 2012 at 7:49 AM, Meiran Axelrod <
mei...@gmail.com> wrote:
> Hi,
> i tried to convert Gremlin query to Cypher query.
> The gremlin query is:
> g.v("+startNodeId+").out('manages').loop(1){it.loops<4
> {true}.as('personId').outE('authors').as('edgeLabel')._().as('edgeProps').inV().as('resourceId')._().as('resourceProps').table(new
> Table()){
it.id}{it.label}{it.map().entrySet()}{
it.id}{it.map().entrySet()}.cap.transform{it.unique()}
>
> How can i get the edge properties of "authors" relationship in Cypher?
>
> Thanks ahead,
> Meiran
>
> --
>
>