Hi,
I have a couple of fringe case queries that need speeding up. I am trying to start from the relationship in an attempt to do this.
I noticed the default neo syntax is START r=rel(0) RETURN r but I am unable to get this to work on the spring data.
I have tried start n=node:rel(__rel_types__(className="foo.Relationsh ipTypes.CREATED") return n plus many other permutations with no joy.
Also to aid in my debugging is there any way to list all the index contents by any means? I would like to check my __rel_types__. I have been unable to accomplish this via cypher or the command line so far using index -g
Thanks,
Mark


Reply With Quote