diff --git a/Cargo.toml b/Cargo.toml index d608067..8319f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solrcopy" -version = "0.5.5" +version = "0.5.6" edition = "2018" authors = ["Juarez Rudsatz "] diff --git a/README.md b/README.md index 076f120..75ece32 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Bellow some tricks for dealing with such cores: ``` text $ solrcopy --help -solrcopy 0.5.4 +solrcopy 0.5.6 Command line tool for backup and restore of documents stored in cores of Apache Solr. Solrcopy is a command for doing backup and restore of documents stored on Solr cores. It let you filter docs by using a @@ -69,7 +69,7 @@ SUBCOMMANDS: ``` text $ solrcopy help backup -solrcopy-backup 0.5.5 +solrcopy-backup 0.5.6 Dumps documents from a Apache Solr core into local backup files USAGE: @@ -97,14 +97,16 @@ OPTIONS: -b, --between ... The range of dates/numbers for iterating the queries throught slices. Requires that the query parameter contains the variables {begin} and {end} for creating the slices. Use numbers or dates in ISO 8601 format (yyyy-mm-ddTHH:MM:SS) - -t, --step Number of documents to retrieve from solr in each reader step [default: 1] + --step Number to increment each step in iterative mode [default: 1] -p, --params Extra parameter for Solr Update Handler. See: https://lucene.apache.org/solr/guide/transforming-and-indexing-custom-json.html -m, --max-errors How many times should continue on source document errors [default: 0] - -y, --delay