課程
/云計算&大數據
/大數據
/ElasticSearch入門
postman創建索引時報錯,但是如果我把woman這個類型去掉的話就會創建成功
2018-12-15
源自:ElasticSearch入門 4-1
正在回答
Indices created in 6.x only allow a single-type per index. Any name can be used for the type, but there can be only one.
像這樣
我是用7.1.1版本的,我根據官方文檔的建議來做
weixin_慕函數7058538
daygoodgoodstudy 回復 weixin_慕函數7058538
在Elasticsearch 6.0.0或更高版本中創建的索引可能只包含單個mapping type。在具有多種映射類型的5.x中創建的索引將繼續像以前一樣在Elasticsearch 6.x中運行。映射類型將在Elasticsearch 7.0.0中完全刪除。
舉報
ElasticSearch輕松入門,Spring Boot集成ES
2 回答es5.2.2使用postman創建索引時報如下錯誤 "type": "index_not_found_exception",,求教!
1 回答索引創建問題
1 回答無法創建索引
3 回答問題結構化索引創建
1 回答集群創建不成功
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2019-06-10
Indices created in 6.x only allow a single-type per index. Any name can be used for the type, but there can be only one.
2019-06-06
2019-06-06
我是用7.1.1版本的,我根據官方文檔的建議來做
2018-12-17
在Elasticsearch 6.0.0或更高版本中創建的索引可能只包含單個mapping type。在具有多種映射類型的5.x中創建的索引將繼續像以前一樣在Elasticsearch 6.x中運行。映射類型將在Elasticsearch 7.0.0中完全刪除。