You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2010/11/22 15:24:15 UTC

[jira] Issue Comment Edited: (NUTCH-912) MoreIndexingFilter does not parse docx and xlsx date formats

    [ https://issues.apache.org/jira/browse/NUTCH-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934473#action_12934473 ] 

Markus Jelsma edited comment on NUTCH-912 at 11/22/10 9:24 AM:
---------------------------------------------------------------

I added the new date format according to http://download.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html and escaped the T and Z literals => yyyy-MM-dd'T'HH:mm:ss'Z'

Here are patches for the current 1.2 stable, branch 1.3 and trunk.

      was (Author: markus17):
    I added the new date format according to http://download.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html and escaped the T and Z literals => yyyy-MM-dd'T'HH:mm:ss'Z'


  
> MoreIndexingFilter does not parse docx and xlsx date formats
> ------------------------------------------------------------
>
>                 Key: NUTCH-912
>                 URL: https://issues.apache.org/jira/browse/NUTCH-912
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.2, 1.3, 2.0
>            Reporter: Erlend GarĂ¥sen
>            Assignee: Markus Jelsma
>             Fix For: 1.2, 1.3, 2.0
>
>         Attachments: NUTCH-912-v12-1.patch, NUTCH-912-v12-1.patch, NUTCH-912-v13-1.patch
>
>
> The following error occurs in hadoop.log when MoreIndexingFilter tries to parse dates from MS Office formats:
> 2010-10-08 13:56:32,555 WARN  more.MoreIndexingFilter - http://ridder.uio.no/test1.xlsx: can't parse erroneous date: 2010-10-08T13:55:54Z
> This problem affects docx and xlsx formats, but probably the other XML-based MS Office formats as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.