On 6 December 2017 at 10:39, Munish Kumar Arora <[email protected]> wrote: > > So the questions are, > 1. Can I get the PDF content? > 2. does Solr stores the actual file somewhere? > a. If it stores then where it does? > b. If it does not store then, is there a way to store THE FILE?
Normal practice would be to store the PDF file somewhere on the file system where it can be served through a HTTP request. Then, store the filesystem path to the PDF file in Solr so that it can be returned in a Solr search request. Regards, Gora
