From 013898dec51c87c2cf9fb4d119c51e56354e23c6 Mon Sep 17 00:00:00 2001 From: David Smiley Date: Tue, 7 Apr 2020 16:27:02 -0400 Subject: [PATCH] CHANGES.txt: move entry to Optimizations --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 30c7f0e444b..cb21f71ffab 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -82,8 +82,6 @@ Improvements * SOLR-14364: LTR's SolrFeature "fq" now supports PostFilters (e.g. collapse). (David Smiley) -* SOLR-14376: Optimize filter queries that match all docs. (David Smiley) - Optimizations --------------------- * SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson) @@ -91,6 +89,8 @@ Optimizations * SOLR-14340: Remove unnecessary configset verification checks when SolrCloud merely wants to know which configset a collection is using. Improves CLUSTERSTATUS times for massive clusters. (Mathieu Marie, David Smiley) +* SOLR-14376: Optimize filter queries that match all docs. (David Smiley) + Bug Fixes --------------------- * SOLR-13264: IndexSizeTrigger aboveOp / belowOp properties not in valid properties.