Home / hibernate-search / 4.1.0.CR3
Name Modified Size InfoDownloads / Week
Parent folder
hibernate-search-4.1.0.CR3-dist.zip 2012-03-28 31.0 MB
changelog.txt 2012-03-28 70.0 kB
README.md 2012-03-28 2.2 kB
hibernate-search-4.1.0.CR3-dist.tar.gz 2012-03-28 27.4 MB
Totals: 4 Items   58.5 MB 0

Hibernate Search

Version: 4.1.0.CR3 29-3-2012

Description

Full text search engines like Apache Lucene are very powerful technologies to add efficient free text search capabilities to applications. However, Lucene suffers several mismatches when dealing with object domain models. Amongst other things indexes have to be kept up to date and mismatches between index structure and domain model as well as query mismatches have to be avoided.

Hibernate Search addresses these shortcomings - it indexes your domain model with the help of a few annotations, takes care of database/index synchronization and brings back regular managed objects from free text queries.

Hibernate Search is using Apache Lucene under the cover.

Requirements

This version of Hibernate Search requires:

  • Hibernate Core 4.1 and above
  • Apache Lucene 3.5

Instructions

Maven

Include the following to your dependency list:

<dependency>
 <groupId>org.hibernate</groupId>
 <artifactId>hibernate-search</artifactId>
 <version>4.1.0.CR3</version>
</dependency>

Sourceforge Bundle

Download the distribution bundle from SourceForge and unzip to installation directory. Then read the documentation available in docs/reference.

Building from source

> git clone git@github.com:hibernate/hibernate-search.git
> cd hibernate-search
> mvn clean install -s settings-example.xml

If you want to also build the documentation, use

> mvn clean install -Pdocs -s settings-example.xml

If you want to contribute, read Contributing to Hibernate Search

Contact

Latest Documentation:

Bug Reports:

Free Technical Support:

License

This software and its documentation are distributed under the terms of the FSF Lesser Gnu Public License (see lgpl.txt).

Source: README.md, updated 2012-03-28