我知道elasticsearch只能在Date内部保存类型.但我可以让它知道存储/转换Java 8 ZonedDateTime,因为我在我的实体中使用此类型?
Date
ZonedDateTime
我在类路径上使用spring-boot:1.3.1 + spring-data-elasticsearch和jackson-datatype-jsr310.当我尝试保存一个ZonedDateTimenor Instant或其他东西时,似乎也没有适用任何转换.
Instant