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.

ninesunqian
Node
since ‎10-18-2020
‎11-19-2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I want to develop a interactive search function using neo4j javascript driver.  The approximate steps are as follows Start a fulltext search sessionTake the first 10 results and display them on a html listview (at this time, server paused the...
I want send multiple irrelevant in one transaction at the same time, to reduce the delay and the number of tcp connections. But I can't find the example code in online the documents. Help me! Thanks very much!
Hello everyone! I have a complex requirement, I need connect three match. I need help! Details are as follow: 1 start from node "e", find its “refer” neighbors, named "reference" ( "b" and "d") my code is "MATCH (self)-[e:REFER]->(reference) where ...
Hello! How to get the id of each node and edge in a path, after "match p=()->(), return p".
Hello! I have a graph: root(neo4j id : 0) -[:include]-> childA(neo4j id 1) -[:include]-> childAA(neo4j id 2) -[:include]-> childAAA(neo4j id 3) I want match from childAAA reversely along include edge, but stop when the endNode of current edge in nod...