|
From: <bi...@us...> - 2009-06-25 23:02:56
|
Revision: 2748
http://archive-access.svn.sourceforge.net/archive-access/?rev=2748&view=rev
Author: binzino
Date: 2009-06-25 23:02:50 +0000 (Thu, 25 Jun 2009)
Log Message:
-----------
Changed version from 0.12.4 to 0.12.5.
Modified Paths:
--------------
tags/nutchwax-0_12_5/archive/BUILD-NOTES.txt
tags/nutchwax-0_12_5/archive/HOWTO.txt
Modified: tags/nutchwax-0_12_5/archive/BUILD-NOTES.txt
===================================================================
--- tags/nutchwax-0_12_5/archive/BUILD-NOTES.txt 2009-06-25 22:00:14 UTC (rev 2747)
+++ tags/nutchwax-0_12_5/archive/BUILD-NOTES.txt 2009-06-25 23:02:50 UTC (rev 2748)
@@ -79,7 +79,7 @@
----------------------------------------------------------------------
The file
- /opt/nutchwax-0.12.4/conf/tika-mimetypes.xml
+ /opt/nutchwax-0.12.5/conf/tika-mimetypes.xml
contains two errors: one where a mimetype is referenced before it is
defined; and a second where a definition has an illegal character.
@@ -110,11 +110,11 @@
You can either apply these patches yourself, or copy an already-patched
copy from:
- /opt/nutchwax-0.12.4/contrib/archive/conf/tika-mimetypes.xml
+ /opt/nutchwax-0.12.5/contrib/archive/conf/tika-mimetypes.xml
to
- /opt/nutchwax-0.12.4/conf/tika-mimetypes.xml
+ /opt/nutchwax-0.12.5/conf/tika-mimetypes.xml
----------------------------------------------------------------------
Modified: tags/nutchwax-0_12_5/archive/HOWTO.txt
===================================================================
--- tags/nutchwax-0_12_5/archive/HOWTO.txt 2009-06-25 22:00:14 UTC (rev 2747)
+++ tags/nutchwax-0_12_5/archive/HOWTO.txt 2009-06-25 23:02:50 UTC (rev 2748)
@@ -68,10 +68,10 @@
$ mkdir crawl
$ cd crawl
- $ /opt/nutchwax-0.12.4/bin/nutchwax import ../manifest
- $ /opt/nutchwax-0.12.4/bin/nutch updatedb crawldb -dir segments
- $ /opt/nutchwax-0.12.4/bin/nutch invertlinks linkdb -dir segments
- $ /opt/nutchwax-0.12.4/bin/nutch index indexes crawldb linkdb segments/*
+ $ /opt/nutchwax-0.12.5/bin/nutchwax import ../manifest
+ $ /opt/nutchwax-0.12.5/bin/nutch updatedb crawldb -dir segments
+ $ /opt/nutchwax-0.12.5/bin/nutch invertlinks linkdb -dir segments
+ $ /opt/nutchwax-0.12.5/bin/nutch index indexes crawldb linkdb segments/*
$ ls -F1
crawldb/
indexes/
@@ -96,7 +96,7 @@
$ cd ../
$ ls -F1
crawl/
- $ /opt/nutchwax-0.12.4/bin/nutch org.archive.nutchwax.NutchWaxBean computer
+ $ /opt/nutchwax-0.12.5/bin/nutch org.archive.nutchwax.NutchWaxBean computer
This calls the NutchWaxBean to execute a simple keyword search for
"computer". Use whatever query term you think appears in the
@@ -109,7 +109,7 @@
The Nutch(WAX) web application is bundled with NutchWAX as
- /opt/nutchwax-0.12.4/nutch-1.0-dev.war
+ /opt/nutchwax-0.12.5/nutch-1.0-dev.war
Simply deploy that web application in the same fashion as with
Nutch.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|