mirror of https://github.com/apache/lucene.git
LUCENE-2658: add changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f547a822e
commit
4761317a77
|
@ -537,6 +537,10 @@ Bug fixes
|
|||
* LUCENE-2650: Added extra safety to MMapIndexInput clones to prevent accessing
|
||||
an unmapped buffer if the input is closed (Mike McCandless, Uwe Schindler, Robert Muir)
|
||||
|
||||
* LUCENE-2658: Exceptions while processing term vectors enabled for multiple
|
||||
fields could lead to invalid ArrayIndexOutOfBoundsExceptions.
|
||||
(Robert Muir, Mike McCandless)
|
||||
|
||||
New features
|
||||
|
||||
* LUCENE-2128: Parallelized fetching document frequencies during weight
|
||||
|
|
Loading…
Reference in New Issue