From the javadocs for CrawlDatum.getFetchTime() (Nutch 1.1):

"Returns either the time of the last fetch, or the next fetch time, depending 
on whether Fetcher or CrawlDbReducer set the time."

So is there any way to determine which of these two conditions is true, using 
just the information in CrawlDatum? My goal is to estimate the next time that 
the item will be fetched.

-MB

Reply via email to