[ 
https://issues.apache.org/jira/browse/NUTCH-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Joke updated NUTCH-489:
--------------------------------

    Attachment: SuffixURLFilter_v2.java.patch

My mistake...

I've added a new patchwhich is supposed to:
1- have a correct indentation 
2- manage to read the option I and P without any order or constraint.

Hope it will help

> URLFilter-suffix management of the url path when the url contains some query 
> parameters
> ---------------------------------------------------------------------------------------
>
>                 Key: NUTCH-489
>                 URL: https://issues.apache.org/jira/browse/NUTCH-489
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 0.9.0
>         Environment: Windows, Java 1.5
>            Reporter: Emmanuel Joke
>         Attachments: suffix-urlfilter.txt.patch, SuffixURLFilter.java.patch, 
> SuffixURLFilter_v2.java.patch
>
>
> The current filter compares only on string level. It try to apply the filter 
> to the full URL (path + query parameters).
> So, even if we have define in our filter to exclude all js extension, it 
> won't exclude this URL http://www.toto.com/from.js?id=5.
> I've added a new parameter in the filter which can be use to configure the 
> filter to exclude URL based on the url path.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to