Issue Details (XML | Word | Printable)

Key: NUTCH-337
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jeremy Huylebroeck
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Nutch

Fetcher ignores the fetcher.parse value configured in config file

Created: 02/Aug/06 12:04 AM   Updated: 23/Sep/06 06:56 PM
Return to search
Component/s: fetcher
Affects Version/s: 0.8, 0.9.0
Fix Version/s: 0.8.1, 0.9.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works respectFetcherParsePropertyV1.patch 2006-08-18 06:31 AM Stefan Groschupf 0.5 kB

Resolution Date: 23/Sep/06 06:56 PM


 Description  « Hide
using the command line call to Fetcher, if the noParsing parameter is given, everything is fine.
if the noParsing is not given, the value in the nutch-site.xml (or nutch-default.xml) should be taken but it is "true" that is always given to the call to fetch.
it should be the value from the conf.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #449287 Sat Sep 23 18:50:56 UTC 2006 ab NUTCH-337: obey "fetcher.parse" property if -noParsing is not specified.
Files Changed
MODIFY /lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Crawl.java
MODIFY /lucene/nutch/trunk/src/java/org/apache/nutch/fetcher/Fetcher.java

Repository Revision Date User Message
ASF #449289 Sat Sep 23 19:00:13 UTC 2006 ab NUTCH-337: obey "fetcher.parse" property if -noParsing is not specified.
Files Changed
MODIFY /lucene/nutch/branches/branch-0.8/CHANGES.txt
MODIFY /lucene/nutch/branches/branch-0.8/src/java/org/apache/nutch/crawl/Crawl.java
MODIFY /lucene/nutch/branches/branch-0.8/src/java/org/apache/nutch/fetcher/Fetcher.java