博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nutch中的 nutch-site.xml 配置
阅读量:5953 次
发布时间:2019-06-19

本文共 1273 字,大约阅读时间需要 4 分钟。

hot3.png

plugin.folders
./src/plugin
Directories where nutch plugins are located.  Each element may be a relative or absolute path.  If absolute, it is used as is.  If relative, it is searched for on the classpath.
http.agent.name
YourNutchSpider
http.accept.language
ja-jp, en-us,en-gb,en;q=0.7,*;q=0.3
Value of the Accept-Language request header field. This allows selecting non-English language as default one to retrieve. It is a useful setting for search engines build for certain national group.
storage.data.store.class
org.apache.gora.sql.store.SqlStore
The Gora DataStore class for storing and retrieving data. Currently the following stores are available:.
parser.character.encoding.default
utf-8
The character encoding to fall back to when no other information is available
generate.batch.id
*

转载于:https://my.oschina.net/u/1394615/blog/339163

你可能感兴趣的文章
RapidIOIP核的验证方法研究_王玉欢
查看>>
崩溃日志的实例
查看>>
base64是啥原理
查看>>
字符串中去除连续相同的字符保留一个
查看>>
实战 Windows Server 2012 群集共享卷
查看>>
CSS 元素超出部分滚动, 并隐藏滚动条
查看>>
React中那些纠结你的地方(一)
查看>>
Docker入门安装教程
查看>>
PhoneGap极光推送 cordova消息推送
查看>>
Subarray Sum Equals K
查看>>
preventDefault, stopPropagation, stopImmediatePropagation 三者的区别
查看>>
算法题解:找出包含给定字符的最小窗口(枚举的一般方法)
查看>>
超级账本HyperLedger初体验
查看>>
完美解决html中select的option不能隐藏的问题。
查看>>
推荐5大开源工具,用于开发Kubernetes项目
查看>>
制定2015年的移动开发策略
查看>>
JPA 2.2改进了易用性
查看>>
从蚂蚁金服实践入手,带你深入了解 Service Mesh
查看>>
24周年,“常青树”Delphi发布新版本10.3.1
查看>>
7. 从数据库获取数据- 从零开始学Laravel
查看>>