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

es5.2.2使用postman创建索引时报如下错误 "type": "index_not_found_exception",,求教!

body如下:

{

"settings":{

"number_of_shards": 5,

"number_of_replicas": 1

},

"mappings":{

"man":{

"properties":{

"name":{

"type":"text"

},

"country":{

"type":"keyword"

},

"age":{

"type":"integer"

},

"date":{

"type":"date",

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

}

}

},

"woman":{

}

}

}

报错如下:

{

    "error": {

        "root_cause": [

            {

                "type": "index_not_found_exception",

                "reason": "no such index",

                "index_uuid": "_na_",

                "resource.type": "index_or_alias",

                "resource.id": "people",

                "index": "people"

            }

        ],

        "type": "index_not_found_exception",

        "reason": "no such index",

        "index_uuid": "_na_",

        "resource.type": "index_or_alias",

        "resource.id": "people",

        "index": "people"

    },

    "status": 404

}

求教,多谢!!

正在回答

2 回答

使用put

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

先创建people索引

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

举报

0/150
提交
取消

es5.2.2使用postman创建索引时报如下错误 "type": "index_not_found_exception",,求教!

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