Error while bulk request ElasticsearchException[Elasticsearch exception [type=illegal_argument_excep

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

 

上一篇:ios微信分享失效,不支持history.pushState方法


下一篇:url的hash和HTML5的history