--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/mPBSwxhEfA4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.
Updated in conf/neo4j.properties. i.e.,# Enable auto-indexing for nodes, default is falsenode_auto_indexing=true# The node property keys to be auto-indexed, if enablednode_keys_indexable=nameI have not done the step 'Setup Node Auto-Index as Fulltext-Index'. This has REST POST calls. Is this setting mandatory? I haven't tried REST calls, is it possible to make this setting from 'neo4j-shell'?
Also, I am not using ':node_auto_index' in my query. I need to find-out how to use ':node_auto_index' in 'match' as I don't use 'start' in my query