1
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。为什么会这样?

4

0 回答 0