markus.rietz...@rzf.fin-nrw.de wrote:
curl reads from local file or stdin, so you could do something like
if it only a single file from a webserver
curl http://someserver/file.html/ | curl
"http://localhost:8983/solr/update/extract?extractOnly=true" -F na...@-
but this way no crawling, no link following etc...
Thanks! Will give it a shot.
Is local file URIs a limitation of solr cell, or just curl; and if the
former, any plans to add other schemes (http or ftp) to the code base?
Just seems that one should be able to access a file locally or over the
Internet interchangeably.
Dan