SOLR-11670 This functionality was added in 7.4 and not in 7.3.0.

This commit is contained in:
Andrzej Bialecki 2018-03-19 11:27:09 +01:00
parent 7d9783d201
commit fa03a3843c
1 changed files with 3 additions and 3 deletions

View File

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