4

空間プラグインを 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"
}

ご覧のとおり、リストに空間プラグインはありません。これまでのところ、インターネットで私の問題に対する答えは見つかりませんでした。

正しい方向に向けていただければ幸いです。

前もって感謝します。

4

1 に答える 1