From 3a6676972e50b9681bfafdcaa0220e8d235bdc35 Mon Sep 17 00:00:00 2001 From: Mikhail Khludnev Date: Tue, 15 Dec 2015 20:32:08 +0000 Subject: [PATCH] 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 --- lucene/CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index c269d2101fb..de8e1bf6f5f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -307,6 +307,10 @@ Optimizations * LUCENE-6909: Remove unnecessary synchronized from FacetsConfig.getDimConfig for better concurrency (Sanne Grinovero 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 @@ -912,11 +916,7 @@ Optimizations * LUCENE-6621: Removed two unused variables in analysis/stempel/src/java/org/ egothor/stemmer/Compile.java (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 * LUCENE-6518: Don't report false thread leaks from IBM J9