Package | Description |
---|---|
org.hibernate.search.elasticsearch.bridge.builtin.impl | |
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 |
ElasticsearchCalendarBridge
Bridge a
java.util.Calendar to a String using the ISO 8601 standard which is the default date format
of Elasticsearch. |
class |
ElasticsearchDateBridge
Bridge a
java.util.Date to a String using the ISO 8601 standard which is the default date format
of Elasticsearch. |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved