[hibernate-commits] Hibernate SVN: r11638 - trunk/HibernateExt/search.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 5 20:41:38 EDT 2007


Author: epbernard
Date: 2007-06-05 20:41:38 -0400 (Tue, 05 Jun 2007)
New Revision: 11638

Modified:
   trunk/HibernateExt/search/build.xml
   trunk/HibernateExt/search/changelog.txt
   trunk/HibernateExt/search/readme.txt
Log:
release

Modified: trunk/HibernateExt/search/build.xml
===================================================================
--- trunk/HibernateExt/search/build.xml	2007-06-06 00:39:00 UTC (rev 11637)
+++ trunk/HibernateExt/search/build.xml	2007-06-06 00:41:38 UTC (rev 11638)
@@ -16,7 +16,7 @@
 	<!-- Name of project and version, used to create filenames -->
 	<property name="Name" value="Hibernate Search"/>
 	<property name="name" value="hibernate-search"/>
-	<property name="version" value="3.0.0.Beta2"/>
+	<property name="version" value="3.0.0.Beta3"/>
 	<property name="javadoc.packagenames" value="org.hibernate.search.*"/>
 	<property name="copy.test" value="true"/>
 	<property name="javac.source" value="1.5"/>

Modified: trunk/HibernateExt/search/changelog.txt
===================================================================
--- trunk/HibernateExt/search/changelog.txt	2007-06-06 00:39:00 UTC (rev 11637)
+++ trunk/HibernateExt/search/changelog.txt	2007-06-06 00:41:38 UTC (rev 11638)
@@ -1,6 +1,26 @@
 Hibernate Search Changelog
 ==========================
 
+3.0.0.Beta3 (6-06-2007)
+------------------------
+
+** Bug
+    * [HSEARCH-64] - Exception Thrown If Index Directory Does Not Exist
+    * [HSEARCH-66] - Some results not returned in some circumstances (Brandon Munroe)
+
+
+** Improvement
+    * [HSEARCH-60] - Introduce SearchFactory / SearchFactoryImpl
+    * [HSEARCH-68] - Set index copy threads as daemon
+    * [HSEARCH-70] - Create the index base directory if it does not exists
+
+** New Feature
+    * [HSEARCH-11] - Provide access to IndexWriter.optimize()
+    * [HSEARCH-33] - hibernate.search.worker.batch_size to prevent OutOfMemoryException while inserting many objects
+    * [HSEARCH-71] - Provide fullTextSession.getSearchFactory()
+    * [HSEARCH-72] - searchFactory.optimize() and searchFactory.optimize(Class) (Andrew Hahn)
+
+
 3.0.0.Beta2 (31-05-2007)
 ------------------------
 

Modified: trunk/HibernateExt/search/readme.txt
===================================================================
--- trunk/HibernateExt/search/readme.txt	2007-06-06 00:39:00 UTC (rev 11637)
+++ trunk/HibernateExt/search/readme.txt	2007-06-06 00:41:38 UTC (rev 11638)
@@ -1,6 +1,6 @@
 Hibernate Search
 ==================================================
-Version: 3.0.0.Beta2, 31.05.2007
+Version: 3.0.0.Beta3, 6.06.2007
 
 Description
 -----------




More information about the hibernate-commits mailing list