| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.bridge.builtin.time.impl |
This package contains all the bridges to store the temporal classes provided
since Java 8 in an Elasticsearch-compliant format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticsearchInstantBridge
Converts a
Instant to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
class |
ElasticsearchLocalDateBridge
Converts a
LocalDate to a String in Elasticsearch's "strict_date" format. |
class |
ElasticsearchLocalDateTimeBridge
Converts a
LocalDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
class |
ElasticsearchLocalTimeBridge
Converts a
LocalTime to a String in Elasticsearch's "strict_hour_minute_second_fraction" format. |
class |
ElasticsearchMonthDayBridge
Converts a
MonthDay to a String in Elasticsearch's "--MM-dd" format. |
class |
ElasticsearchOffsetDateTimeBridge
Converts a
OffsetDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
class |
ElasticsearchOffsetTimeBridge
Converts a
OffsetTime to a String in Elasticsearch's "strict_time" format. |
class |
ElasticsearchYearBridge
Converts a
Year to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
class |
ElasticsearchYearMonthBridge
Converts a
YearMonth to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
class |
ElasticsearchZonedDateTimeBridge
Converts a
ZonedDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
Copyright © 2006–2017 Hibernate. All rights reserved.