You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Sandeep Tata <sa...@gmail.com> on 2009/02/06 03:04:20 UTC

Re: writing plugin

These are useful resources to consult when trying to write plugins:

http://wiki.apache.org/nutch/PluginCentral

http://wiki.apache.org/nutch/WritingPluginExample-0.9

If your filtering needs are beyond what RegexURLFilter can do, you
should be able to implement another filtering plugin based on how
RegexURLFilter looks.

Sandeep


On Sat, Jan 31, 2009 at 1:08 AM, Raagu <rk...@gmail.com> wrote:
>
> Hi I want to write a plugin for nutch.. I wrote a simpe plugin n placed it in
> approate locations
> I have compiled it successfully  using ant.
>
> But I am not able to import my plugin from existing source code..
> That is i  am not able to call my plugin from existing source code..
> Actually , i need to write a plugin in fetcher..
>  after reading from the fetchlist , my plugin should be called to filter the
> urls.. then give it to fetcher to fetch..
>
> Please tel me entire procedure to do this.. What fuctions should i use to
> extract the all d urls from the fetchlist before giving it to the
> fetcher....
>
> n tel me how to import my plugin package..
> --
> View this message in context: http://www.nabble.com/writing-plugin-tp21761261p21761261.html
> Sent from the Nutch - User mailing list archive at Nabble.com.
>
>