Plugin Developement Help

2009-11-24 Thread david.stu...@progressivealliance.co.uk
Hi All, I think I am just about finished my plugin (nutch 1.0) which adds extra metadata to during parsing the problem I am having is it doesn't seem to be adding the data to the system (via luke or readseg). I looked at in the wiki but it seems to be for 0.9 and the syntax looks different.

Re: Plugin Developement Help

2009-11-24 Thread Andrzej Bialecki
david.stu...@progressivealliance.co.uk wrote: Hi All, I think I am just about finished my plugin (nutch 1.0) which adds extra metadata to during parsing the problem I am having is it doesn't seem to be adding the data to the system (via luke or readseg). I looked at in the wiki but it

Re: Plugin Developement Help

2009-11-24 Thread david.stu...@progressivealliance.co.uk
I thought I did but I thought before I did a bin/nutch index (or solrindex) it would be stored somewhere it does seems to be getting to the doc.add bit which makes me think the variable is empty {code}     public void addIndexBackendOptions(Configuration conf) {       LOG.warn(+_+_You called me

Re: Plugin Developement Help

2009-11-24 Thread David Stuart
Sorry I meant doesn't get to doc.add David On 24 Nov 2009, at 11:27, david.stu...@progressivealliance.co.uk david.stu...@progressivealliance.co.uk wrote: I thought I did but I thought before I did a bin/nutch index (or solrindex) it would be stored somewhere it does seems to be getting

Re: Plugin Developement Help

2009-11-24 Thread david.stu...@progressivealliance.co.uk
Sorry its suppose to say would be stored somewhere it DOESN'T seem to be getting to the doc.add bit which On 24 November 2009 at 12:27 david.stu...@progressivealliance.co.uk david.stu...@progressivealliance.co.uk wrote: I thought I did but I thought before I did a bin/nutch index (or solrindex)

[Nutch Wiki] Update of OptimizingCrawls by DennisKube s

2009-11-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Nutch Wiki for change notification. The OptimizingCrawls page has been changed by DennisKubes. The comment on this change is: Page about optimizing crawling speed. http://wiki.apache.org/nutch/OptimizingCrawls

[Nutch Wiki] Update of FrontPage by DennisKubes

2009-11-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Nutch Wiki for change notification. The FrontPage page has been changed by DennisKubes. http://wiki.apache.org/nutch/FrontPage?action=diffrev1=122rev2=123 -- *

wrong wiki front page

2009-11-24 Thread Alban Mouton
Hello everybody, I don't know if it is a known issue, but it's been like that since at least a couple of days so I figured I should tell someone. The root url for the nutch wiki http://wiki.apache.org/nutch/ doesn't redirect to http://wiki.apache.org/nutch/FrontPage ! It's annoying because that's

[jira] Created: (NUTCH-771) Add WebGraph classes to the bin/nutch script

2009-11-24 Thread Dennis Kubes (JIRA)
Add WebGraph classes to the bin/nutch script Key: NUTCH-771 URL: https://issues.apache.org/jira/browse/NUTCH-771 Project: Nutch Issue Type: Improvement Affects Versions: 1.1

[jira] Commented: (NUTCH-768) Upgrade Nutch 1.0 to use Hadoop 0.20

2009-11-24 Thread Dennis Kubes (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782172#action_12782172 ] Dennis Kubes commented on NUTCH-768: I have tested the upgrade with Hadoop 0.20. To

[jira] Commented: (NUTCH-771) Add WebGraph classes to the bin/nutch script

2009-11-24 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782177#action_12782177 ] Andrzej Bialecki commented on NUTCH-771: - +1 to adding these to the script. The

[jira] Commented: (NUTCH-768) Upgrade Nutch 1.0 to use Hadoop 0.20

2009-11-24 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782179#action_12782179 ] Andrzej Bialecki commented on NUTCH-768: - Are there any source code changes