加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

nutch中的 nutch-site.xml 配置

发布时间:2020-12-16 09:28:53 所属栏目:百科 来源:网络整理
导读:?xmlversion="1.0"??xml-stylesheettype="text/xsl"href="configuration.xsl"?!--Putsite-specificpropertyoverridesinthisfile.--configurationpropertynameplugin.folders/namevalue./src/plugin/valuedescriptionDirectorieswherenutchpluginsarelocated.
<?xmlversion="1.0"?>
<?xml-stylesheettype="text/xsl"href="configuration.xsl"?>

<!--Putsite-specificpropertyoverridesinthisfile.-->

<configuration>

	<property>
		<name>plugin.folders</name>
		<value>./src/plugin</value>
		<description>Directorieswherenutchpluginsarelocated.Each
			elementmaybearelativeorabsolutepath.Ifabsolute,itisused
			asis.Ifrelative,itissearchedforontheclasspath.</description>
	</property>
	<property>
		<name>http.agent.name</name>
		<value>YourNutchSpider</value>
	</property>
	<property>
		<name>http.accept.language</name>
		<value>ja-jp,en-us,en-gb,en;q=0.7,*;q=0.3</value>
		<description>ValueoftheAccept-Languagerequestheaderfield.
			Thisallowsselectingnon-Englishlanguageasdefaultonetoretrieve.
			Itisausefulsettingforsearchenginesbuildforcertainnationalgroup.</description>
	</property>
	<property>
		<name>storage.data.store.class</name>
		<value>org.apache.gora.sql.store.SqlStore</value>
		<description>TheGoraDataStoreclassforstoringandretrievingdata.
			Currentlythefollowingstoresareavailable:.</description>
	</property>
	<property>
		<name>parser.character.encoding.default</name>
		<value>utf-8</value>
		<description>Thecharacterencodingtofallbacktowhennootherinformation
			isavailable</description>
	</property>
	<property>
		<name>generate.batch.id</name>
		<value>*</value>
	</property>
</configuration>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读