sebastian-nagel commented on a change in pull request #545:
URL: https://github.com/apache/nutch/pull/545#discussion_r464464410



##########
File path: 
src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java
##########
@@ -316,6 +324,39 @@ public void setConf(Configuration conf) {
         LOG.error(org.apache.hadoop.util.StringUtils.stringifyException(e));
       }
     }
+    
+    URL res = conf.getResource("date-styles.txt");

Review comment:
       Maybe a more specific file name?  So, that the usage of the resource is 
clear to every (new) user - since the `conf/` folder is shared for all Nutch 
components and plugins. Additionally, a comment in the config file might be 
useful which explains what it is used for.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to