You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2008/02/07 21:14:09 UTC

svn commit: r619623 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: anathaniel
Date: Thu Feb  7 12:14:05 2008
New Revision: 619623

URL: http://svn.apache.org/viewvc?rev=619623&view=rev
Log:
<action dev="AN" type="add" fixes-bug="COCOON-2065" due-to="Dominique De Munck" due-to-email="dominique.demunck@gmail.com">
  Lucene block: Added optimize-frequency configuration parameter to LuceneIndexTransformer.
  This gives a huge performance increase on large Lucene indexes when not optimizing after every update.
</action>
Also tweak formatting to minimize differences to trunk version.

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?rev=619623&r1=619622&r2=619623&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Thu Feb  7 12:14:05 2008
@@ -182,6 +182,10 @@
 
   <changes>
   <release version="2.1.12" date="TBD">
+    <action dev="AN" type="add" fixes-bug="COCOON-2065" due-to="Dominique De Munck" due-to-email="dominique.demunck@gmail.com">
+      Lucene block: Added optimize-frequency configuration parameter to LuceneIndexTransformer.
+      This gives a huge performance increase on large Lucene indexes when not optimizing after every update.
+    </action>
     <action dev="JH" type="fix" fixes-bug="COCOON-2058" due-to="Ralph Collett" due-to-email="ralph.collett@semantico.com">
       Forms Block: Fix ambiguous rule issue with Forms stylesheets when using Saxon.
     </action>