LUCENE-2387: add missing CHANGES

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@941363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-05-05 16:18:37 +00:00
parent 3cd39b54de
commit ced530aee9

View File

@ -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