>From the post.jar i think that you can do something like...
java -jar post.jar A*.xml
java -jar post.jar B*.xml
java -jar post.jar C*.xml
java -jar post.jar D*.xml
(im in windows)
On Wed, Apr 13, 2011 at 4:41 PM, Markus Jelsma
wrote:
> Either put all documents in a large file or loop over them
Either put all documents in a large file or loop over them with a simple shell
script.
> Hey guys, how do you curl update all the XML inside a folder from A-D?
> Example: curl http://localhost:8080/solr update
> Sent from my iPhone