I imported the nodes and edges csv files into the Gephi tool and exported the DB, and copied that DB into Neo4j.
when i run the Cypher.
START n=node:node_auto_index(name="ravi")
RETURN n
its throwing error, i had enabled auto indexing to true in neo4j.properties,how to resolve the problem?