sync CHANGES from 3.x Bug Fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-01-23 13:58:20 +00:00
parent 4addc16415
commit a58d5763bc
1 changed files with 6 additions and 0 deletions

View File

@ -676,6 +676,12 @@ Bug fixes
* LUCENE-2860: Fixed SegmentInfo.sizeInBytes to factor includeDocStores when it
decides whether to return the cached computed size or not. (Shai Erera)
* LUCENE-2584: SegmentInfo.files() could hit ConcurrentModificationException if
called by multiple threads. (Alexander Kanarsky via Shai Erera)
* LUCENE-2809: Fixed IndexWriter.numDocs to take into account take
into account applied but not yet flushed deletes. (Mike McCandless)
New features
* LUCENE-2128: Parallelized fetching document frequencies during weight