Looks good to me! Excellent work and not sure I have a better way atm.. ------------------------ Chris Mattmann [email protected]
-----Original Message----- From: Mr Havercamp <[email protected]> Reply-To: <[email protected]> Date: Wednesday, October 9, 2013 7:27 PM To: <[email protected]> Subject: Re: Using TikaJAXRS with remote files >Success! > >For anybody else interested: > >curl "http://url/to/my.file" | curl -X PUT -T - http://myserver/tika/meta > >However would be interested if anybody else has a different/more >efficient way of doing such an operation. > >On 10/10/13 10:11, Mr Havercamp wrote: >> Further to my previous post: >> >> I can send remote files using a combination of the tika app running in >> server mode, curl and nc: >> >> java -jar tika-app-1.3.jar --server 1234 >> >> curl "http://url/to/my.file" | nc localhost 1234 >> >> So I guess now the only missing piece is being able to send remote >> files to JAXRS for extraction. >> >> On 10/10/13 07:50, Mr Havercamp wrote: >>> Hi >>> >>> Been working with tika jaxrs and it is working great. >>> >>> One thing I'm wondering; the standalone Tika app can extract remote >>> files by providing a url (both in GUI and CMD mode); I'm wondering if >>> the same is at all possible with TIKAJAXRS or TIka app launched in >>> server mode? >>> >>> The reason being I may run an indexing client on a separate server so >>> it wouldn't necessarily have direct access to the file system where >>> the files to be indexed reside. >>> >>> Cheers >>> >>> >>> Hayden >> >
