Error while bulk request ElasticsearchException[Elasticsearch exception [type=illegal_argument_exception, reason=mapper [ABC] of different type, current_type [text], merged_type [date]]]


在使用elastic search 存储时,出现如下错误:

Error while bulk request ElasticsearchException[Elasticsearch exception [type=illegal_argument_exception, reason=mapper [ABC] of different type, current_type [text], merged_type [date]]]

原因是:

在一个请求里,同时创建了两条记录,这两条记录都有ABC字段,但是两条记录的ABC字段值类型不同,一个是日期类型,一个是字符串类型,这个字段是个新字段,根据测试,也不是每次都出现这个问题的。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM