Same probelm here. Downloaded "neo4j-enterprise-1.4.M02-unix.tar.gz" with
deafult installtion on Linux. Added the foolwoing lines to neo4j.properties
file: 

node_auto_indexing=true 
node_keys_indexable=name,age 

relationship_auto_indexing=true 
relationship_keys_indexable=ROOT,KNOWS,CODED_BY 

Started the neo4j server, use neo4j-shell and added Neo4j Wiki Matrix
example nodes & relationships. 

>From http://localhost:7474/db/data/, browser shows Neo4j REST interface
links as: 

Root relationship_index /db/data/index/relationship 
node_index             /db/data/index/node 
reference_node             /db/data/node/0 

However, the fisrt 2 links /db/data/index/relationship & /db/data/index/node
show nothing about the auto indexes for node & relstionship I specified in
neo4j.properties file. Not sure if this feature actually works in the
current 1.4.M02 build. Can any one pitch in on this issue?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-auto-indexes-in-REST-in-1-4-tp3159205p3205171.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

Reply via email to