Hibernate Search

5.9 series end-of-life

JSR 352 (Batch for Java) mass indexing job, WildFly feature packs, improvements and deprecations paving the road to Search 6

Compatibility

Java 8
Hibernate ORM 5.2 (>= 5.2.3.Final)
Elasticsearch server 2.0 - 5.6
Apache Lucene 5.5

Not compatible with your requirements? Have a look at the other series.

See also the Compatibility policy and Maintenance policy.

Documentation

Documentation for Hibernate Search 5.9 can be accessed through the links below:

HTML PDF API (JavaDoc)

You can find more documentation for all series on the documentation page.

How to get it

Hibernate Search 5.9 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

Maven, Gradle...

Maven artifacts of Hibernate Search are published to Maven Central. Most build tools fetch artifacts from Maven Central by default, but if that's not the case for you, see this page to configure your build tool.

You can find the Maven coordinates of all artifacts through the link below:

Maven artifacts

Below are the Maven coordinates of the main artifacts.

org.hibernate:hibernate-search-orm:5.9.3.Final
Hibernate ORM integration
org.hibernate:hibernate-search-elasticsearch:5.9.3.Final
Elasticsearch integration
org.hibernate:hibernate-search-elasticsearch-aws:5.9.3.Final
Amazon IAM authentication for Elasticsearch
org.hibernate:hibernate-search-backend-jgroups:5.9.3.Final
JGroups backend
org.hibernate:hibernate-search-backend-jms:5.9.3.Final
JMS backend
org.hibernate:hibernate-search-jsr352-core:5.9.3.Final
JSR 352 (Batch for Java) integration - Core
org.hibernate:hibernate-search-jsr352-jberet:5.9.3.Final
JSR 352 (Batch for Java) integration - JBeret specifics
org.hibernate:hibernate-search-jbossmodules-engine:5.9.3.Final
WildFly feature pack - Engine
org.hibernate:hibernate-search-jbossmodules-orm:5.9.3.Final
WildFly feature pack - Hibernate ORM integration
org.hibernate:hibernate-search-jbossmodules-elasticsearch:5.9.3.Final
WildFly feature pack - Elasticsearch integration
org.hibernate:hibernate-search-jbossmodules-elasticsearch:5.9.3.Final
WildFly feature pack - Amazon IAM authentication for Elasticsearch

All Maven artifacts of this project released after 2022-01-26 are signed.

To verify signed Maven artifacts, head to this page.

Direct download

A ZIP archive containing all JAR files, documentation and source is available from SourceForge:

Download ZIP archive

Individual Maven artifacts may be downloaded directly from the Maven repository:

Maven Central subdirectory

See here for how to download all dependencies of your Maven project to a local directory on your filesystem.

See here for how to download an explicitly listed set of artifacts to a local directory on your filesystem.

More information about specific releases (announcements, download links) can be found here.

Migrating

If you need to upgrade from a previous series, please refer to the migration guide:

HTML

What's new

Latest release announcement (2018-09-10): 5.9.3.Final.

A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.

JSR 352 (Batch for Java) mass indexing job

A JSR 352 mass indexing job was added, adding in particular the ability to restart from a checkpoint when indexing fails.

See the documentation for more information, and this blog post for an introduction to JSR 352 in Hibernate Search.

JBoss modules now distributed as feature packs

The Hibernate Search JBoss Modules, for use in WildFly or JBoss EAP, are now distributed as WildFly feature packs, which makes provisioning a WildFly server with an upgraded Hibernate Search version easier than ever. The feature packs can also be consumed using WildFly Swarm.

Also, the modules are now distributed as multiple feature packs, which means that components are split in fine grained packages, allowing you to pick only the parts you will need. For example, you won’t need to add the Elasticsearch clients to your server if you only use Lucene.

See the documentation for more information on the available feature packs and how to consume them.

Releases in this series

Hibernate Search 5.9 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

Back to top