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



##########
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:
       Just in case: I meant the file name, not the variable name. A typical 
Nutch user only edits the configuration file but does not look into the source 
code to figure out what the file 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