sebastian-nagel commented on a change in pull request #545:
URL: https://github.com/apache/nutch/pull/545#discussion_r464548994
##########
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:
Well, that sounds too long. Maybe only index-more-date-styles.txt? But
we can leave it as the usage is now described in the file itself.
Yes, you're right about the *.template : if someone builds Nutch from the
source code all config files in `conf/`are "instantiated" during the first
compile from the *.template versions. That's to avoid that the version control
system complains about modified configuration files if users need to adapt the
settings for their specific use case. Could you rename the file to *.template?
- it's then automatically copied when `ant runtime` is called.
----------------------------------------------------------------
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]