Github user sebastian-nagel commented on a diff in the pull request:
https://github.com/apache/nutch/pull/78#discussion_r42164537
--- Diff: conf/nutch-default.xml ---
@@ -1896,4 +1896,33 @@ CAUTION: Set the parser.timeout to -1 or a bigger
value than 30, when using this
</description>
</property>
+<!-- index-links plugin -->
+
+<property>
+ <name>outlinks.host.ignore</name>
+ <value>false</value>
+ <description>
+ Ignore the outlinks that point out to the same host as the URL being
indexed.
+ By default all outlinks are indexed.
+ </description>
+</property>
+
+<property>
+ <name>inlinks.host.ignore</name>
+ <value>false</value>
+ <description>
+ Ignore the inlinks coming from the same host as the URL being indexed.
By default
+ all inlinks are indexed.
+ </description>
--- End diff --
If db.ignore.internal.links == true (that's the default) this option
wouldn't change anything because host-internal-inlinks aren't even stored in
linkdb. Could be worth to place a reference to db.ignore.internal.links.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---