gpt4 book ai didi

ElasticSearch RoutingMissingException

转载 作者:行者123 更新时间:2023-11-29 02:45:06 25 4
gpt4 key购买 nike

我试图填充具有父子关系的对象,但出现错误:

[Elastica\Exception\ResponseException] RoutingMissingException[[myindex]/[comment]/[12345]需要路由]

摘录自类型 session :

article:
_source:
enabled: false
mappings:
...

comment:
_source:
enabled: false
_parent:
type: article
property: article_id
identifier: id
_routing:
required: true
path: article_id
mappings:
article:
type: long
index: not_analyzed
...

无法理解我在这里缺少什么......

我正在使用 Symfony2.3、FOSElasticaBundle 3.0、ElasticSearch 1.2.2

最佳答案

当您有父子关系时,每次尝试访问子项时都需要在 URL 中指定父项,因为路由现在取决于父项。

在您的示例中,您想尝试:

http://example.com/myindex/comment/12345 ?parent=[article_id]

关于ElasticSearch RoutingMissingException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24862139/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com