Skip to content

Instantly share code, notes, and snippets.

@rmarchei
rmarchei / SolrExporter.groovy
Last active November 12, 2016 02:36 — forked from ndpar/SolrExporter.groovy
Export documents from Solr core to XML format
#!/usr/bin/env groovy
/**
* Usage: ./SolrExporter.groovy query url [url]
*
* ./SolrExporter.groovy "id:12345" "http://your.solr.host:8983/solr/core/"
*
* ./SolrExporter.groovy "id:12345" "http://old.solr.host:8983/solr/core/" "http://new.solr.host:8983/solr/core/"
*
*