Solr In Action Pdf Download
Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Solr ™ News - Apache Lucene - Welcome to Apache Lucene. Download Books Lucene In Action Pdf, Download Books Lucene In Action For Free, Books Lucene In Action To Read, Read Online Lucene In Action Books, Free Ebook Lucene In Action.
I want to build a enterprise search engine with solr. I am indexing some PDFs and doc files to Solr. I am creating UI with SolrJ. Can I get the original PDF files with Solr in the UI?
Solr Download Windows
Solr Versions
1 Answer
Solr
won't store the files at its end, So there is no scope of getting the original PDF file from solr.
But you can store the path of the file and can provide a link in the user interface for file to be downloaded.
You can use the path given by solr
and get the file from that location.