This is an automated email from the ASF dual-hosted git repository.
tflobbe pushed a change to branch branch_9_4
in repository https://gitbox.apache.org/repos/asf/solr.git
from ff93fe301b0 Update indexing docs in Solr ref guide (#1961)
new a2132e8ba63 SOLR-16852: Let backups have custom key/values (#1739)
new 5b9c34a884e SOLR-16852: Fix import class for 9.x branch
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
solr/CHANGES.txt | 2 +
.../client/api/model/CollectionBackupDetails.java | 1 +
.../solr/cloud/api/collections/BackupCmd.java | 10 +++-
.../apache/solr/core/backup/BackupProperties.java | 68 ++++++++++++++++++----
.../admin/api/CreateCollectionBackupAPI.java | 7 +++
.../LocalFSCloudIncrementalBackupTest.java | 68 ++++++++++++++++++++++
.../solr/cloud/api/collections/PurgeGraphTest.java | 6 +-
.../pages/collection-management.adoc | 10 +++-
.../solrj/request/CollectionAdminRequest.java | 9 +++
.../collections/AbstractIncrementalBackupTest.java | 33 ++++++++++-
10 files changed, 198 insertions(+), 16 deletions(-)