[hibernate-commits] Hibernate SVN: r13806 - search/tags/v3_0_0_Beta1.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 20:56:44 EDT 2007


Author: epbernard
Date: 2007-08-15 20:56:44 -0400 (Wed, 15 Aug 2007)
New Revision: 13806

Added:
   search/tags/v3_0_0_Beta1/readme.txt
Log:
Move search tags/search_3_0_0_Beta1 to the new structure (v3_0_0_Beta1)

Copied: search/tags/v3_0_0_Beta1/readme.txt (from rev 13805, tags/search_3_0_0_Beta1/HibernateExt/search/readme.txt)
===================================================================
--- search/tags/v3_0_0_Beta1/readme.txt	                        (rev 0)
+++ search/tags/v3_0_0_Beta1/readme.txt	2007-08-16 00:56:44 UTC (rev 13806)
@@ -0,0 +1,51 @@
+Hibernate Search
+==================================================
+Version: 3.0.0.Beta1, 19.03.2007
+
+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 at 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).
\ No newline at end of file




More information about the hibernate-commits mailing list