From: <bra...@us...> - 2008-01-15 01:38:38
|
Revision: 2125 http://archive-access.svn.sourceforge.net/archive-access/?rev=2125&view=rev Author: bradtofel Date: 2008-01-14 17:38:36 -0800 (Mon, 14 Jan 2008) Log Message: ----------- FEATURE: added new constant for SearchResult value annotation indicating the timestamp that was actually stored for captures that were not actually stored due to deduplication. Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java Modified: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java 2008-01-15 01:36:58 UTC (rev 2124) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java 2008-01-15 01:38:36 UTC (rev 2125) @@ -328,6 +328,13 @@ public static final String RESULT_DUPLICATE_ANNOTATION = "duplicate"; /** + * Result: this key is present when the RESULT_DUPLICATE_ANNOTATION is also + * present, with the value indicating the last date that was actually + * stored for this duplicate. + */ + public static final String RESULT_DUPLICATE_STORED_DATE = "duplicate-date"; + + /** * flag indicates that this document was downloaded and verified as * identical to a previous capture by digest. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |