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.

neubarthn
Node
since ‎11-14-2018
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I would like to add org.neo4j.graphdb.spatial.Points as properties via the java api within a user-defined procedure. However, I can't find a constructor for this class. As a work-around, I'm doing: Map<String, Object> pointQueryResult = dbService.exe...
When I call a user-defined procedure that mutates the graph using the transactional http endpoint, the returned "stats" field doesn't reflect any of the changes that happened. For instance, when I call a procedure that deletes nodes and relationships...