Github user chrismattmann commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/34#discussion_r32870349
  
    --- Diff: src/java/org/apache/nutch/parse/ParseSegment.java ---
    @@ -140,6 +177,37 @@ public void map(WritableComparable<?> key, Content 
content,
               LOG.warn("Error passing score: " + url + ": " + e.getMessage());
             }
           }
    +      
    +      if (filterflag) {
    +
    +        if (!filter.filterParse(parse.getText())) { // kick in the second 
tier
    +                                                    // if parent page found
    +                                                    // irrelevent
    +          LOG.info("ModelURLFilter: Page found irrelevent:: " + url);
    --- End diff --
    
    needs to be insulated.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to