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 JakeVanderdray: http://wiki.apache.org/nutch/WritingPlugins ------------------------------------------------------------------------------ </property> }}} - You'll want to edit the regular expression so that it includes the name of your plugin. For example if your plugin was called "parse-custom", you'd want to change this section like so: + You'll want to edit the regular expression so that it includes the name of your plugin. {{{ - <value>nutch-extensionpoints|protocol-http|urlfilter-regex|parse-(text|html|custom)|index-basic|query-(basic|site|url)</value> + <value>nutch-extensionpoints|protocol-http|urlfilter-regex|parse-(text|html)|index-basic|query-(basic|site|url)|recommended</value> }}} The next time you run a crawl your parser should get used.
