Re: Get file metadata without retrieving entire file with Tika Server

2016-10-13 Thread Nick Burch
On Thu, 13 Oct 2016, Mr Havecamp wrote: However, the problem with either option is that we need to retrieve the entire file from storage; this is fine for smaller text files but when handling these larger files, it seems wasteful and time-consuming to download, say, a video file just to

Get file metadata without retrieving entire file with Tika Server

2016-10-13 Thread Mr Havecamp
A while back we contributed a workaround we had for extracting metadata/content from remote urls. It wasn't the most ideal way to handle extraction of remote files but it meant we could index full text from files stored on a completely different server from our JAXRS server. We're now