我在安装空间插件到neo4j服务器时遇到了麻烦。
我正在使用neo4j 1.9.4 for Windows平台和空间插件:http://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-spatial/0.11-neo4j-1.9/我在\ plugin目录(c:\ Program Files \ Neo4j Community \ plugin)。
因此,当我运行服务器并尝试获取已安装插件的列表时:
GET http://localhost:7474/db/data
我得到回应:
{
"extensions" : {
"CypherPlugin" : {
"execute_query" : "http://localhost:7474/db/data/ext/CypherPlugin/graphdb/execute_query"
},
"GremlinPlugin" : {
"execute_script" : "http://localhost:7474/db/data/ext/GremlinPlugin/graphdb/execute_script"
}
},
"node" : "http://localhost:7474/db/data/node",
"reference_node" : "http://localhost:7474/db/data/node/0",
"node_index" : "http://localhost:7474/db/data/index/node",
"relationship_index" : "http://localhost:7474/db/data/index/relationship",
"extensions_info" : "http://localhost:7474/db/data/ext",
"relationship_types" : "http://localhost:7474/db/data/relationship/types",
"batch" : "http://localhost:7474/db/data/batch",
"cypher" : "http://localhost:7474/db/data/cypher",
"neo4j_version" : "1.9.4"
}
如您所见,列表中没有空间插件。 到目前为止,我没有在互联网上找到任何问题的答案。
如果你指出我正确的方向,我将非常感激。
提前致谢。
答案 0 :(得分:3)
问题是我使用windows安装程序来安装neo4j,这似乎与插件无关。 所以我使用了正常工作的neo4j二进制文件。