Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created June 8, 2014 18:43
Show Gist options
  • Save mattdeboard/53eaddbc4b2545549503 to your computer and use it in GitHub Desktop.
Save mattdeboard/53eaddbc4b2545549503 to your computer and use it in GitHub Desktop.
create index on :City(name);
start n=node:City(name="Atlanta")
return n;
> MissingIndexException: Index `City` does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment