我在将空间插件安装到 neo4j 服务器时遇到问题。
我正在为 Windows 平台和空间插件使用 neo4j 1.9.4,来自:http ://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-spatial/0.11-neo4j-1.9/我在 \插件目录(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"
}
如您所见,列表中没有空间插件。到目前为止,我在互联网上没有找到任何关于我的问题的答案。
如果您指出正确的方向,我将不胜感激。
提前致谢。