Hi I am a naive user when it come to Solr. Please guide me on the following hurdles.

1) Solr Index PDF documents

Solution tried

I used tika-app 0.9.jar to extract the content from the Input PDF files to text file. Now I am trying to write a java code to index the documents to Solr.

2) Post them to a remote server

I need to post either the documents or the index to a central remote server. Can curl command be used for this.

Regards Balaji.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 2 down vote accepted

1) Solr Index PDF documents - I believe Solr does this for you. You can use Solr's http interface or SolrJ. 2) Post the index to a remote server - Solr replication may fit the bill.

link|improve this answer
feedback

Assuming the PDFs are on a web server, you can use Nutch to fetch and parse them, and then push the index to Solr via its HTTP interface.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.