前言
ElaseicSearch提供了很多种时间类型,具体可参考官方地址:https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html 。
本文主要介绍了其中几种时间类型在springboot时怎么操作的,如date_time等。
一、创建实体类
实体类中包含时间类型,即生日字段
@Data
@Document(indexName = "student", shards =