Does one need to specify the following list of node_keys_indexable & relationship_keys_indexable in neo4j.property to enable auto indexing for those node/relationship properties? Also, will they work if those properties were created prior to adding the list in neo4j.property file?
node_auto_indexing=true *node_keys_indexable=name,age* relationship_auto_indexing=true *relationship_keys_indexable=ROOT,KNOWS,CODED_BY * -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-auto-indexes-in-REST-in-1-4-tp3159205p3211749.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

