mirror of
https://github.com/apache/lucene.git
synced 2025-02-15 06:25:56 +00:00
SOLR-13608 introduces a new "incremental" backup format, which allows storage of multiple backup "points" in the same location. This development introduces a need for APIs to manage these potentially plural backups. This commit introduces /admin/collections?action=LISTBACKUPS and /admin/collections?action=DELETEBACKUP to handle these backups.
The Solr test-framework products base classes and utility classes for writting JUnit tests excercising Solr functionality.
This test framework relies on the lucene components found in in the ./lucene-libs/ directory, as well as the third-party libraries found in the ./lib directory.