+1 vote
in Neo4j by
how indexing is done in Neo4j?

2 Answers

0 votes
by
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
0 votes
by

There was no indexing in earlier days for Neo4j, but later on it was introduced with new feature Automatic Indexes by using the command

...