Return-Path: Delivered-To: apmail-lucene-nutch-dev-archive@www.apache.org Received: (qmail 33352 invoked from network); 3 Dec 2009 10:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 10:42:44 -0000 Received: (qmail 46165 invoked by uid 500); 3 Dec 2009 10:42:44 -0000 Delivered-To: apmail-lucene-nutch-dev-archive@lucene.apache.org Received: (qmail 46086 invoked by uid 500); 3 Dec 2009 10:42:43 -0000 Mailing-List: contact nutch-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nutch-dev@lucene.apache.org Delivered-To: mailing list nutch-dev@lucene.apache.org Received: (qmail 46078 invoked by uid 99); 3 Dec 2009 10:42:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 10:42:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 10:42:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7F86234C052 for ; Thu, 3 Dec 2009 02:42:20 -0800 (PST) Message-ID: <257852668.1259836940752.JavaMail.jira@brutus> Date: Thu, 3 Dec 2009 10:42:20 +0000 (UTC) From: "Julien Nioche (JIRA)" To: nutch-dev@lucene.apache.org Subject: [jira] Updated: (NUTCH-767) Update Tika to v0.5 for the MimeType detection In-Reply-To: <1957114971.1258556319600.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NUTCH-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Nioche updated NUTCH-767: -------------------------------- Attachment: NUTCH-767-part2.patch Fixes compilation issues for test class src/test/org/apache/nutch/protocol/TestContent.java and temporarily make sure that the expected mime-type values correspond to what is returned by Tika. I will investigate why Tika does not return txt/html when the HTML document has no text > Update Tika to v0.5 for the MimeType detection > ----------------------------------------------- > > Key: NUTCH-767 > URL: https://issues.apache.org/jira/browse/NUTCH-767 > Project: Nutch > Issue Type: Improvement > Reporter: Julien Nioche > Assignee: Andrzej Bialecki > Fix For: 1.1 > > Attachments: NUTCH-767-part2.patch, NUTCH-767.patch > > > The version 0.5 of TIka requires a few changes to the MimeType implementation. Tika is now split in several jars, we need to place the tika-core.jar in the main nutch lib. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.