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 maintenance release for Hibernate Search: 6.1.1.Final.

What’s new

  • HSEARCH-4462: Upgrade to Hibernate ORM 5.6.5.Final

  • HSEARCH-4468: Upgrade to slf4j 1.7.35 in hibernate-search-backend-elasticsearch-aws

  • HSEARCH-4465: Upgrade -orm6 artifacts to Hibernate ORM 6.0.0.CR1

  • HSEARCH-4461: Fix typos and grammar in documentation

  • HSEARCH-4464: Document that custom bridges or projection converters are not applied to fields for source()/document() projections

  • HSEARCH-4470: Add mapping code examples to the documentation of @IndexedEmbedded.structure

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