SOLR-15101: CHANGES.txt entry

This commit is contained in:
Jason Gerlowski 2021-02-16 19:59:11 -05:00
parent 1c7dac8307
commit 58acfed0d2
1 changed files with 3 additions and 1 deletions

View File

@ -230,10 +230,12 @@ Improvements
* SOLR-14234: Unhelpful message in RemoteExecutionException. (ab) * SOLR-14234: Unhelpful message in RemoteExecutionException. (ab)
* SOLR-13608: Backups are now done incrementally by default. Multiple backups can be stored at the same location, and each * SOLR-13608: Backups are now done incrementally by default. Multiple backups can be stored at the same location, and each
backup will only upload those files that are new since the last backup. (Jason Gerlowski, shalin , Cao Manh Dat) backup will only upload those files that are new since the last backup. (Jason Gerlowski, shalin, Cao Manh Dat)
* SOLR-15123: Revamp SolrCLI tool's help descriptions for all commands for consistency and clarity. (Eric Pugh) * SOLR-15123: Revamp SolrCLI tool's help descriptions for all commands for consistency and clarity. (Eric Pugh)
* SOLR-15101: Add "list" and "delete" APIs for managing incremental backups (Jason Gerlowski, shalin, Cao Manh Dat)
Optimizations Optimizations
--------------------- ---------------------
* SOLR-15079: Block Collapse - Faster collapse code when groups are co-located via Block Join style nested doc indexing. * SOLR-15079: Block Collapse - Faster collapse code when groups are co-located via Block Join style nested doc indexing.