You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2010/05/04 20:22:43 UTC

svn commit: r940991 - /lucene/java/branches/lucene_3_0/CHANGES.txt

Author: mikemccand
Date: Tue May  4 18:22:42 2010
New Revision: 940991

URL: http://svn.apache.org/viewvc?rev=940991&view=rev
Log:
LUCENE-2422: move CHANGES entry to the right place

Modified:
    lucene/java/branches/lucene_3_0/CHANGES.txt

Modified: lucene/java/branches/lucene_3_0/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/CHANGES.txt?rev=940991&r1=940990&r2=940991&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/CHANGES.txt Tue May  4 18:22:42 2010
@@ -5,7 +5,9 @@ $Id$
 
 Bug fixes
 
-...
+ * LUCENE-2422: Don't reuse byte[] in IndexInput/Output -- it gains
+   little performance, and ties up possibly large amounts of memory
+   for apps that index large docs.  (Ross Woolf via Mike McCandless)
 
 API Changes
 
@@ -63,10 +65,6 @@ Bug fixes
    (for example, text:foo^0) sorted incorrectly and produced
    invalid docids. (yonik)
 
- * LUCENE-2422: Don't reuse byte[] in IndexInput/Output -- it gains
-   little performance, and ties up possibly large amounts of memory
-   for apps that index large docs.  (Ross Woolf via Mike McCandless)
-
 API Changes
 
  * LUCENE-1609: Restore IndexReader.getTermInfosIndexDivisor (it was