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.1.Final.

What’s new

  • HSEARCH-4131: Upgrade to Hibernate ORM 5.4.27.Final

  • HSEARCH-4123: The default analyzer will now be correctly applied to full-text fields when using programmatic mapping.

  • HSEARCH-4137: Reindexing will no longer be incorrectly skipped when a change in a contained entity follows a change that is irrelevant to indexing.

  • HSEARCH-4150: Entity loading will no longer fail for large pages when an associastion uses FetchMode.SUBSELECT.

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