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.

awesomeanonymou
Node Link
since ‎10-04-2021
‎06-01-2022

User Statistics

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

User Activity

Let me tell my use-case with full text Index: I want to find nodes with similar values inside a property. I am facing this error while querying nodes using full text index - Query: MATCH (e: Email) WITH e CALL db.index.fulltext.queryNodes('convEmailF...
Hi all, I want to remove numbers and special characters from a string by using Cypher. (ie) It must only contain alphabets (a-z). And then also want to sort the characters in that string (asc or desc). It would be a bonus if it's time-efficient. Than...
Let us assume that there are millions of nodes of a certain label, say Person. All the Person nodes have a property called fullName. I want to return top 5 matching nodes for each node by comparing each Person's fullName with the others. Example - Pe...