Where to put plugin specific parameters / configurations

2009-03-18 Thread MyD

Hi @ all,

where is it possible to set plugin (my own plugin) specific parameters /
configurations? Thanks in advance.

Regards,
MyD
-- 
View this message in context: 
http://www.nabble.com/Where-to-put-plugin-specific-parameters---configurations-tp22577145p22577145.html
Sent from the Nutch - User mailing list archive at Nabble.com.



Re: Where to put plugin specific parameters / configurations

2009-03-18 Thread yanky young
Hi:

you can put any parameters in nutch-site.xml as property settings, and get
property from your plugin class by conf.get(your property name)

good luck

yanky


2009/3/18 MyD myd.ro...@googlemail.com


 Hi @ all,

 where is it possible to set plugin (my own plugin) specific parameters /
 configurations? Thanks in advance.

 Regards,
 MyD
 --
 View this message in context:
 http://www.nabble.com/Where-to-put-plugin-specific-parameters---configurations-tp22577145p22577145.html
 Sent from the Nutch - User mailing list archive at Nabble.com.