Hey,

I have built and installed neo4-cypher-script in neo4j/plugins but Cypher
returns nothing from webadmin console:

>start n=(0) return n
>

Gremlin works correctly:

gremlin>g.v(0)
==> v[0]

Both Cypher and Gremlin plugins are installed as extensions:

http://localhost:7474/db/data/
{

  "relationship_index" : "http://localhost:7474/db/data/index/relationship";,
  "node" : "http://localhost:7474/db/data/node";,
  "relationship_types" : "http://localhost:7474/db/data/relationship/types";,
  "extensions_info" : "http://localhost:7474/db/data/ext";,
  "node_index" : "http://localhost:7474/db/data/index/node";,
  "reference_node" : "http://localhost:7474/db/data/node/0";,
  "extensions" : {
    "CypherPlugin" : {
      "execute_query" :
"http://localhost:7474/db/data/ext/CypherPlugin/graphdb/execute_query";
    },
    "GremlinPlugin" : {
      "execute_script" :
"http://localhost:7474/db/data/ext/GremlinPlugin/graphdb/execute_script";
    }
  }
}

Pierre
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to