You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/02 16:06:09 UTC

[Solr Wiki] Update of "ExtractingRequestHandler" by GrantIngersoll

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "ExtractingRequestHandler" page has been changed by GrantIngersoll.
http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=55&rev2=56

--------------------------------------------------

      Assert.assertEquals( 1, rsp.getResults().getNumFound() );
  }}}
  
+ = Committer Notes =
+ 
+ == Upgrading Tika ==
+ 
+  * Get the Tika version to upgrade and unpackage it and switch into that directory.
+  * mvn install
+  * mvn dependency:copy-dependencies
+  * Switch to SOLR/contrib/extraction/lib and compare the versions of the libraries there with the versions in tika-$VERSION/tika-bundle/target/dependency/* and then copy over, svn rm, etc. as necessary.
+  * Run ant clean test in contrib/extraction and try out the example to make sure everything still works.
+  * Commit
+ 
- == Additional Resources ==
+ = Additional Resources =
  * [[http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Content-Extraction-Tika#example.source|Lucid Imagination article]]
  * [[http://lucene.apache.org/tika/formats.html|Supported document formats via Tika]]