Plugins 向neo4j服务器添加Spatial插件

Plugins 向neo4j服务器添加Spatial插件,plugins,neo4j,spatial,Plugins,Neo4j,Spatial,我在neo4j服务器上安装spatial插件时遇到问题 我正在使用neo4j 1.9.4 for Windows平台和spatial plugin from:,我在\plugin目录(c:\Program Files\neo4j Community\plugin)中找到了它 因此,当我运行服务器并尝试获取已安装插件的列表时: GET http://localhost:7474/db/data 我得到的答复是: { "extensions" : { "CypherPlugin" :

我在neo4j服务器上安装spatial插件时遇到问题

我正在使用neo4j 1.9.4 for Windows平台和spatial plugin from:,我在\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"
}
如您所见,列表中没有空间插件。 到目前为止,我还没有在互联网上找到我的问题的答案

如果你给我指出正确的方向,我将非常感激


提前感谢。

问题是我使用了windows installer for neo4j,它似乎不适用于插件。
所以我使用了运行正常的neo4j二进制文件。

太棒了。想不到。你在文件里找不到这些信息。你能更详细地描述一下吗?Neo4j不提供用于windows安装的二进制文件。他的意思是,您必须下载用于windows安装的zip版本,并按照此处的说明进行操作:如果有问题,请尝试此故障排除手册: