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

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

Author: mikemccand
Date: Wed May  5 16:18:37 2010
New Revision: 941363

URL: http://svn.apache.org/viewvc?rev=941363&view=rev
Log:
LUCENE-2387: add missing CHANGES

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=941363&r1=941362&r2=941363&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed May  5 16:18:37 2010
@@ -369,6 +369,10 @@ Bug fixes
   little performance, and ties up possibly large amounts of memory for
   apps that index large docs.  (Ross Woolf via Mike McCandless)
 
+* LUCENE-2387: Don't hang onto Fieldables from the last doc indexed,
+  in IndexWriter, nor the Reader in Tokenizer after close is
+  called.  (Ruben Laguna, Uwe Schindler, Mike McCandless)
+ 
 New features
 
 * LUCENE-2128: Parallelized fetching document frequencies during weight