mirror of https://github.com/apache/lucene.git
LUCENE-2299, LUCENE-2360: add missing CHANGES entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5179757fdd
commit
661605348f
|
@ -449,6 +449,9 @@ Bug fixes
|
|||
* LUCENE-2299: If you open an NRT reader while addIndexes* is running,
|
||||
it may miss some segments (Earwin Burrfoot via Mike McCandless)
|
||||
|
||||
* LUCENE-2397: Don't throw NPE from SnapshotDeletionPolicy.snapshot if
|
||||
there are no commits yet (Shai Erera)
|
||||
|
||||
New features
|
||||
|
||||
* LUCENE-2128: Parallelized fetching document frequencies during weight
|
||||
|
@ -592,6 +595,8 @@ Optimizations
|
|||
because then it will make sense to make the RAM buffers as large as
|
||||
possible. (Mike McCandless, Michael Busch)
|
||||
|
||||
* LUCENE-2360: Small speedup to recycling of reused per-doc RAM in
|
||||
IndexWriter (Robert Muir, Mike McCandless)
|
||||
|
||||
Build
|
||||
|
||||
|
|
Loading…
Reference in New Issue