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.

Hibernate Search 8.1.1.Final maintenance release is out.

This release contains a couple of adjustments to the metric aggregations and an update of the Elasticsearch client.

What’s new

For a summary of all new features and improvements since 8.0, head to the dedicated page on hibernate.org, or check a more detailed list below.

Dependency upgrades

Others

Other improvements and bug fixes

  • HSEARCH-5456: Metric aggregation (e.g. min/max) may fail for a Lucene backend when there are null values

  • HSEARCH-5457: Enable count-values aggregation for string/boolean fields

And more. Please see the release notes for a complete list of changes since the previous releases.

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, Hibernate Search 8.1 is a drop-in replacement for 8.0, assuming you also upgrade the dependencies. Information about deprecated configuration and API is included in the migration guide.

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top