GitHub user thammegowda reopened a pull request:
https://github.com/apache/nutch/pull/89
NUTCH-2144 : override db.ignore.external to exempt interesting external
domain URLs
+ Add extension point
org.apache.nutch.net.URLExemptionFilter
+ Modify FetcherThread and ParseOutputFormat to
integrate new extension point
+ Add extension urlfilter-ignoreexempt
+ build configs modified to include new extension
Resolves https://issues.apache.org/jira/browse/NUTCH-2144
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thammegowda/nutch NUTCH-2144-ignore-exempt
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/89.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #89
----
commit 29c7ae4ec088f0f428ab95992e10af9d87a231ad
Author: Thamme Gowda <[email protected]>
Date: 2015-10-19T14:31:04Z
Add an extension point and an extension to
override 'db.ignore.external.links'.
+ Add extension point
org.apache.nutch.net.URLExemptionFilter
+ Modify FetcherThread and ParseOutputFormat to
integrate new extension point
+ Add extension urlfilter-ignoreexempt
+ build configs modified to include new extension
commit 43583f7af19c21dd7553c5e41c026cb852f0cfa1
Author: Thamme Gowda <[email protected]>
Date: 2016-02-11T00:03:03Z
Added ignore exemption extension point and an extension
commit 559eb4d905a081e34095f0e9d5ee3e805363ccc3
Author: Thamme Gowda <[email protected]>
Date: 2016-02-11T00:21:08Z
README updated
commit 3cf887befc56c3cf4127f45385e83c47248dd6e9
Author: Thamme Gowda <[email protected]>
Date: 2016-02-11T00:23:12Z
Add an example rule fiile
commit b5cf404bf451fa80186ebb4120cfd39aa2c0f00b
Author: Thamme Gowda <[email protected]>
Date: 2016-02-12T01:01:02Z
Added License header
commit 3a555b106a4cef9bf0c0e0699f79aedd14ef9fa1
Author: Thamme Gowda <[email protected]>
Date: 2016-02-14T02:06:51Z
Code reviewers suggestion incorporated
+ Reusing the rules and format from urlfilter-regex
commit 6bd026c8482f98b14a56b9b9bff78307f6998189
Author: Thamme Gowda <[email protected]>
Date: 2016-02-25T02:16:17Z
merge upstream changed and Resolve all conflicts
----
---
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.
---