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
CYPHER VERSION COMPATIBILITY = 4.1.x
Sandbox
VERSION = 4.2.2
EDITION = Enterprise
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”,])
CALL db.index.fulltext.createNodeIndex(“<indexName>”,[“NodeName”],[“NodeProperty1”,])
Drop index: CALL db.index.fulltext.drop(“<indexName>”)
CALL db.index.fulltext.drop(“<indexName>”)
List Fulltext index: CALL db.indexes()
CALL db.indexes()
Last updated 2 years ago
Was this helpful?