python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Neo4J variable-length pattern
Is it possible to write a Cypher query with a variable-length patter, that specifies that nodes between the start and end node can only be nodes with a certain property?
I think that a query like the ...
DigitalJedi
Votes: 0
Answers: 2
Gremlin add edge if not exists
I have the following code to insert two vertices/nodes, and an edge. It insert edge when the edge is NOT already exists.
g.V(100).hasLabel("pickup").fold().coalesce(
unfold(),
addV(&...
user1187968
Votes: 0
Answers: 1
Neo4j cosine similarity with condition
I want to calculate and write as node property cosine similarity in neo4j in telecom domain. The difficulty I encountered is writing a specific condition. I need to find max cosine similarity between ...
Kairat Other
Votes: 0
Answers: 0