This software was create with objective of export all document indexed in the Solr.
Clone the repo, git@github.com:eltu/Solr-Export.git
Compile the source code using the tool ant (http://ant.apache.org/):
$ ant –buildfile build.xml
To execute the program, input command in the prompt:
$ java –jar SolrExport.jar –i <INDEX_PATH> -e <XML_PATH>
Helton Alponti