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 5.9.1.Final, a maintenance release for the 5.9 branch.

This release brings a usability enhancement for our Elasticsearch integration requested by the community (keep them coming!).

What’s new?

5.9.1.Final only includes 2 changes:

  • HSEARCH-3026: It is now possible to define a path prefix for the Elasticsearch cluster. Thus, Hibernate Search is now able to connect to clusters with connection URLs such as http://servername/my/elasticsearch/.

  • HSEARCH-3027: We fixed a low probability issue in the bootstrap code: it could hang on failure if the exception raised was not a RuntimeException.

How to get this release

All the necessary information is available (and updated regularly) on hibernate.org.

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top