You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2010/11/22 15:31:10 UTC

svn commit: r1037733 - /nutch/branches/branch-1.3/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java

Author: markus
Date: Mon Nov 22 14:31:09 2010
New Revision: 1037733

URL: http://svn.apache.org/viewvc?rev=1037733&view=rev
Log:
NUTCH-912 - MoreIndexingFilter does not parse docx and xlsx date formats

Modified:
    nutch/branches/branch-1.3/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java

Modified: nutch/branches/branch-1.3/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java?rev=1037733&r1=1037732&r2=1037733&view=diff
==============================================================================
--- nutch/branches/branch-1.3/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java (original)
+++ nutch/branches/branch-1.3/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java Mon Nov 22 14:31:09 2010
@@ -150,7 +150,8 @@ public class MoreIndexingFilter implemen
 		      "dd MM yyyy HH:mm:ss zzz",
 		      "dd.MM.yyyy; HH:mm:ss",
 		      "dd.MM.yyyy HH:mm:ss",
-		      "dd.MM.yyyy zzz"
+		      "dd.MM.yyyy zzz",
+		      "yyyy-MM-dd'T'HH:mm:ss'Z'"
 		  });
 	    time = parsedDate.getTime();
             // if (LOG.isWarnEnabled()) {