From: <bi...@us...> - 2010-10-28 00:54:07
|
Revision: 3318 http://archive-access.svn.sourceforge.net/archive-access/?rev=3318&view=rev Author: binzino Date: 2010-10-28 00:54:00 +0000 (Thu, 28 Oct 2010) Log Message: ----------- Added key to store original content-type from (w)arc file. Modified Paths: -------------- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/java/org/archive/nutchwax/NutchWax.java Modified: tags/nutchwax-0_13-JIRA-WAX-75/archive/src/java/org/archive/nutchwax/NutchWax.java =================================================================== --- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/java/org/archive/nutchwax/NutchWax.java 2010-10-28 00:53:11 UTC (rev 3317) +++ tags/nutchwax-0_13-JIRA-WAX-75/archive/src/java/org/archive/nutchwax/NutchWax.java 2010-10-28 00:54:00 UTC (rev 3318) @@ -30,6 +30,7 @@ public static final String DATE_KEY = "date"; public static final String DIGEST_KEY = "digest"; public static final String CONTENT_TYPE_KEY = "type"; + public static final String ORIGINAL_TYPE_KEY = "type_original"; public static final String CONTENT_LENGTH_KEY = "length"; public static final String HTTP_RESPONSE_KEY = "http_response_code"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |