Heritrix 网络爬虫中存储爬网文件的位置

发布于 2024-09-02 17:48:33 字数 53 浏览 3 评论 0原文

我想知道 Heritrix 网络爬虫中爬行的文件存储在哪里...

谢谢并提前

i want to know where the crawled files are stored in Heritrix web crawler...

thanks and advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若水微香 2024-09-09 17:48:33

来自开发人员手册

默认情况下,heritrix 使用 将所有抓取的内容写入磁盘ARCWriterProcessor。该处理器将找到的爬网内容写入 Internet Archive ARC 文件。 ARC 文件格式如下所述:Arc 文件格式。 Heritrix 编写版本 1 ARC 文件1

ARC 文件位于爬网实例的 arcs/ 文件夹中。您可以在 heritrix Web-GUI 设置中更改位置。

除了默认的 ARCWriterProcessor,您还可以将其设置为 WARCWriterProcessor(WARC 文件)、MirrorWriterProcessor(根本没有容器)或 Kw3WriterProcessor。 AFAIK,你甚至可以设置多个作家。请注意,选择 MirrorWriterProcessor 时,并非所有文件都可以写入光盘,具体取决于您用来写入文件的文件系统。

[1] Internet Archive ARC 文件

From the developer manual:

By default, heritrix writes all its crawled to disk using ARCWriterProcessor. This processor writes the found crawl content as Internet Archive ARC files. The ARC file format is described here: Arc File Format. Heritrix writes version 1 ARC files 1.

The ARC files are located in the arcs/ folder of your crawl-instance. You can change the location in the settings of the web-GUI of heritrix.

Instead of the default ARCWriterProcessor, you can set it to WARCWriterProcessor (WARC files), to MirrorWriterProcessor (no container at all) or to a Kw3WriterProcessor. AFAIK, you could even set multiple writers. Note that when choosing the MirrorWriterProcessor, not all files may be written to disc, depending on the file system you're using to write the files to.

[1] Internet Archive ARC files

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文