Wednesday, October 08, 2014

Hello Neo4j


service neo4j-service stop
service neo4j-service start


// all Page nodes named Automobile
match (n:Page{name:'Automobile'}) return count(*);
// = 24 // should be 1

match (n:Page) return n.id, n.name, count(*) limit 10;
n.idn.namecount(*)
nullEuropean_Car_of_the_Year1
nullHamm_AG1
nullFord_Motors1



No comments: