Re: Get content in response from ExtractingRequestHandler

2015-07-15 Thread trung.ht
HI Erick, Thanks for pointing out the main problem of my system. Trung. On Fri, Jul 10, 2015 at 11:47 PM, Erick Erickson wrote: > In a word, no. If you don't store the data it is completely gone > with no chance of retrieval. > > There are a couple of things to think about though > > 1> The or

Re: Get content in response from ExtractingRequestHandler

2015-07-10 Thread Erick Erickson
In a word, no. If you don't store the data it is completely gone with no chance of retrieval. There are a couple of things to think about though 1> The original doc must exist somewhere. Store some kind of URI in Solr that you can use to retrieve the original doc on demand. 2> Go ahead and store

Get content in response from ExtractingRequestHandler

2015-07-09 Thread trung.ht
Hi everyone, I use solr to index and search in office file (docx, pptx, ...). To reduce the size of solr index, I do not store the content of the file on solr, however now my customer want to preview the content of the file. I have read the document of ExtractingRequestHandler, but it seems that