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.

pebbe
Node Link
since ‎10-23-2019
‎06-01-2022

User Statistics

  • 9 Posts
  • 1 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

I have a graph that I query in three different ways: match (n:node{cat:'ssub'})-[:rel*]->(:word{pt:'ww'})-[:next]->(w2:word{pt:'ww'})-[:next]->(:word{pt:'ww'})<-[:rel*]-(n), (n)-[:rel*]->(w2) return distinct n.sentid as sentid, n.id as id order...
I would like to do a query like this: match (n:Node{cat:'rel'})-[:REL{rel:'body'}]->(n2:Node) match (n2{cat:'ssub'}) or (n2{cat:'conj'})-[:REL{rel:'cnj'}]->(:Node{cat:'ssub'}) or (n2{cat:'du'})-[:REL]->(:Node{cat:'ssub'}) return n; But you can't use...
Running on 4.15.0-38-generic #41~16.04.1-Ubuntu SMP Wed Oct 10 20:16:04 UTC 2018 x86_64 GNU/Linux No window opens when starting neo4j desktop: $ ./neo4j-desktop-offline-1.2.1-x86_64.AppImage [10:46:25.0826] [info] Starting Neo4j Desktop 1.2.1 @ Linu...
From the docs at https://neo4j.com/docs/operations-manual/current/introduction/ It says Graph size limitations are 34B nodes, 34B relationships, 68B properties. What are 34B and 68B?
Kudos from