Rejecting mapping update to [xxx] as the final mapping would have more than 1 type: [xxx, xx]
炒沙作縻终不饱,缕冰文章费工巧。这篇文章主要讲述Rejecting mapping update to [xxx] as the final mapping would have more than 1 type: [xxx, xx]相关的知识,希望能为你提供帮助。
说明:
【Rejecting mapping update to [xxx] as the final mapping would have more than 1 type: [xxx, xx]】1、elasticsearch 版本 6.3.1
2、在同一个index下创建两个type时报错,信息如下:
在创建第二个type:solr时,先前已经在相同索引下创建了一个type:es
[[email protected] ~]# curl -H "Content-Type: application/json" -XPOST ‘localhost:9200/books/solr/1?pretty‘ -d ‘{"title":"Apache Solr 4 Cookbook", > "published": 2012}‘ { "error" : { "root_cause" : [ { "type" : "illegal_argument_exception", "reason" : "Rejecting mapping update to [books] as the final mapping would have more than 1 type: [solr, es]" } ], "type" : "illegal_argument_exception", "reason" : "Rejecting mapping update to [books] as the final mapping would have more than 1 type: [solr, es]" }, "status" : 400 }
3、原因
是由于6.0的版本不允许一个index下面有多个type,并且官方说是在接下来的7.0版本中会删掉type
推荐阅读
- Android CollapsingToolbarLayout使用介绍
- Jquery中 .empty和.append
- java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id "null"报错
- R中的文本挖掘(《PokémonGO》提及是否真的在推高股价())
- Python中的推荐系统(入门教程)
- Python字符串用法教程
- R教程(R中的公式)
- 40+ Python统计数据科学资源
- Python元组权威开发教程