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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Increasing maxClauseCount for Full-text Queries

When querying with a long string on a full-text index, the following error is raised: Failed to invoke procedure db.index.fulltext.queryNodes: Caused by: org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024 Is there a...

cody by Node Link
  • 705 Views
  • 4 replies
  • 1 kudos

Cypher projection from subgraph, GDS Algos

Hi Neo4j Community, This is my first post in the community! The community has been a great source of help for me so far. Thanks. I have a question about Cypher Projections in the GDS Library. I want to create a subgraph from a node and generate a gra...

Resolved! To access property name by a variable

Hello I have two nodes with the following details: 1 Node - It is question node which has question Id and question Text as property 2 Node - It has questionId as property and keys are questions answers So now I want to get return the question Text ...