Neo4j: Step by Step to create an automatic index
问题 I am creating a new Neo4j database. I have a type of node called User and I would like an index on the properties of user Identifier and EmailAddress . How does one go setting up an index when the database is new? I have noticed in the neo4j.properties file there looks to be support for creating indexes. However when I set these as so # Autoindexing # Enable auto-indexing for nodes, default is false node_auto_indexing=true # The node property keys to be auto-indexed, if enabled node_keys