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 maintenance releases for Hibernate Search: 5.11.11.Final and 5.10.13.Final.

These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions and fix one bug.

What’s new

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

5.11.11.Final

5.10.13.Final

  • HSEARCH-4671: Upgrade to Hibernate ORM 5.3.28.Final

  • HSEARCH-4107: Creating a FullTextSession from an EntityManager created by Spring Boot 2.4.0+ / Spring Framework 5.3+ used to fail with a ClassCastException. This is no longer the case. More information here.

How to get these releases

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

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top