RestIndexManager rim=api.index()
RestIndex<Node> ri=rim.forNodes("students");
System.out.println(ri.query("student_ID:student13").getSingle());
System.out.println(ri.query("student_ID:student13").getSingle());
http://localhost:7474/db/data/node/1004
null
When I query the db on Index again, it returns NULL. Why is it so?