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