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 a maintenance release for Hibernate Search: 6.1.4.Final.

This release mainly upgrades to Hibernate ORM 6.0.0.Final for -orm6 artifacts, upgrades to the latest version of Jakarta dependencies for -orm6/-jakarta artifacts, and fixes a few bugs.

What’s new

  • HSEARCH-4523: Upgrade -orm6 artifacts to Hibernate ORM 6.0.0.Final

  • HSEARCH-4528: Upgrade to latest version of Jakarta dependencies for -orm6/-jakarta artifacts

  • HSEARCH-4529: Upgrade to Hibernate Commons Annotations 6.0.0.Final for -orm6 artifacts

  • HSEARCH-4513: Using a SearchSort instance in multiple queries with the Lucene backend no longer has side effects leading to unexpected results.

  • HSEARCH-4531: Sorting on a dynamic field that has never been indexed no longer fails with the Elasticsearch backend.

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

How to get this release

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