Package org.apache.solr.core.backup.repository
BackupRepository
Providing backup/restore
repository interfaces to plug different storage systems-
Interface Summary Interface Description BackupRepository This interface defines the functionality required to backup/restore Solr indexes to an arbitrary storage system. -
Class Summary Class Description BackupRepositoryFactory HdfsBackupRepository Deprecated. since 8.6LocalFileSystemRepository A concrete implementation of BackupRepository interface supporting backup/restore of Solr indexes to a local file-system. -
Enum Summary Enum Description BackupRepository.PathType This enumeration defines the type of a given path.