I created my own plugin that extend IndexFilter. I integrated nutch 1.1 with
solr 1.4. I use solrindex create the index. For some reason, my own plugin
was
never called when I run solrindex. Why? Do I have to change anything in conf
xml to make it run when I am using solrindex? I am using the instruction
listed
in http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ to setup the
solr
integration. and I am following
http://wiki.apache.org/nutch/WritingPluginExample-0.9 to write the plugin.
Thanks.