Hi, On 6/8/06, Mehdi Hemani <[EMAIL PROTECTED]> wrote:
2. Is there a way to see the progress of Fetch process, like time elapsed, time required to finish the process, what pages are being currenlty fetched etc.?
Try set the following in nutch-site.xml file: <property> <name>fetcher.verbose</name> <value>true</value> <description>If true, fetcher will log more verbosely.</description> </property> Regards, Lukas
