为了账号安全,请及时绑定邮箱和手机立即绑定

Mapper for [date] conflicts with existing mapper:\n\tCannot update parameter [format] from [yyyyMMdd HH:mm:ss||yyyyMMdd||epoch_millis] to [strict_date_optional_time||epoch_millis]

PUT http://127.0.0.1:9200/people/man/1
{
    "name": "wali",
    "country": "china",
    "age": 29,
    "date": "1988-03-10"
}

报错

{
    "error": {
        "root_cause": [
            {
                "type": "illegal_argument_exception",
                "reason": "Mapper for [date] conflicts with existing mapper:\n\tCannot update parameter [format] from [yyyyMMdd HH:mm:ss||yyyyMMdd||epoch_millis] to [strict_date_optional_time||epoch_millis]"
            }
        ],
        "type": "illegal_argument_exception",
        "reason": "Mapper for [date] conflicts with existing mapper:\n\tCannot update parameter [format] from [yyyyMMdd HH:mm:ss||yyyyMMdd||epoch_millis] to [strict_date_optional_time||epoch_millis]"
    },
    "status": 400
}


正在回答

1 回答

format 的格式是:[yyyyMMdd HH:mm:ss||yyyyMMdd||epoch_millis]

传入的参数格式是:"date""1988-03-10"

应该是两者格式不匹配造成报错,要么修改下传入的参数,要么修改下format的格式

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Mapper for [date] conflicts with existing mapper:\n\tCannot update parameter [format] from [yyyyMMdd HH:mm:ss||yyyyMMdd||epoch_millis] to [strict_date_optional_time||epoch_millis]

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信