Author: epbernard
Date: 2007-08-15 20:56:28 -0400 (Wed, 15 Aug 2007)
New Revision: 13801
Added:
search/tags/v3_0_0_Beta1/changelog.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/changelog.txt (from rev 13800,
tags/search_3_0_0_Beta1/HibernateExt/search/changelog.txt)
===================================================================
--- search/tags/v3_0_0_Beta1/changelog.txt (rev 0)
+++ search/tags/v3_0_0_Beta1/changelog.txt 2007-08-16 00:56:28 UTC (rev 13801)
@@ -0,0 +1,33 @@
+Hibernate Search Changelog
+==========================
+
+3.0.0.Beta1 (19-03-2007)
+------------------------
+
+Initial release as a standalone product (see Hibernate Annotations changelog for previous
informations)
+
+
+Release Notes - Hibernate Search - Version 3.0.0.beta1
+
+** Bug
+ * [HSEARCH-7] - Ignore object found in the index but no longer present in the
database (for out of date indexes)
+ * [HSEARCH-21] - NPE in SearchFactory while using different threads
+ * [HSEARCH-22] - Enum value Index.UN_TOKENISED is misspelled
+ * [HSEARCH-24] - Potential deadlock when using multiple DirectoryProviders in a
highly concurrent index update
+ * [HSEARCH-25] - Class cast exception in
org.hibernate.search.impl.FullTextSessionImpl<init>(FullTextSessionImpl.java:54)
+ * [HSEARCH-28] - Wrong indexDir property in Apache Lucene Integration
+
+
+** Improvement
+ * [HSEARCH-29] - Share the initialization state across all Search event listeners
instance
+ * [HSEARCH-30] - @FieldBridge now use o.h.s.a.Parameter rather than o.h.a.Parameter
+ * [HSEARCH-31] - Move to Lucene 2.1.0
+
+** New Feature
+ * [HSEARCH-1] - Give access to Directory providers
+ * [HSEARCH-2] - Default FieldBridge for enums (Sylvain Vieujot)
+ * [HSEARCH-3] - Default FieldBridge for booleans (Sylvain Vieujot)
+ * [HSEARCH-9] - Introduce a worker factory and its configuration
+ * [HSEARCH-16] - Cluster capability through JMS
+ * [HSEARCH-23] - Support asynchronous batch worker queue
+ * [HSEARCH-27] - Ability to index associated / embedded objects
Show replies by date