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

PUT提交报错,我没有写2个MAN,为什么还会报一些看不明白的错

{

"settings": {

"number_of_shards":3,

"number_of_replicas":1

},

"mappings": {

"man": {

"properties": {

"name": {

"type": "text"

},

"country":{

"type" : "keyword"

},

"age":{

"type": "integer"

},

"date":{

"type": "date",

"formate":"yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"

}

}

}

}

}


{

    "error": {

        "root_cause": [

            {

                "type": "mapper_parsing_exception",

                "reason": "Mapping definition for [date] has unsupported parameters:  [formate : yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis]"

            }

        ],

        "type": "mapper_parsing_exception",

        "reason": "Failed to parse mapping [man]: Mapping definition for [date] has unsupported parameters:  [formate : yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis]",

        "caused_by": {

            "type": "mapper_parsing_exception",

            "reason": "Mapping definition for [date] has unsupported parameters:  [formate : yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis]"

        }

    },

    "status": 400

}


正在回答

3 回答

谢谢,,··

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

formate --》format  

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

举报

0/150
提交
取消

PUT提交报错,我没有写2个MAN,为什么还会报一些看不明白的错

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