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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Dec 4 05:42:07 EST 2008


Author: hardy.ferentschik
Date: 2008-12-04 05:42:07 -0500 (Thu, 04 Dec 2008)
New Revision: 15662

Modified:
   search/trunk/changelog.txt
Log:
updated changelog

Modified: search/trunk/changelog.txt
===================================================================
--- search/trunk/changelog.txt	2008-12-04 10:25:17 UTC (rev 15661)
+++ search/trunk/changelog.txt	2008-12-04 10:42:07 UTC (rev 15662)
@@ -4,6 +4,32 @@
 3.1.0.GA (4-12-2008)
 ------------------------
 
+** Bug
+    * [HSEARCH-233] - EntityNotFoundException during indexing
+    * [HSEARCH-280] - Make FSSlaveAndMasterDPTest pass against postgresql
+    * [HSEARCH-297] - Allow PatternTokenizerFactory to be used
+    * [HSEARCH-309] - PurgeAllLuceneWork duplicates in work queue
+
+** Improvement
+    * [HSEARCH-221] - Get Lucene Analyzer runtime (indexing)
+    * [HSEARCH-265] - Raise warnings when an abstract class is marked @Indexed
+    * [HSEARCH-285] - Refactor DocumentBuilder to support containedIn only and regular Indexed entities
+    * [HSEARCH-298] - Warn for dangerous IndexWriter settings
+    * [HSEARCH-299] - Use of faster Bit operations when possible to chain Filters
+    * [HSEARCH-302] - Utilize pagination settings when retrieving TopDocs from the Lucene query to only retrieve required TopDocs
+    * [HSEARCH-308] - getResultSize() implementation should not load documents
+    * [HSEARCH-311] - Add a close() method to BackendQueueProcessorFactory
+    * [HSEARCH-312] - Rename hibernate.search.filter.cache_bit_results.size to hibernate.search.filter.cache_docidresults.size
+
+** New Feature
+    * [HSEARCH-160] - Truly polymorphic queries
+    * [HSEARCH-268] - Apply changes to different indexes in parallel
+    * [HSEARCH-296] - Expose managed entity class via a Projection constant
+
+** Task
+    * [HSEARCH-303] - Review reference documentation
+
+
 3.1.0.CR1 (17-10-2008)
 ------------------------
 




More information about the hibernate-commits mailing list