嘿當我嘗試運行這個簡單的查詢如上所示,它給了我java異常
{
"params" : {
"props" : [
{
"LocalAsNumber" : 0,
"NodeDescription" : "10TiMOS-B-4.0.R2 ",
"NodeId" : "10.227.28.95",
"NodeName" : "BLR_WAO_SARF7"
}
]
},
"query" : "MATCH (n:Router) where n.NodeId = {props}.NodeId RETURN n"}
「消息」: 「該聲明已被關閉。」, 「異常」: 「BadInputException」, 「全稱」: 「org.neo4j.server.rest.repr.BadInputException」, 「堆棧跟蹤」 : 「org.neo4j.server.rest.repr.RepresentationExceptionHandlingIterable.exceptionOnHasNext(RepresentationExceptionHandlingIterable.java:50)」, 「org.neo4j.helpers.collection.ExceptionHandlingIterable $ 1.hasNext(ExceptionHandlingIterable.java:46)」,「組織。 neo4j.helpers.collection.IteratorWrapper.hasNext(IteratorWrapper.java:42) 「 」org.neo4j.server.rest.repr.ListRepresentation.serialize(ListRepresentation.java:71)「,」 org.neo4j.server.rest。 repr.Serializer.serialize(Serializer.java:75)「,」org.neo4j.server.rest.repr.MappingSerializer.putList(MappingSerializer.java:61)「,」org.neo4j.server.rest.repr.CypherResult Representation.serialize(CypherResultRepresentation.java:83) 「 」org.neo4j.server.rest.repr.MappingRepresentation.serialize(MappingRepresentation.java:41)「,」 org.neo4j.server.rest.repr.OutputFormat.assemble( OutputFormat.java:215)「,」org.neo4j.server.rest.repr.OutputFormat.formatRepresentation(OutputFormat.java:147)「,」org.neo4j.server.rest.repr.OutputFormat.response(OutputFormat.java: 130)「,」org.neo4j.server.rest.repr.OutputFormat.ok(OutputFormat.java:67)「,」org.neo4j.server.rest.web.CypherService.cypher(CypherService.java:101)「, 「java.lang.reflect.Method.invoke(Method.java:606)」,「org.neo4j.server.rest.transactional.TransactionalRequestDispatcher.dispatch(TransactionalRequestDispatcher.java:132)」,「org.neo4j.server.rest .security.SecurityFilter.doFilter(SecurityFilter.java:112)「,」java.lang.Thread.run(Thread.java:744)「],
並且不要忘記爲快速查找創建索引或約束'創建索引:路由器(ipaddress)' –
非常感謝。我會檢查這個 – Nipun
嗨, 當我嘗試執行上面使用curl它給錯誤說「沒有定義道具」 查詢。 – Nipun