Google News
logo
Neo4J - Interview Questions
Mention how indexing is done in Neo4j?
There was no indexing in earlier days for Neo4j, but later on it was introduced with new feature Automatic Indexes by using the command
START n=node:node_auto_index(name='abc') RETURN n
Advertisement