epugh commented on code in PR #1098:
URL: https://github.com/apache/solr/pull/1098#discussion_r1001944246


##########
solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc:
##########
@@ -353,7 +353,7 @@ Request ID to track this action which will be processed 
asynchronously.
 
 Solr provides a repository abstraction to allow users to backup and restore 
their data to a variety of different storage systems.
 For example, a Solr cluster running on a local filesystem (e.g., EXT3) can 
store backup data on the same disk, on a remote network-mounted drive, in HDFS, 
or even in some popular "cloud storage" providers, depending on the 
'repository' implementation chosen.
-Solr offers three different repository implementations out of the box 
(`LocalFileSystemRepository`, `HdfsBackupRepository`, and 
`GCSBackupRepository`), and allows users to create plugins for their own 
storage systems as needed.
+Solr offers four different repository implementations out of the box 
(`LocalFileSystemRepository`, `HdfsBackupRepository`, `GCSBackupRepository` and 
`S3BackupRepository`), and allows users to create plugins for their own storage 
systems as needed.

Review Comment:
   Nice!   How about one change and I'll click merge.   Let's go with `Solr 
offers multiple different`, cause otherwise we'll soon have to update this to 
say `five` ;-)   This is really greate fix.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to