Hibernate Search

5.0 series end-of-life

Upgrade to Lucene 4 and much much more ...

Hibernate Search 5.0 has reached its end-of-life:

  • it is unlikely to see another release;

  • bugs are unlikely to get fixed in this version, even security vulnerabilities;

  • pull requests against this version will be rejected;

  • bug reproducers using this version will be given lower priority.

We encourage you to upgrade to a newer series if possible.

Compatibility

Java 7 or 8
Hibernate ORM 4.3
Apache Lucene 4.1

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

See also the Compatibility policy.

Documentation

Documentation for Hibernate Search 5.0 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.0 has reached its end-of-life: we recommend you use a newer series if possible.

Maven, Gradle...

Maven artifacts of Hibernate Search are published to Maven Central.

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.0.1.Final
Hibernate ORM integration
org.hibernate:hibernate-search-backend-jgroups:5.0.1.Final
JGroups backend
org.hibernate:hibernate-search-backend-jms:5.0.1.Final
JMS backend

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 Maven Central:

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 (2015-01-12): 5.0.1.Final.

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

Releases in this series

Hibernate Search 5.0 has reached its end-of-life: we recommend you use a newer series if possible.

5.0.0.CR2

2014-12-12

5.0.0.CR1

2014-12-09

Index numeric types and dates as NumericField by default

Maven artifacts Download Resolved issues Release announcement

5.0.0.Beta3

2014-11-10

API polishing, indexing performance improvements

Maven artifacts Download Resolved issues Release announcement

5.0.0.Beta2

2014-11-13

API and documentation polishing, indexing performance improvments

Maven artifacts Download Resolved issues Release announcement

5.0.0.Beta1

2014-10-31

Async backend performance, many Infinispan integration improvements

Maven artifacts Download Resolved issues Release announcement

5.0.0.Alpha7

2014-09-26

Improvements and fixes in the Avro Serialization module

Maven artifacts Download Resolved issues Release announcement

5.0.0.Alpha6

2014-08-18

Improvements and fixes in the Avro Serialization module

Maven artifacts Download Resolved issues Release announcement

5.0.0.Alpha5

2014-07-23

Upgrade integrations for JMS, Hibernate ORM, WildFly, Karaf, Infinispan upgrades

Maven artifacts Download Resolved issues Release announcement

5.0.0.Alpha4

2014-05-20

OSGi support, Lucene 4.8.1, Infinispan 7 preview

Maven artifacts Download Resolved issues Release announcement

5.0.0.Alpha3

2014-04-04

Lucene 4.7.1, ClassLoader fixes, Tests polished

Maven artifacts Download Resolved issues Release announcement

Back to top