mirror of https://github.com/apache/lucene.git
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:
parent
15f471a737
commit
2c6afec00e
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue