Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by ChrisMattmann: http://wiki.apache.org/nutch/ParserFactoryImprovementProposal The comment on the change is: change "name" to "id" in parse-plugins.xml example ------------------------------------------------------------------------------ <parse-plugins> <mimeType name="*"> - <plugin name=âparse-textâ order=â1â/> + <plugin id=âparse-textâ order=â1â/> - <plugin name=âanother-one-default-parserâ order=â2â/> + <plugin id=âanother-one-default-parserâ order=â2â/> .... </mimeType>
