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 bugfix releases for the branches we actively maintain:

Version 5.10.4.Final

The latest and greatest, compatible with Hibernate ORM 5.3 and JPA 2.2.

Version 5.9.3.Final

Latest version compatible with Hibernate ORM 5.2 (5.2.3.Final and later 5.2.x).

Version 5.6.6.Final

Latest version compatible with Hibernate ORM 5.0 and 5.1.

What’s new?

  • HSEARCH-3339: Using a @Spatial bridge on a property of a non-@Indexed, embedded type used to lead to an exception on bootstrap. It is no longer the case.

  • HSEARCH-3343: Hibernate Search 5.10.4.Final depends on Hibernate ORM 5.3.6.Final.

  • HSEARCH-3344: Hibernate Search 5.9.3.Final depends on Hibernate ORM 5.2.17.Final.

  • HSEARCH-3345: Hibernate Search 5.6.6.Final depends on Hibernate ORM 5.1.15.Final.

The other changes are mainly related to our build process.

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