CHANGES.txt: move entry to Optimizations

This commit is contained in:
David Smiley 2020-04-07 16:27:02 -04:00
parent 5bfbdc5325
commit 013898dec5
1 changed files with 2 additions and 2 deletions

View File

@ -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.