Hi guys, Sorry if I'm a bit behind the times here ;) -- we're just now upgrading to 1.5. (But awesome that 1.6 has been released! We can go ahead upgrade to it right after this.)
We use exclusively the REST API. We were excited about auto-indexing in 1.4, so we used it over the REST API taking advantage of the implementation detail (?) that the index name was "node_auto_index". So e.g. we would query the auto index via: GET /db/data/index/node/*node_auto_index*/key/value This seems to still work after we upgrade to 1.5, which is good. But I'm looking through the 1.5 manual, and I saw this new section: http://docs.neo4j.org/chunked/1.5/rest-api-auto-indexes.html Which suggests this new syntax: GET http://localhost:7474/db/data/index/*auto*/node/key/value This seems to be new, but I can't find any issue on GitHub or any email about this. I also can't figure out how to use this myself -- as I query the REST API, I never get JSON that references this kind of URL. And if I try to query with this kind of URL myself, I always get a 404 or 400. What's the deal with this? Thanks! Aseem _______________________________________________ NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register and consider posting at https://groups.google.com/forum/#!forum/neo4j Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user