Hey Tom,
The query execution plan of your Cypher statement is cached after you run
the query for the first time. It's important that you remember to format
your Cypher queries with parameters using the REST API.
For instance,
match (j1:jurt)-[:HAS_TERM]->(t:Term)<-[:HAS_TERM]-(j2:jurt)
where N
This is the plan that is returned with profile=true
{
"columns" : [ "j1.jurt_id", "j2.jurt_id", "commonterms" ],
"data" : [ [ "J69478", "J70059", 281 ], [ "J69478", "J75545", 214 ], [
"J69478", "J72887", 209 ] ],
"plan" : {
"args" : {
"returnItemNames" : [ "j1.jurt_id", "j2.jurt_