Hi, > When I changed the PUT to POST, It worked fine.
That makes sense: adding to an index is a POST operation to make it explicit that you're "annotating" an existing resource (as per RFC2616). I just double checked the server functional tests and it's visible there, and it generates some documentation here: http://docs.neo4j.org/chunked/snapshot/rest-api-indexes.html#rest-api-add-node-to-index Hope that helps, Jim _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

