Hello,

I'm currently working on file management system based on Solr.

What I have accomplished now is that I have Solr server and windows client
application that runs on different computers.
When the client indexes rich document to Solr server remotely, it also
uploads the file itself via FTP.
So that when anyone searches for the document, he/she can download the raw
file from server.

What I want to do right now is that whenever the client indexes document and
uploads the raw file,
database gets update with the pairs of (Document ID in Solr, path of the raw
file inside server).
So on search result page, instead of giving the direct link of the raw file,
I'd like to make server to look up the database based on the Document ID in
Solr and return the linked file path.

As I'm new to database, Apache, RESTful API, and stuff, 
I'm not sure how to begin implementing this feature.
Any help or starting point would be appreciated.

Thank you.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Integrating-Solr-with-Database-tp4019692.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to