[jira] Commented: (NUTCH-61) Adaptive re-fetch interval. Detecting umodified content

2007-01-15 Thread Armel Nene (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464725 ] Armel Nene commented on NUTCH-61: - I was able to apply the patch to Nutch 0.8.1 and have it successfully running. I

[jira] Commented: (NUTCH-422) index-extra plugin creates additional fields in the index, based on configurable logic

2007-01-15 Thread Alan Tanaman (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464738 ] Alan Tanaman commented on NUTCH-422: Sami, About your questions - thank you for looking at this plugin. I will

[jira] Resolved: (NUTCH-430) integer overflow in HashComparator.compare

2007-01-15 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren resolved NUTCH-430. -- Resolution: Fixed Fix Version/s: 0.9.0 committed in revision 495732 with additional whitespace

Re: How can I get one plugin's root dir

2007-01-15 Thread Scott Green
Can someone give a answer? I dont think it is good idea we put all configuration/resources under conf dir. On 1/15/07, Scott Green [EMAIL PROTECTED] wrote: Hi, I need to load some resources from mine plugin's sub-directory. Any avaiable method to get the specified plugin's root directory now?

Re: How can I get one plugin's root dir

2007-01-15 Thread Andrzej Bialecki
Scott Green wrote: Can someone give a answer? I dont think it is good idea we put all configuration/resources under conf dir. On 1/15/07, Scott Green [EMAIL PROTECTED] wrote: Hi, I need to load some resources from mine plugin's sub-directory. Any avaiable method to get the specified plugin's

Re: How can I get one plugin's root dir

2007-01-15 Thread Dennis Kubes
You can get the PluginRepository and then from there get the plugin descriptor and its path. From there resources inside the plugin folder. Change out parse-html with your plugin id. Configuration conf = NutchConfiguration.create(); PluginRepository rep =

Re: How can I get one plugin's root dir

2007-01-15 Thread Scott Green
Hi, I want to propose a bit clean plugin directory structure: xxx-plugin `-- lib `-- conf `-- src `-- web (only for web plugin) `-- plugin.xml `-- build.xml Take urlfilter-regex plugin as example, the

Re: How can I get one plugin's root dir

2007-01-15 Thread Scott Green
Thanks Dennis! Your methond should work. And I really hope there is one directly method say getPluginRootDir() in the plugin implementation. On 1/16/07, Dennis Kubes [EMAIL PROTECTED] wrote: You can get the PluginRepository and then from there get the plugin descriptor and its path. From

Multiple collections

2007-01-15 Thread Nathan ter Bogt
Has anyone given any thought to allowing nutch to create multiple collections, perhaps in seperate config directories, and allowing the web interface to access any collection individually? To put it into context, say I was planning to use nutch to index a number of sites independantly on a