Released under the LGPL v2.1
Hibernate Search downloads
Hibernate Search downloads
Interested in commercial support? Check out Red Hat’s offering.
Releases
- 4.5.0.Alpha1
- 2013-10-14 development
- Maven gav: org.hibernate:hibernate-search:4.5.0.Alpha1
- WildFly 8 compatibility, Hibernate ORM 4.3 compatibility
- 4.4.0.Final
- 2013-10-14 stable
- Maven gav: org.hibernate:hibernate-search:4.4.0.Final
- Dynamic index sharding, new Metadata API
- 4.3.0.Final
- 2013-06-08 stable
- Maven gav: org.hibernate:hibernate-search:4.3.0.Final
- Synchronous JGroups backend, JBoss AS and EAP modules, Near-Real-Time backend speed improvements, spatial improvements
Maven repository
Hibernate Search is built using Maven and publishes as part of the release process the project artifacts to the JBoss Maven Repository under org.hibernate:hibernate-search. For more information on how to configure Maven to use JBoss’s repository, look here or use mvn install -s setting-example.xml
.
Here is how to declare the dependency in your Maven POM file
Maven dependency
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<version>4.5.0.Alpha1</version>
</dependency>