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 ------------------------------------------------------------------------------ <meta name="recommended" content="plugins" /> }}} - In order to do this we'll need to write a plugin that extends 3 different extension points. We need to extend the HTMLParser in order to get the recommended terms out of the meta tags. The !IndexingFilter will need to be extended to add a recommended field to the index. The !QueryFilter needs to be extended to add the ability to search againsed the new field in the index. + In order to do this we need to write a plugin that extends 3 different extension points. We need to extend the HTMLParser in order to get the recommended terms out of the meta tags. The !IndexingFilter will need to be extended to add a recommended field to the index. The !QueryFilter needs to be extended to add the ability to search againsed the new field in the index. == Setup == @@ -40, +40 @@ * A plugin.xml file that tells nutch about your plugin. * A build.xml file that tells ant how to build your plugin. - * The source code of your plugin in the directory structure recommended/java/org/apache/nutch/[Source_Here]. + * The source code of your plugin in the directory structure recommended/src/java/org/apache/nutch/[Source_Here]. == Plugin.xml ==
