代码之家  ›  专栏  ›  技术社区  ›  alexanoid

Neo4j 5.1.0没有为此数据库实例注册名称为“apoc.cypher.mapParallel2”的过程

  •  0
  • alexanoid  · 技术社区  · 3 年前

    我正试图迁移到 Neo4j 5.1.0

    我从下载APOC https://github.com/neo4j/apoc/releases

    在Neo4j浏览器中,我检查了版本:

    RETURN apoc.version() AS output;
    
    "5.1.0"
    

    现在,当我运行Cypher查询时,我收到以下错误:

    There is no procedure with the name `apoc.cypher.mapParallel2` registered for this database instance
    

    看起来这个程序不再是APOC核心的一部分了。Neo4j 5.x有可能在其他地方买到这个吗?

    0 回复  |  直到 3 年前
        1
  •  1
  •   Charchit Kapoor    3 年前

    启动Neo4j 5.0, APOC 已分为两部分 Core Extended 这个 apoc.cypher.mapParallel2 是扩展包的一部分。错误消息的意思是,您只使用核心包。您应该按照此处的说明安装扩展的APOC软件包。

    APOC Extended