You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fe...@apache.org on 2007/07/11 06:37:45 UTC

svn commit: r555166 - /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes.xml

Author: felixk
Date: Tue Jul 10 21:37:44 2007
New Revision: 555166

URL: http://svn.apache.org/viewvc?view=rev&rev=555166
Log:
Apply patch from http://issues.apache.org/jira/browse/COCOON-2065.
Thanks to Dominique De Munck for providing the patch

Modified:
    cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes.xml

Modified: cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes.xml?view=diff&rev=555166&r1=555165&r2=555166
==============================================================================
--- cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes.xml (original)
+++ cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes.xml Tue Jul 10 21:37:44 2007
@@ -32,6 +32,9 @@
         Cocoon-Lucene-Block becomes a normal Spring application which means that it is 
         initialized by Spring and not the other way around.
       </action>
+      <action dev="felixk" type="fix" issue="COCOON-2065" due-to="Dominique De Munck" due-to-email="dominique.demunck@gmail.com">
+        Huge performance increase of LuceneIndexTransformer on large Lucene indexes.
+      </action>
     </release>
   </body>
 </document>