I want to index a large number of pdf documents i have found a reference that it could be done by apache tika but unfortunately did not found any refernce how could I configure apache tika with solr 1.4.1.

and one other question is how to send documents to solr directly without the use of curl i m using solrnet for/indexing

Regards Ahsan.

link|improve this question

78% accept rate
feedback

2 Answers

up vote 4 down vote accepted

See ExtractingRequestHandler

link|improve this answer
feedback

Support for ExtractingRequestHandler in SolrNet is not yet complete. You can either finish implementing it, or work around it and craft your own HttpWebRequests.

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.