I want to set indexes on properties for nodes in Neo4j but I got confused by the index approach of Neo4j. I have nodes for persons which are described by the properties id ( i don't want to use the internal ids (integer)), age (integer) and gender (String). Now i would like to set indexes for those three properties.
Could anyone describe me a solution approach. I am going to import my test data with the batch inserter from Micheal Hunger.