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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 922 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Problem with "WITH" clause in APOC.TRIGGER.ADD

I want to calculate the distance of the property-modified node from the specific labeled node ,and then set the distance as a property of the specific labeled node So I use the clause WITH to transmmit the variety distance ,but the error appeared. I...

3X_d_3_d3b09d1ebe03ea29465a6d7e310a0b1ab0bdc9ff.jpeg

Failed to invoke procedure `db.index.fulltext.queryNodes`: Caused by: java.lang.IllegalStateException: Index `titlesAndDescriptions` entered a FAILED state

I am trying to use the full-text index provided by neo4j. I am using neo4j desktop community 4.4.5. I was following the example here https://neo4j.com/docs/cypher-manual/current/indexes-for-full-text-search/#administration-indexes-fulltext-search-cr...

Merge functionality using admin import tool

I want to merge two Neo4j Databases. For that, I am trying to use admin import tool. As the performance is of highest concern for me, spinning up of a new db is perfect. Hence, I am trying to get the database details as apoc.export.csv from both the ...

Resolved! Delete a subgraph from a database

hello, I have few graphs in my neo4j and I want to delete one of them that looks like this: how can I do it with a query? I Only know how to delete all the nodes in my db and realtionships with the command: MATCH (n) DETACH DELETE n or one node eac...

3X_6_8_684984b74a528022d95475f2d65c7fbbfe098c66.png

Resolved! Building relationship among a list of codes

Hi I have a dataset consisting of two csv files. The first csv is a list of codes and their description. Example: 1, A 2, B 3, C The second CSV, contains a list of related codes. Example 1, 2 1, 1 2, 3 The code may be related to themselves or to oth...

NOT PART OF CHAIN error

Community Edition 4.4.3 running on Mac Catalina For the last week or so I have been receiving this error when I execute some queries: NOT PART OF CHAIN! RelationshipTraversalCursor[id=396440, open state with: denseNode=true, next=396440, , underlying...