在此处遵循 Apache Nutch 教程:
如教程中所述,我已将 regex-urlfilter.txt 的最后一行设置为:
+^http://([a-z0-9]*\.)*nutch.apache.org/
我的 nutch-site.xml 文件仅包含以下行
<property>
<name>http.agent.name</name>
<value>My Nutch Spider</value>
</property>
我的 seed.txt 文件是:
http://nutch.apache.org/
但是,当我爬行时
bin/nutch crawl urls -dir crawl -depth 3 -topN 5
我收到“没有要获取的 URL”错误。有谁知道为什么?