> > to get regex-normalize.xml to work i must put: > in nutch-site.xml > In nutch-default.xml there is set: > Is this a bug or a feature? =)
nutch-site.xml overrides properties defined in nutch-default. So: * If you remove urlnormalizer.class property from nutch-default it must still uses the one defined in nutch-site * If you remove urlnormalizer.class property from nutch-site it must use the one defined in nutch-default * ... (if it works another way it is a bug, otherwise, the feature is to uses nutch-site first, then nutch-default if some properties are not defined in nutch-site). Regards Jérôme -- http://motrech.free.fr/ http://www.frutch.org/
