CHANGES.txt entry for SOLR-13608

This commit is contained in:
Jason Gerlowski 2021-02-04 08:54:25 -05:00
parent 33d16b570c
commit 7fd64aabcc
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ Improvements
* 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
backup will only upload those files that are new since the last backup. (Jason Gerlowski, Shalin , Cao Manh Dat)
Optimizations
---------------------
* SOLR-15079: Block Collapse - Faster collapse code when groups are co-located via Block Join style nested doc indexing.