Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "IntegratingTikaWithExtractingRequestHandler" page has been changed by JinghaoCui: https://wiki.apache.org/tika/IntegratingTikaWithExtractingRequestHandler?action=diff&rev1=4&rev2=5 {{{ $ svn checkout http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_10 lucene_solr_4_10 }}} - '''5. Modified the lucene_solr_4_10/lucene/ivy-setting.xml by uncommenting line 45-52:''' + '''5. Modified the lucene_solr_4_10/lucene/ivy-setting.xml by uncommenting line 45-52 and line 56:''' {{{ <filesystem name="local-maven-2" m2compatible="true" local="true"> @@ -41, +41 @@ pattern="${local-maven2-dir}/[organisation]/[module]/[revision]/[module]-[revision].pom" /> </filesystem> + }}} + + {{{ + <resolver ref="local-maven-2" /> }}} '''6. Replace the lucene_solr_4_10/solr/contrib/extraction/ivy.xml to the following ivy.xml:'''
