Merged revision(s) 1190293 from lucene/dev/branches/branch_3x:

LUCENE-3540: Fix error message in IndexFormatTooOldException and make use of IndexFormatTooNewException

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1190296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-10-28 13:09:22 +00:00
parent 234b53bd54
commit 9de4eaeaba
1 changed files with 4 additions and 0 deletions

View File

@ -695,6 +695,10 @@ Bug fixes
* LUCENE-2633: PackedInts Packed32 and Packed64 did not support internal
structures larger than 256MB (Toke Eskildsen via Mike McCandless)
* LUCENE-3540: LUCENE-3255 dropped support for pre-1.9 indexes, but the
error message in IndexFormatTooOldException was incorrect. (Uwe Schindler,
Mike McCandless)
New Features
* LUCENE-3448: Added FixedBitSet.and(other/DISI), andNot(other/DISI).