2013-10-24 40 views
4

我在將空間插件安裝到neo4j服務器時遇到麻煩。將空間插件添加到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" 
} 

正如你看到的,沒有在空間插件名單。 到目前爲止,我沒有在互聯網上找到我的問題的任何答案。

如果您指出正確的方向,我將非常感激。

在此先感謝。

回答

3

問題是我用neo4j的windows安裝程序,這似乎不適用於插件。 所以我使用了可以正常工作的neo4j二進制文件。

+0

真棒。想不到這一點。而且您不會在文檔中的任何位置找到這些信息。 – slashburn

+0

請問可以更具描述性嗎? Neo4j不提供Windows安裝的二進制文件。 – user1919

+0

他的意思是你必須下載windows安裝的壓縮版本,並按照這裏的指示進行操作:http://neo4j.com/docs/stable/server-installation.html如果你有問題,請嘗試以下故障排除手冊:http ://summerofphylet.wordpress.com/2013/06/24/neo4j-installation-guide/ – user1919