I tried to configure the auto index for neo4j.

--------------------------
neo4j.properties

node_auto_indexing=true 
node_keys_indexable=name
--------------------------
I created a node with a property "name" and value "alex". When I request for
the index with the url

http://localhost:7474/db/data/index/node/node_auto_index/name/alex

i get a org.neo4j.graphdb.NotFoundException.

What am I doing wrong? Please can you help me.



--
View this message in context: 
http://neo4j-user-list.438527.n3.nabble.com/Neo4j-auto-indexes-in-REST-in-1-4-tp3159205p3167377.html
Sent from the Neo4J User List mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to