AhA ! The example on the http://wiki.apache.org/solr/ExtractingRequestHandler says the requesthandler name as name="/update/extract" <requestHandler name="/update/extract" class="org.apache.solr.handler.extraction.ExtractingRequestHandler" startup="lazy">
I found a posting some one else using the name as name="/extract/tika" and this one works ! <requestHandler name="/extract/tika" class="org.apache.solr.handler.extraction.ExtractingRequestHandler" startup="lazy"> Thx Kadri On Wed, Apr 20, 2011 at 3:42 PM, Kadri Atalay <[email protected]>wrote: > Hi Karl, > > I'm using the latest Solr 3.1.. running from the example directory. > Copied all jar files from dist/contrib/extraction/lib to solr/lib. > Which jar file has this: ExtractingRequestHandler class ? > I see some questions about this issue, but no answers on the google. > > Thx > > Kadri > > > On Wed, Apr 20, 2011 at 3:37 PM, Karl Wright <[email protected]> wrote: > >> Hi - what version of Solr are you using? If you are not using the >> solr.war with jetty, you may need to copy a jar into the classpath >> which contains the ExtractingRequestHandler class. Someone else >> recently reported this to this same mailing list; google should find >> details. >> >> Karl >> >> On Wed, Apr 20, 2011 at 3:22 PM, Kadri Atalay <[email protected]> >> wrote: >> > Error Instantiating Request Handler, org.a >> > pache.solr.handler.extraction.ExtractingRequestHandler is not a >> > org.apache.solr. request.SolrRequestHandler >> > >> > I'm following instructions from: >> > http://wiki.apache.org/solr/ExtractingRequestHandler >> > >> > Any help is appreciated. >> > >> > Thanks >> > >> > >
