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 RicardoJMendez: http://wiki.apache.org/nutch/WritingPluginExample-0%2e8 ------------------------------------------------------------------------------ - Most of the text and original code from this page are originally from [wiki:WritingPluginExample WritingPluginExample]. It's been updated to work with the trunk as of revision 506842, and to add unit testing. == The Example == @@ -404, +403 @@ <property> <name>plugin.includes</name> <value>nutch-extensionpoints|protocol-http|urlfilter-regex|parse-(text|html)|index-basic|query-(basic|site|url)</value> - <description>Regular expression naming plugin directory names to + <description>Regular expression naming plugin id names to include. Any plugin not matching this expression is excluded. In any case you need at least include the nutch-extensionpoints plugin. By default Nutch includes crawling just HTML and plain text via HTTP, @@ -413, +412 @@ </property> }}} - You'll want to edit the regular expression so that it includes the name of your plugin. + You'll want to edit the regular expression so that it includes the id of your plugin. {{{ <value>nutch-extensionpoints|protocol-http|urlfilter-regex|parse-(text|html)|index-basic|query-(basic|site|url)|recommended</value>