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.

xmlsysop
Node Link
since ‎06-15-2021
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Hello. Can I get sum of properties in relationship list? For example, MATCH (c1:Company {name: ‘Apple’})-[r:hasVendor*]->(c2:Company) RETURN c2.name, sum(r.marketShare); But it makes error ‘type mismatch’ as blow. Type mismatch: expected Map, Node, ...
Hello. Thanks in advance if anyone help me with this. -- Status -- I have 1.5M Document nodes, 4.6M Keyword nodes, and 242M relations between them in Neo4j 4.1.9 Community Edition, and all properties are indexed. Documents nodes have created date pr...
Kudos given to