Yes, I had added an index with:
CREATE INDEX index_user_location FOR (n:GraphUser) ON (n.location)
Do I need to create it with different options?
Yes, I had added an index with:
CREATE INDEX index_user_location FOR (n:GraphUser) ON (n.location)
Do I need to create it with different options?