You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/10/25 02:11:37 UTC

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

Author: rmuir
Date: Tue Oct 25 00:11:36 2011
New Revision: 1188453

URL: http://svn.apache.org/viewvc?rev=1188453&view=rev
Log:
LUCENE-3529: merge CHANGES entry

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=1188453&r1=1188452&r2=1188453&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Oct 25 00:11:36 2011
@@ -662,6 +662,11 @@ Bug fixes
   for a document depending if you used nextDoc() versus advance().
   (Mike McCandless, Robert Muir)
 
+* LUCENE-3529: Properly support indexing an empty field with empty term text.
+  Previously, if you had assertions enabled you would receive an error during
+  flush, if you didn't, you would get an invalid index.  
+  (Mike McCandless, Robert Muir)
+
 New Features
 
 * LUCENE-3448: Added FixedBitSet.and(other/DISI), andNot(other/DISI).