[
https://issues.apache.org/jira/browse/NUTCH-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505875#comment-16505875
]
ASF GitHub Bot commented on NUTCH-2530:
---------------------------------------
sebastian-nagel closed pull request #343: NUTCH-2530 Rename property
db.max.anchor.length > linkdb.max.anchor.length
URL: https://github.com/apache/nutch/pull/343
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index e034a4f3c..37f73b8cd 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -679,13 +679,6 @@
</property>
<property>
- <name>db.max.anchor.length</name>
- <value>100</value>
- <description>The maximum number of characters permitted in an anchor.
- </description>
-</property>
-
- <property>
<name>db.parsemeta.to.crawldb</name>
<value></value>
<description>Comma-separated list of parse metadata keys to transfer to the
crawldb (NUTCH-779).
@@ -765,6 +758,15 @@
</description>
</property>
+<property>
+ <name>linkdb.max.anchor.length</name>
+ <value>100</value>
+ <description>
+ The maximum number of characters permitted for anchor texts stored
+ in LinkDb.
+ </description>
+</property>
+
<!-- generate properties -->
<property>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Rename property db.max.anchor.length > linkdb.max.anchor.length
> ---------------------------------------------------------------
>
> Key: NUTCH-2530
> URL: https://issues.apache.org/jira/browse/NUTCH-2530
> Project: Nutch
> Issue Type: Improvement
> Affects Versions: 1.14
> Reporter: Sebastian Nagel
> Priority: Minor
> Fix For: 1.15
>
>
> The property db.max.anchor.length affects the LinkDb (not CrawlDb) and should
> be named linkdb.max.anchor.length, see NUTCH-2220. Also:
> - move into LinkDb "section" in nutch-default.xml
> - check/improve description
> - add warning about the new name on top of the release notes (CHANGES.txt)
> See [discussion
> @user|https://lists.apache.org/thread.html/0f316ce311087f6c366629b7334f4e975114622eff2550ea523fe666@%3Cuser.nutch.apache.org%3E]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)