Curl bulk XML

2011-04-13 Thread Li
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


Re: Curl bulk XML

2011-04-13 Thread Markus Jelsma
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


Re: Curl bulk XML

2011-04-13 Thread Ezequiel Calderara
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
markus.jel...@openindex.iowrote:

 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




-- 
__
Ezequiel.

Http://www.ironicnet.com