LUCENE-3529: merge CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-10-25 00:11:36 +00:00
parent 15f471a737
commit 2c6afec00e
1 changed files with 5 additions and 0 deletions

View File

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