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.

Stef-van-Stipdo
Node Link
since ‎01-28-2021
‎02-07-2023

User Statistics

  • 5 Posts
  • 1 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Given the following code I would expect every node which is created in the database to receive a property CreatedAt.At the moment some nodes get the CreatedAt property, but others do not. @Overridepublic Void beforeCommit(TransactionData data, Trans...
Currently I'm trying to setup the neo4j Ops-manager.Although I can find installation guides on setting up the NOM server I have a hard time finding documentation for setting up the agent on the "to-be-monitored" database server.Besides that I've not ...
Neo4j Version: 4.4.2 Edition: Enterprise Currently I'm trying to implement a case-insensitive full-text index with the 'whitespace' analyzer. CREATE FULLTEXT INDEX carIndex FOR (c:Car) ON EACH [c.ShortDescription, c.Name] OPTIONS { indexConfig: {`ful...
The code written below should check if a match is present, if so it should update the value. Otherwise it should create a node with the given value. Currently every time I update a organization.Role value it creates an entirely new node. Even when th...
Kudos given to