Hibernate Search 4.1 CR2

Posted by    |       Hibernate Search

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 have decided to do a second release candidate for Hibernate Search 4.1. We fixed a couple of issues related to clustering and how it works in a modular environment like JBoss AS 7. In particular, we made sure it works fine for JBoss AS 7.1.

But we could not resist adding a couple more bug fixes and improvements. We now use the new Lucene primitive UPDATE which should give you an interesting performance boost in write heavy environments. To the feature to kick in, you must not share the same index for several entity types. Apart from that, this will be enabled by default. Upgrade and enjoy the show.

Get the release

Try it out, the final version should come soon now:


Back to top