Hi,

If I use the ExtractingRequestHandler <http://wiki.apache.org/solr/ExtractingRequestHandler> on a local file (as shown in http://wiki.apache.org/solr/TikaExtractOnlyExampleOutput), all works well, but how do I do this for files located on a server?

e.g. (works)
curl http://localhost:8983/solr/update/extract?extractOnly=true --data-binary @mylocalfile.htm -H "Content-type:text/html"

e.g (doesn't work)
curl http://localhost:8983/solr/update/extract?extractOnly=true --data-binary @http://myweb.com/mylocalfile.htm -H "Content-type:text/html"

Thanks,

Dan

Reply via email to