Fetching node from index works well with 1.7:<groupId>org.neo4j</groupId><artifactId>neo4j-rest-graphdb</artifactId><version>1.7</version>However with 1.8-SNAPSHOT, it fails:<groupId>org.neo4j</groupId><artifactId>neo4j-rest-graphdb</artifactId><version>1.8-SNAPSHOT</version>I have uploaded the example to github:This example tests:
- Adding a node to Neo4J (Works)
- Adding a simple property to a node. (Works)
- Creating an index in Neo4J (Works)
- Adding the node, property and value to the index. (Fails in 1.8-SNAPSHOT)
The step 4 does not seem to work in 1.8-SNAPSHOT of Neo4J. It does work in 1.7 of Neo4J.
Perhaps, we are doing something wrong. Or some new code needs to be written to make this code work?
Also, submitted this code to Build Doctor, and Peter Neubauer for review via twitter.
Following environment information where it is tested:
Darwin Kernel Version 11.4.0 (Mac), JDK 1.6.0_33-b03-424-11M3720