How to configure Apache Tika with apache Solr 1.4.1
Asked Answered
T

2

5

I want to index a large number of pdf documents.

I have found a reference showing that it could be done using Apache Tika but unfortunately I cannot find any reference that describes I could configure Apache Tika in Solr 1.4.1.

Once configured I do have it configured, how can I send documents to Solr directly without using curl?

I am using solrnet for indexing.

Terrell answered 5/10, 2010 at 13:9 Comment(0)
S
5

See ExtractingRequestHandler

Shrug answered 5/10, 2010 at 13:12 Comment(0)
K
3

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

Kirtley answered 5/10, 2010 at 14:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.