[jira] [Commented] (NUTCH-2216) db.ignore.*.links to optionally follow internal redirects

2017-12-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295252#comment-16295252
 ] 

Hudson commented on NUTCH-2216:
---

SUCCESS: Integrated in Jenkins build Nutch-trunk #3487 (See 
[https://builds.apache.org/job/Nutch-trunk/3487/])
NUTCH-2216 db.ignore.*.links to optionally follow internal redirects - (snagel: 
[https://github.com/apache/nutch/commit/856e5513d4c8f9a4e35778b2e4b8f18da1e46fcc])
* (edit) conf/nutch-default.xml
* (edit) src/java/org/apache/nutch/fetcher/FetcherThread.java


> db.ignore.*.links to optionally follow internal redirects
> -
>
> Key: NUTCH-2216
> URL: https://issues.apache.org/jira/browse/NUTCH-2216
> Project: Nutch
>  Issue Type: Improvement
>  Components: fetcher
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.14
>
> Attachments: NUTCH-2216.patch, NUTCH-2216.patch
>
>
> db.ignore.internal.links doesn't follow any internal hyperlinks or redirects. 
> Together with db.ignore.external.links it helps to restrict the crawl to a 
> predefined set of URL's, for example provided by a customer.
> In many cases, a few of those URL's are redirects, which are not followed. 
> This issue adds an option to optionally allow internal redirects despite 
> db.ignore.internal.links being enabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (NUTCH-2216) db.ignore.*.links to optionally follow internal redirects

2017-12-18 Thread Sebastian Nagel (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295175#comment-16295175
 ] 

Sebastian Nagel commented on NUTCH-2216:


Partially overlaps with NUTCH-2365, will update [PR 
#264|https://github.com/apache/nutch/pull/264] to include the fix for 
NUTCH-2216.

> db.ignore.*.links to optionally follow internal redirects
> -
>
> Key: NUTCH-2216
> URL: https://issues.apache.org/jira/browse/NUTCH-2216
> Project: Nutch
>  Issue Type: Improvement
>  Components: fetcher
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.14
>
> Attachments: NUTCH-2216.patch, NUTCH-2216.patch
>
>
> db.ignore.internal.links doesn't follow any internal hyperlinks or redirects. 
> Together with db.ignore.external.links it helps to restrict the crawl to a 
> predefined set of URL's, for example provided by a customer.
> In many cases, a few of those URL's are redirects, which are not followed. 
> This issue adds an option to optionally allow internal redirects despite 
> db.ignore.internal.links being enabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (NUTCH-2216) db.ignore.*.links to optionally follow internal redirects

2016-02-22 Thread Sebastian Nagel (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1515#comment-1515
 ] 

Sebastian Nagel commented on NUTCH-2216:


* this was the case before, but shouldn't {{db.ignore.external.links.mode}} 
also apply to redirects? Esp. domain-internal redirects are frequently used 
(e.g., helpdesk.xyz.com -> www.xyz.com/helpdesk/)
* (also an additional improvement) description of 
{{db.ignore.(in|ex)ternal.links}} could be:
bq. "This is an effective way to limit the crawl to include only initially 
injected hosts +or domains+, without creating complex URLFilters. See 
'db.ignore.external.links.mode'.
* "db.ignore.treat.redirects.as.links" / "ignoreTreatRedirectsAsLinks": sounds 
complex when reading it the first time, maybe "db.ignore.also.redirects" or as 
antonym "db.follow.redirects"?

> db.ignore.*.links to optionally follow internal redirects
> -
>
> Key: NUTCH-2216
> URL: https://issues.apache.org/jira/browse/NUTCH-2216
> Project: Nutch
>  Issue Type: Improvement
>  Components: fetcher
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.12
>
> Attachments: NUTCH-2216.patch
>
>
> db.ignore.internal.links doesn't follow any internal hyperlinks or redirects. 
> Together with db.ignore.external.links it helps to restrict the crawl to a 
> predefined set of URL's, for example provided by a customer.
> In many cases, a few of those URL's are redirects, which are not followed. 
> This issue adds an option to optionally allow internal redirects despite 
> db.ignore.internal.links being enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)