On 11/30/06, Mike Klaas <[EMAIL PROTECTED]> wrote:

...Try something like:

wget http://localhost:8888/gaz/solr/f0.xml -O - | curl
http://localhost:8983/solr/update --data-binary - -H
'Content-type:text/xml; charset=utf-8'

and if you use curl you can use it on both sides to avoid the
dependency on both tools:

 curl http://localhost:8888/gaz/solr/f0.xml | curl ...

-Bertrand

Reply via email to