GitHub user hgadre opened a pull request:

    https://github.com/apache/lucene-solr/pull/36

    Solr snapshots

    Refactor the Solr collection backup implementation (refactoring "restore" 
implementation in progress).
    
    Following changes introduced
    - Added Solr/Lucene version to check the compatibility between the backup 
version and the version of Solr on which it is being restored.
    - Similarly added a backup implementation version to check the 
compatibility between the "restore" implementation and backup format.
    - Introduced a Strategy interface to define how the Solr index data is 
backed up (e.g. using file copy approach).
    - Introduced a Repository interface to define the file-system used to store 
the backup data. (currently works only with local file system but can be 
extended).


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hgadre/lucene-solr solr_5750_refactor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #36
    
----
commit 2d94cbd143ac40d7a0fb5136062775ce3d555d55
Author: Hrishikesh Gadre <hga...@cloudera.com>
Date:   2016-03-24T22:44:38Z

    Solr snapshots
    
    Change-Id: I26a3aad80dff5b4f2f035f6371fb82ec3b77e4fe

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to