mirror of https://github.com/apache/lucene.git
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:
parent
4addc16415
commit
a58d5763bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue