Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "WritingPluginExample" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/WritingPluginExample?action=diff&rev1=11&rev2=12 - ''This was written for the 0.7 branch, also explain indexing filter for 1.0. For an example using the 0.8 code, see [[WritingPluginExample-0.8|this page]]''. For an example using the 0.9 code, see [[WritingPluginExample-0.9|this page]] - == The Example == Consider this as a plugin example: We want to be able to recommend specific web pages for given search terms. For this example we'll assume we're indexing this site. As you may have noticed, there are a number of pages that talk about plugins. What we want to do is have it so that if someone searches for the term "plugin" we recommend that they start at the PluginCentral page, but we also want to return all the normal hits in the expected ranking. We'll seperate the search results page into a section of recommendations and then a section with the normal search results. @@ -296, +294 @@ You'll need to run 'ant war' to compile a new ROOT.war file. Once you've deployed that, your query filter should get used when searches are performed. + ''This was written for Nutch 1.3 official release. There are various other plugin examples available at the [[http://wiki.apache.org/nutch/OldPluginCentral#Plugin_Tutorials|Old Plugin Central]] + <<< See also: HowToContribute <<< PluginCentral

