\"type\":\"illegal_argument_exception\",\"reason\":\"failed to parse date field [-62170012800] with format [date_time]\
上面的是es(7.x)设置为date_time 类型时报的错误
MySQL中的数据是2019-08-30 12:20:24
格式如下:receipt_at
timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
https://blog.csdn.net/weixin_34144450/article/details/88754502
.startObject("create_time") //创建日期
.field("type", "date")
.field("format", "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd")
.endObject()