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.

lucas_picollo
Node Link
since ‎12-14-2020
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi there, I have a Neo4j Database containing Candidates, Jobs, Techs, Cities and Focus. What I want is to count how many relationships and propeties a Candidate have in common with a Job relative to all Job nodes and properties. Example: Candidate A...
Hi there, I'm looking for a way to get the similarity between nodes considering node properties and weights. I've seen the Alicia's response that recommends to use Cosine algorithm but I haven't found a way to make my schema to fit on this model. My ...
Hi there, My name is Lucas, I'm a developer at Geekhunter Brasil and we're starting using graphs as a solution for one of our biggest problems, the recommendation system. Our main goal is to improve the technical recruitment experience for both invol...
Hi there, I'm trying to get the number of nodes that are related with 2 specific nodes, so I have wrote the following cypher query: match (c:Candidate {id: 1})--(n)--(j:Job {id: 2}) return count(n) The problem here is that when there is no common n...
Kudos given to