Re: [Neo4j] Problems to add my unmanaged server extension

2016-06-26 Thread luca scipioni
Hi Michael, there aren't errors, i have only the debug.log file and within this file there aren't errors, i'm using community edition (3.0.1) on osx el capitan. Then, i created a maven project, i used this guidelines https://neo4j.com/docs/java-reference/current/#server-unmanaged-extensions Il

Re: [Neo4j] Optimizing ShortestPath query for a better performances

2016-06-26 Thread idor
Hi Michael, I did experiments with your suggested query. with shortest path I got much lesser DB hits. my query (with shortest path) PROFILE MATCH p=shortestPath((user:User{userId:'userId123'})-[r*1..3]-(f: User)) WHERE f <> user RETURN * result: