mirror of https://github.com/apache/lucene.git
CHANGES.txt: move entry to Optimizations
This commit is contained in:
parent
5bfbdc5325
commit
013898dec5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue