In 4.x versions of neo4j , we were wondering if there is a way to do index creation offline.
We were using CSV import using neo4j-admin, and as a post step we need indexes on some attributes and edges. Is that possible to do using Neo4j-admin or do w...