Hibernate Search
==================================================
Version: 3.0.1.GA.CP01, 11.11.2008

Description
-----------

Full text search engines like Apache Lucene(tm) are a very powerful technology to
bring free text/efficient queries to applications. If suffers several mismatches
when dealing with a object domain model (keeping the index up to date, mismatch
between the index structure and the domain model, ...)
Hibernate Search indexes your domain model thanks to a few annotations, takes
care of the index synchronization, brings you back managed objects from free text
queries.
Hibernate Search is using Apache Lucene(tm) under the cover.


Hibernate Requires Hibernate Core 3.2 and above.
This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x


Instructions
------------

Unzip to installation directory, read doc/reference


Contact
------------

Latest Documentation:

   http://hibernate.org

Bug Reports:

   Hibernate JIRA (preferred)
   hibernate-devel@lists.sourceforge.net

Free Technical Support:

   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)


Notes
-----------

If you want to contribute, go to http://www.hibernate.org/

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

