You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2012/10/11 21:11:58 UTC

svn commit: r1397238 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: simonw
Date: Thu Oct 11 19:11:58 2012
New Revision: 1397238

URL: http://svn.apache.org/viewvc?rev=1397238&view=rev
Log:
LUCENE-4462: update changes after backporting

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1397238&r1=1397237&r2=1397238&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu Oct 11 19:11:58 2012
@@ -16,13 +16,6 @@ Changes in backwards compatibility polic
   (Nikola Tanković, Uwe Schindler, Chris Male, Mike McCandless,
   Robert Muir)
 
-Optimizations
-
-* LUCENE-4462: DocumentsWriter now flushes deletes, segment infos and builds
-  CFS files if necessary during segment flush and not during publishing. The latter
-  was a single threaded process while now all IO and CPU heavy computation is done
-  concurrently in DocumentsWriterPerThread. (Simon Willnauer)
-
 ======================= Lucene 4.1.0 =======================
 
 New Features
@@ -78,6 +71,11 @@ Optimizations
 * LUCENE-4473: BlockPostingsFormat encodes offsets more efficiently
   for low frequency terms (< 128 occurrences).  (Robert Muir)
 
+* LUCENE-4462: DocumentsWriter now flushes deletes, segment infos and builds
+  CFS files if necessary during segment flush and not during publishing. The latter
+  was a single threaded process while now all IO and CPU heavy computation is done
+  concurrently in DocumentsWriterPerThread. (Simon Willnauer)
+
 Build
 
 * LUCENE-4451: Memory leak per unique thread caused by