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字段值类型不同,一个是日期类型,一个是字符串类型,这个字段是个新字段,根据测试,也不是每次都出现这个问题的。

 

posted on 2021-06-11 17:30  jejas  阅读(924)  评论(0编辑  收藏  举报