I am having problems installing a spatial plugin on a neo4j server.
I use neo4j 1.9.4 for the Windows platform and the spatial plugin: http://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-spatial/0.11-neo4j-1.9/ , which I have in the directory \ plugin (c: \ Program Files \ Neo4j Community \ plugin).
So, when I start the server and try to get a list of installed plugins:
GET http://localhost:7474/db/data
I get the answer:
{
"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"
}
As you can see, there is no spatial plugin in the list. So far, I have not found the answer to the question on the Internet.
I would be very grateful if you point me in the right direction.
Thanks in advance.