tomcat - Getting a 404 for /solr/update/extract on Solr 1.4.1 & Tika 0.4 -
i've installed solr 1.4.1, can't tika 0.4 (which included in contrib/extraction) work correctly. i'm getting 404 error when attempting hit http://localhost:8080/solr/ss/update/extract ("ss" core).
i've moved of contrib/extraction jars web-inf directory of solr after has been deployed, "solr-cell" jar resides in "dist" directory.
the method used above worked solr 3.3, pdf parsing broken in tika 0.8, decided revert solr 1.4.1 , tika 0.4.
i'm using tomcat 7.0, if helps.
i resolved issue.
i had copied multicore directories ("core0" , "core1" in example/multicore) , using stripped down versions of solrconfig.xml. referred default example (located in example/solr) , grabbed "requesthandler" section "update/extract" , placed in stripped down version of solrconfig.xml , restarted solr web app within tomcat , file parsing works perfectly.
i hope helps else.
Comments
Post a Comment