From: <bi...@us...> - 2008-09-22 19:56:03
|
Revision: 2594 http://archive-access.svn.sourceforge.net/archive-access/?rev=2594&view=rev Author: binzino Date: 2008-09-22 19:55:50 +0000 (Mon, 22 Sep 2008) Log Message: ----------- Updates in anticipation for 0.12.2 release. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/INSTALL.txt trunk/archive-access/projects/nutchwax/archive/README.txt trunk/archive-access/projects/nutchwax/archive/RELEASE-NOTES.txt Modified: trunk/archive-access/projects/nutchwax/archive/INSTALL.txt =================================================================== --- trunk/archive-access/projects/nutchwax/archive/INSTALL.txt 2008-09-22 19:08:40 UTC (rev 2593) +++ trunk/archive-access/projects/nutchwax/archive/INSTALL.txt 2008-09-22 19:55:50 UTC (rev 2594) @@ -1,6 +1,6 @@ INSTALL.txt -2008-07-28 +2008-10-01 Aaron Binns This installation guide assumes the reader is already familiar with @@ -43,14 +43,14 @@ ------------- As mentioned above, NutchWAX 0.12 is built against Nutch-1.0-dev. Nutch doesn't have a 1.0 release package yet, so we have to use the -Nutch SVN trunk. The specific SVN revision that NutchWAX 0.12 is +Nutch SVN trunk. The specific SVN revision that NutchWAX 0.12.2 is built against is: - 676736 + 697964 To checkout this revision of Nutch, use: - $ svn checkout -r 676736 http://svn.apache.org/repos/asf/lucene/nutch/trunk nutch + $ svn checkout -r 697964 http://svn.apache.org/repos/asf/lucene/nutch/trunk nutch $ cd nutch Modified: trunk/archive-access/projects/nutchwax/archive/README.txt =================================================================== --- trunk/archive-access/projects/nutchwax/archive/README.txt 2008-09-22 19:08:40 UTC (rev 2593) +++ trunk/archive-access/projects/nutchwax/archive/README.txt 2008-09-22 19:55:50 UTC (rev 2594) @@ -1,9 +1,9 @@ README.txt -2008-07-25 +2008-10-01 Aaron Binns -Welcome to NutchWAX 0.12.1! +Welcome to NutchWAX 0.12.2! NutchWAX is a set of add-ons to Nutch in order to index and search archived web data. Modified: trunk/archive-access/projects/nutchwax/archive/RELEASE-NOTES.txt =================================================================== --- trunk/archive-access/projects/nutchwax/archive/RELEASE-NOTES.txt 2008-09-22 19:08:40 UTC (rev 2593) +++ trunk/archive-access/projects/nutchwax/archive/RELEASE-NOTES.txt 2008-09-22 19:55:50 UTC (rev 2594) @@ -1,9 +1,9 @@ RELEASE-NOTES.TXT -2007-07-25 +2008-10-01 Aaron Binns -Release notes for NutchWAX 0.12.1 +Release notes for NutchWAX 0.12.2 For the most recent updates and information on NutchWAX, please visit the project wiki at: @@ -15,9 +15,8 @@ Overview ====================================================================== -NutchWAX 0.12.1 contains some minor enhancements and fixes to NutchWAX -0.12. One of the driving forces behind some of the enhancements was -integration with the Wayback machine. +NutchWAX 0.12.2 contains some minor enhancements and fixes to NutchWAX +0.12.1. ====================================================================== Issues @@ -29,24 +28,16 @@ Issues resolved in this release: -WAX-16 - Option to skip ARC record import based on HTTP status code of - content +WAX-23 + Add a "field setter" filter to set a field to a static value in the + Lucene document during indexing. -WAX-12 - Add metadata field "fileoffset" +WAX-22 + Various code clean-ups based on code review using PMD tool. -WAX-11 - Change metadata field name in search results from "arcname" to - "filename" +WAX-21 + Allow for blank lines and comment lines in manifest file. -WAX-10 - Add "exacturl" metadata field to indexing so it can be searched - as-is, not parsed/tokenized like the "url" field. - -WAX-6 - Change DateAdder to allow for implementation of URLCanonicalizer to - be defined in property. - -WAX-4 - Implementor/user-provided XSLT for OpenSearch results +WAX-19 + Add strict/loose option to DateAdder for revisit lines with extra + data on end. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |