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.

bekirtaskin05
Node Link
since ‎04-01-2021
‎12-21-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 4 Kudos given
  • 4 Kudos received

User Activity

Hello, I was working on community version and I switched to enterprise to test my cypher. I encountered a problem that does not occur on community version.  I am trying to create a relation which is conditional according to nodes.  My cypher is; MAT...
Hello, I am trying to create fulltext index with multiple nodes to perform fuzzy search on it. I have translation data and translations are placed into property of relation. So I need to index all together. Is there any easy way to do it? I am usin...
Hello, I am using BlockHound library to check blocking code. BlockHound marks ClassReader is blocking This is my cypher query with projection I am using; Spring boot 2.5.6 spring-data-neo4j 6.1.6 Do you have any suggestions to make it non-blocking...
Hello, I have discovered Neo4j after I migrated my Spring MVC project to WebFlux. Reactive support of Neo4j is exiting. I am very happy about learning Neo4j and its capabilities. I hope I can learn from this community about best practices. Thanks
Hi, I have changed dependency as below and facing some projection issues since; <dependency> <groupId>org.neo4j.springframework.data</groupId> <artifactId>spring-data-neo4j-rx-spring-boot-starter</artifactId> <version>1.1.1</v...