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 bugfix release for Hibernate Search: 6.0.4.Final.

Thanks to Aaron Kunde for his report!

What’s new

  • HSEARCH-4236: The mass indexer no longer leaks threads if it fails due to unavailable database connections.

  • HSEARCH-4204: The metamodel for Elasticsearch indexes now exposes the name of the index used by Hibernate Search to read and write documents. This should be useful to applications that also send requests directly to Elasticsearch through an HTTP client. See this section of the documentation for more information.

  • HSEARCH-4213: Upgrade to Jackson 2.12.x

  • HSEARCH-4219: Upgrade to Hibernate ORM 5.4.31.Final

For a full list of changes since the previous release, 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.

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top