Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 41147 invoked from network); 2 Apr 2010 14:06:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 14:06:32 -0000 Received: (qmail 38708 invoked by uid 500); 2 Apr 2010 14:06:32 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 38630 invoked by uid 500); 2 Apr 2010 14:06:31 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 38611 invoked by uid 99); 2 Apr 2010 14:06:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 14:06:31 +0000 X-ASF-Spam-Status: No, hits=-1219.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 14:06:30 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C1E0B17DB4; Fri, 2 Apr 2010 14:06:09 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 02 Apr 2010 14:06:09 -0000 Message-ID: <20100402140609.2457.60067@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22ExtractingRequestHandler=22_by_Gra?= =?utf-8?q?ntIngersoll?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "ExtractingRequestHandler" page has been changed by GrantIngersoll. http://wiki.apache.org/solr/ExtractingRequestHandler?action=3Ddiff&rev1=3D5= 5&rev2=3D56 -------------------------------------------------- Assert.assertEquals( 1, rsp.getResults().getNumFound() ); }}} = + =3D Committer Notes =3D + = + =3D=3D Upgrading Tika =3D=3D + = + * 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/depen= dency/* and then copy over, svn rm, etc. as necessary. + * Run ant clean test in contrib/extraction and try out the example to ma= ke sure everything still works. + * Commit + = - =3D=3D Additional Resources =3D=3D + =3D Additional Resources =3D * [[http://www.lucidimagination.com/Community/Hear-from-the-Experts/Artic= les/Content-Extraction-Tika#example.source|Lucid Imagination article]] * [[http://lucene.apache.org/tika/formats.html|Supported document formats= via Tika]] =20