derhecht commented on a change in pull request #545:
URL: https://github.com/apache/nutch/pull/545#discussion_r464478821
##########
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:
ok, any suggestion? the only default file naming thing I can see is that
every one else is creating a template instead really/directly uses a file.
so what about:
index-more-last-modified-date-styles.txt
?
----------------------------------------------------------------
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]