Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by KumarLimbu:
http://wiki.apache.org/nutch/DissectingTheNutchCrawler

------------------------------------------------------------------------------
  '''FetcherThread'''.run() instantiates a new '''FetchListEntry''' called 
"fle",
  then runs the following in an infinite loop:
  
-  1. If a fatal error error was logged, break
+  1. If a fatal error was logged, break
   1. Get the next entry in the '''FetchList''', break if none remain 
   1. Extract url from '''FetchListEntry'''
   1. If the '''FetchListEntry''' is not tagged "fetch", call 
this.handleNoFetch() with status=1. This in turn does:

Reply via email to