SOLR-7730: mention in 5.4.0's Optimizations

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mikhail Khludnev 2015-12-15 20:32:08 +00:00
parent a1951a4469
commit 3a6676972e
1 changed files with 5 additions and 5 deletions

View File

@ -308,6 +308,10 @@ Optimizations
FacetsConfig.getDimConfig for better concurrency (Sanne Grinovero FacetsConfig.getDimConfig for better concurrency (Sanne Grinovero
via Mike McCandless) via Mike McCandless)
* SOLR-7730: Speed up SlowCompositeReaderWrapper.getSortedSetDocValues() by
avoiding merging FieldInfos just to check doc value type.
(Paul Vasilyev, Yuriy Pakhomov, Mikhail Khludnev, yonik)
Bug Fixes Bug Fixes
* LUCENE-6905: Unwrap center longitude for dateline crossing * LUCENE-6905: Unwrap center longitude for dateline crossing
@ -913,10 +917,6 @@ Optimizations
egothor/stemmer/Compile.java egothor/stemmer/Compile.java
(Rishabh Patel via Christine Poerschke) (Rishabh Patel via Christine Poerschke)
* SOLR-7730: Speed up SlowCompositeReaderWrapper.getSortedSetDocValues() by
avoiding merging FieldInfos just to check doc value type.
(Paul Vasilyev, Yuriy Pakhomov, Mikhail Khludnev, yonik)
Build Build
* LUCENE-6518: Don't report false thread leaks from IBM J9 * LUCENE-6518: Don't report false thread leaks from IBM J9