报错信息:
{"error":{"root_cause":[{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [created_by] within [layout_workorder] is not allowed"}],"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [created_by] within [layout_workorder] is not allowed"},"status":400}
问题描述:
这个地方就是 created_by 这个字段在 layout_workorder 索引 / Type 中不存在,这里需要检查一下是否存在于这个 索引 / type 中。
本文描述了一个关于created_by字段在layout_workorder索引/Type中不存在的问题,导致了严格的动态映射异常错误,并探讨了解决此类问题的方法。
502

被折叠的 条评论
为什么被折叠?



