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.
|
Class and Description |
---|
ElasticsearchInstantBridge |
ElasticsearchLocalDateBridge |
ElasticsearchLocalDateTimeBridge
Converts a
LocalDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
ElasticsearchLocalTimeBridge |
ElasticsearchMonthDayBridge |
ElasticsearchOffsetDateTimeBridge
Converts a
OffsetDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
ElasticsearchOffsetTimeBridge
Converts a
OffsetTime to a String in Elasticsearch's "strict_time" format. |
ElasticsearchTemporalAccessorStringBridge
Base class for the conversion of
TemporalAccessor to String . |
ElasticsearchYearBridge |
ElasticsearchYearMonthBridge |
ElasticsearchZonedDateTimeBridge
Converts a
ZonedDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved