how to create an index in neo4j code example Example: create index neo4j example CREATE INDEX index_name FOR (n:LabelName) ON (n.propertyName)