last commit accidently removed a Changes entry Uwe entered - readding the entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-09-09 15:19:29 +00:00
parent 08415d13e2
commit b26483fea6
1 changed files with 6 additions and 2 deletions

View File

@ -545,8 +545,12 @@ Bug fixes
not work correctly. (Uwe Schindler) not work correctly. (Uwe Schindler)
* LUCENE-1899: Fix O(N^2) CPU cost when setting docIDs in order in an * LUCENE-1899: Fix O(N^2) CPU cost when setting docIDs in order in an
OpenBitSet, due to an inefficiency in how the underlying storage is OpenBitSet, due to an inefficiency in how the underlying storage is
reallocated. (Nadav Har'El via Mike McCandless) reallocated. (Nadav Har'El via Mike McCandless)
* LUCENE-1901: Fix the bug that TermAttributeImpl.equals() does not check
termLength. (Daniel Shane, Doron Cohen via Uwe Schindler)
New features New features