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 two bugfix releases for Hibernate Search: 5.11.2.Final and 5.10.6.Final. These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions and fix several issues with the Elasticsearch integration.

What’s new

  • HSEARCH-3545: .withPrefixLength is no longer ignored for .keyword().fuzzy() queries in the Elasticsearch integration.

  • HSEARCH-3561: transpositions setting is no longer ignored for FuzzyQuery in the Elasticsearch integration. Thanks to Rick Gagne for fixing this.

  • HSEARCH-3537: Clarify in the documentation that the maximum number of facets is limited to 100 by default. Thanks to Bernhard Scholz for reporting this.

  • HSEARCH-3595: Hibernate Search 5.11.2.Final depends on Hibernate ORM 5.4.3.Final.

  • HSEARCH-3495: Hibernate Search 5.10.6.Final depends on Hibernate ORM 5.3.8.Final.

The other changes are mainly related to our build process.

For a full list of changes since the previous releases, please see the release notes:

How to get these releases

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

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top