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.

li3zhang
Node Link
since ‎06-16-2020
‎06-01-2022

User Statistics

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

User Activity

The generated mutation will use the first field listed in schema as the identifier for the mutation, eg type Person { username: String name: String group: String email: String } will generate UpdatePerson( username: String! name: String grou...
I have encountered this on 3.5 and 4.0 I create a fulltext per Create and configure full-text indexes. Using :schema, I see the index. I am able to search and get results for a while After some period of time (Anywhere from minutes to days), the inde...
I tried following the steps from here, which are linked to from the "hosting neo4j in the cloud" page. On a clean droplet, running the 6 steps listed on the guide give the exception Store and its lock file has been locked by another process: /var/lib...
I noticed in neo4j sandbox and services like grapheneDB, I don't have access to $NEO4J_HOME/config/apoc.conf - If I need UUID, is the only solution to spin up my own neo4j on a cloud provider?
When creating an app like a family tree, I want to prevent the user from creating relationships that will create a cycle. Is it possible to tell if a transaction will create a cycle before committing?
Kudos from
Kudos given to