mirror of https://github.com/apache/lucene.git
SOLR-11670 This functionality was added in 7.4 and not in 7.3.0.
This commit is contained in:
parent
7d9783d201
commit
fa03a3843c
|
@ -55,6 +55,9 @@ Upgrade Notes
|
|||
New Features
|
||||
----------------------
|
||||
|
||||
* SOLR-11670: Implement a periodic house-keeping task. This uses a scheduled autoscaling trigger and
|
||||
currently performs cleanup of old inactive shards. (ab, shalin)
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
|
@ -248,9 +251,6 @@ New Features
|
|||
|
||||
* SOLR-11960: Add collection level properties similar to cluster properties (Peter Rusko, Tomás Fernández Löbbe)
|
||||
|
||||
* SOLR-11670: Implement a periodic house-keeping task. This uses a scheduled autoscaling trigger and
|
||||
currently performs cleanup of old inactive shards. (ab, shalin)
|
||||
|
||||
* SOLR-12077: Add support for autoAddReplicas in the collection creation dialog in Admin UI. (shalin)
|
||||
|
||||
* SOLR-9510: introducing {!filters param=$fq excludeTags=f} query parser.
|
||||
|
|
Loading…
Reference in New Issue