cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

shan
Graph Buddy
since ‎11-26-2019
‎06-01-2022

User Statistics

  • 70 Posts
  • 9 Solutions
  • 18 Kudos given
  • 21 Kudos received

User Activity

Hi, I am seeing some strange behaviour in neo4j when I deal with null objects. I wonder if anyone can help me understand and justify this behaviour? Let's assume I set my parameter first using :params {b:null}. Then I run the following: MERGE (a:Test...
I am going to replace algo.similarity.jaccard with the new algo.nodeSimilarity. In my experiments with nodeSimilarity I noticed that max, min, and mean are all -1.0 in the result. Then I wrote a query to actually calculate those values from the simil...
I noticed that the triangleCount algorithm sometimes throws ArrayIndexOutOfBoundsException. This seems to be fixed in 3.5.13.0 and for that reason I moved to 3.5.13. But then noticed that now jaccard similarity algorithm sometimes throws ArithmeticEx...