I am working on an internal project in my company that requires solr, but I could not manage to link it to Tika. I bought the apache solr 4 cookbook yet I couldn't figure out the solution.
when I remove start="lazy"
in requesthandler="update/extract"
I get the following error:
org.apache.solr.common.SolrException: RequestHandler init failure
...
...
Caused by: org.apache.solr.common.SolrException: RequestHandler init failure
...
...
Caused by: org.apache.solr.common.SolrException: Error loading class 'solr.extraction.ExtractingRequestHandler'
...
...
Caused by: java.lang.ClassNotFoundException: solr.extraction.ExtractingRequestHandler
I managed to make it work after replacing ../../dist and ../../contrib with their absolute paths. It is very wierd as I am sure I placed these files where they should be.
Thank you very much Jayendra for your replies.