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 are pleased to announce the release of Hibernate Search 7.2.3.Final.

This release brings a bug fix and dependency upgrades.

What’s new in Hibernate Search 7.2.3.Final

Dependency upgrades

Hibernate ORM (HSEARCH-5340)

Hibernate Search now depends on Hibernate ORM 6.6.11.Final.

Other

  • HSEARCH-5334: Fix possible issue with sorting in the Lucene backend

And more. For a full list of changes since the previous releases, please see the release notes.

How to get this release

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

Getting started, migrating

For new applications, refer to the getting started guide:

For existing applications, these releases of Hibernate Search are drop-in replacements of their previous micros within the same minors, assuming you also upgrade the dependencies. To upgrade to a newer major/minor, see migration guides.

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top