Mark Needham

Results 40 comments of Mark Needham

The extra condition is deliberate as we thought it doesn't make sense to write a `SIMILAR` relationship between two nodes if they aren't actually similar in any way. I think...

I think what we'll do is throw an error if you try and set `write: true` with a similarity of

@bsheldon this should be fixed in the current development version. If you compile it locally you can just replace the Jar with the one that gets generated in algo/target/. I...

All of them are up to date so you can build it for whichever Neo4j version you're using. On Wed, Apr 25, 2018, 17:53 Blaine Sheldon wrote: > @mneedham just...

Is there a full stack trace for that in one of the log files? On Wed, Apr 25, 2018, 18:45 Blaine Sheldon wrote: > Sorry to pound this thread, but...

Hi, The paths are collected in a list before being streamed so I wonder if that's causing an issue. The int[] that you're seeing would likely be the collection of...

Hi, I'm able to reproduce although I had to tweak the loading instructions: ``` CREATE CONSTRAINT ON (a:Airport) ASSERT a.IATA IS UNIQUE; LOAD CSV FROM "file:///airports.txt" as airport MERGE (a:Airport...

Hi @kcrimson, Sorry for the delay in replying again. We have a fix for the OOM on this PR -https://github.com/neo4j-contrib/neo4j-graph-algorithms/pull/712 - but when we set maxDepth it's returning no results...

Can you check how many records are returned by the node and relationship projection queries? If you replace the last lines with: Return count (*) That should do it On...

@aalampally seeing as you got the error when using the non Cypher projection approach it sounds like the error is happening somewhere else. Are you able to narrow the error...