Looks like I found the answer - https://solr.apache.org/guide/solr/latest/deployment-guide/backup-restore.html#backup-api :
The backup command is an asynchronous call, and it will represent data from > the latest index commit point. All indexing and search operations will > continue to be executed against the index as usual. With that said if anyone has any tips/warnings for using the backup/restore API feel free to share. On Fri, Jul 26, 2024 at 9:35 AM mtn search <search...@gmail.com> wrote: > And the same question for the Snapshot API - > https://solr.apache.org/guide/solr/latest/deployment-guide/backup-restore.html#create-snapshot-api > > On Fri, Jul 26, 2024 at 9:28 AM mtn search <search...@gmail.com> wrote: > >> Hello, >> >> Does the Backup API - >> https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#backup >> - work if there is live indexing going on to the collection while the >> backup is in progress? >> >> Thanks, >> Matt >> >