I think I finally have my plugin ported to 0.8, however I cannot get my
plugin to load.
My plugin.includes file in conf/nutch-site.xml has the following for its
plugin.includes value:
<value>protocol-http|urlfilter-regex|parse-(text|html|js)|index-basic|query-(basic|site|url)|summary-basic|scoring-opic|custom-meta</value>
My plugin is the 'custom-meta' entry at the end.
My plugin never shows up in the Registered Plugins list in the
hadoop.log, and lines in my plugin that run logger.info never show up as
well. Is there a step I am missing with 0.8, what should I do next to
debug the problem?
Thank you,
Chris Stephens