Hibernate Search is a library that integrates Hibernate ORM with Apache Lucene or Elasticsearch by automatically indexing entities, enabling advanced search functionality: full-text, geospatial, aggregations and more. For more information, see Hibernate Search on hibernate.org.

We just published two bugfix releases for Hibernate Search: 5.11.4.Final and 5.10.8.Final. These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions and fix one issue with the Elasticsearch integration.

What’s new

  • HSEARCH-3767: projections on date/time fields no longer throw a NullPointerException in the Elasticsearch integration.

  • HSEARCH-3763: Hibernate Search 5.11.4.Final depends on Hibernate ORM 5.4.9.Final.

  • HSEARCH-3760: Hibernate Search 5.10.8.Final depends on Hibernate ORM 5.3.14.Final.

For a full list of changes since the previous releases, please see the release notes:

How to get these releases

All details are available and up to date on the dedicated pages on hibernate.org:

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top