tags:

views:

42

answers:

2

Hi All

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.

+1  A: 

See ExtractingRequestHandler

Pascal Dimassimo
+1  A: 

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

Mauricio Scheffer