How to configure Apache Tika using apache Solr 1.4.1

I want to index a large number of PDF documents.

I found a link showing that this can be done using Apache Tika, but unfortunately I canโ€™t find a link that describes that I can configure Apache Tika in Solr 1.4.1.

After setup, I have setup, how can I send documents to Solr directly without using curl?

I use solrnet for indexing.

+5
source share
2 answers

ExtractingRequestHandler SolrNet . , , HttpWebRequests.

+3

All Articles