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.

It's all in the title, we have released a new beta of Hibernate Search. This is primarily a consolidation release plus the move to Lucene 3.0. The main changes are:

  • migration to Lucene 3.0
  • improvement of the analyzer framework to support Lucene 3.0 changes
  • backward compatible support for people using STORE.COMPRESS
  • improvements around error reporting (more human friendly)
  • support for Hibernate Core 3.6 Final
  • a good chunk of bug fixes particularly for the mass indexer, queries, the programmatic api

We have a quite aggressive schedule ahead. Another beta in two weeks followed by the release candidate two weeks after. We strongly encourage you to test this release in particular in the areas noted above.

Check out the new release on JBoss.org's Maven repository or download the distribution. You can also read the documentation.

The move to Lucene 3.0 should not trigger index incompatibilities (though it is a forward only move), if you use advanced analyzers, make sure to read the migration guide.

And of course, if you find an issue, let us know.


Back to top