Github user lewismc commented on a diff in the pull request:
https://github.com/apache/nutch/pull/32#discussion_r32702634
--- Diff: src/java/org/apache/nutch/parse/ParseSegment.java ---
@@ -56,6 +57,14 @@
private ParseUtil parseUtil;
private boolean skipTruncated;
+
+ public static final String PARSER_MODELFILTER="parser.modelfilter";
--- End diff --
I would argue that the key's are unsuitable. As this is meant to be an
URLFilter, the keys should refelect that... not parser related but instead
URLFilter specific
---
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.
---