DB Details

Basics information on the SSN Neo4j DataBases

Production

  • VERSION = 4.2.3

  • EDITION = Community

  • CYPHER VERSION COMPATIBILITY = 4.2.x

  • APOC PLUGIN present = False

Staging

  • VERSION = 4.1.8

  • EDITION = Community

  • CYPHER VERSION COMPATIBILITY = 4.1.x

  • APOC PLUGIN present = False

Sandbox

  • VERSION = 4.2.2

  • EDITION = Enterprise

  • CYPHER VERSION COMPATIBILITY = 4.2.x

  • APOC PLUGIN present = True

Latest releases by Neo4j as at Jan, 2023:

  • Db version : 5.x

  • Cypher compatibility: 5.x

Handy cypher for DB version : 4.2.x only

  • Creating fulltext index: CALL db.index.fulltext.createNodeIndex(“<indexName>”,[“NodeName”],[“NodeProperty1”,])

  • Drop index: CALL db.index.fulltext.drop(“<indexName>”)

  • List Fulltext index: CALL db.indexes()

Last updated

Was this helpful?