[jira] Closed: (NUTCH-222) Exception in thread main java.lang.NoClassDefFoundError: invertlink

2006-03-04 Thread Stefan Groschupf (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-222?page=all ] Stefan Groschupf closed NUTCH-222: -- Resolution: Fixed Hi, I guess it is a typo, try invertlinks in case the nutch script does not know the command as in your case invertlink it tries to

RE: [jira] Closed: (NUTCH-222) Exception in thread main java.lang.NoClassDefFoundError: invertlink

2006-03-04 Thread Richard Braman
That was a typo. Same thing happens with invertlinks. $ bin/nutch invertlinks taxcrawl/db/ -dir taxcrawl/segments/20060302033503/ run java in C:\Program Files\Java\jdk1.5.0_04 Exception in thread main java.lang.NoClassDefFoundError: invertlinks -Original Message- From: Stefan Groschupf

[jira] Commented: (NUTCH-222) Exception in thread main java.lang.NoClassDefFoundError: invertlink

2006-03-04 Thread Richard Braman (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-222?page=comments#action_12368866 ] Richard Braman commented on NUTCH-222: -- When i look at the nutch script from my 0.7.1 distribution there is no invertlinks class. Is this something thats only found in

Re: [jira] Closed: (NUTCH-222) Exception in thread main java.lang.NoClassDefFoundError: invertlink

2006-03-04 Thread Stefan Groschupf
Hi Richard, I can not reproduce the problem: tom:~/Documents/workspace/nutch-trunk joa$ bin/nutch invertlinks Usage: linkdb (-dir segmentsDir | segment1 segment2 ...) This is a new command since nutch 0.8 please check that you have latest nutch 0.8 (nightly) distribution and not use a nutch

RE: [jira] Closed: (NUTCH-222) Exception in thread main java.lang.NoClassDefFoundError: invertlink

2006-03-04 Thread Richard Braman
Please note that the tutorial mentions this command but does not mention it is 0.8. How do you index a segment in 0.7.1? Can you omit the invertlinks command? -Original Message- From: Stefan Groschupf [mailto:[EMAIL PROTECTED] Sent: Saturday, March 04, 2006 11:47 AM To:

Re: [jira] Closed: (NUTCH-222) Exception in thread main java.lang.NoClassDefFoundError: invertlink

2006-03-04 Thread Stefan Groschupf
Please note that the tutorial mentions this command but does not mention it is 0.8. Right, we may should open an improvement request. How do you index a segment in 0.7.1? Can you omit the invertlinks command? Sure, just index it. The link management is done different in nutch 0.7. You

[jira] Created: (NUTCH-223) Crawl.java uses Integer.MAX_VALUE for -topN where Generator.java uses Long.MAX_VALUE for -topN

2006-03-04 Thread Jeff Ritchie (JIRA)
Crawl.java uses Integer.MAX_VALUE for -topN where Generator.java uses Long.MAX_VALUE for -topN -- Key: NUTCH-223 URL: http://issues.apache.org/jira/browse/NUTCH-223 Project: Nutch

in document highlighting

2006-03-04 Thread Richard Braman
Another compelling reason for better pdf parsing is it should enable the ability to do in document highlighting sometime in the future. Richard Braman mailto:[EMAIL PROTECTED] 561.748.4002 (voice) http://www.taxcodesoftware.org http://www.taxcodesoftware.org/ Free Open Source Tax Software

compile search.jsp

2006-03-04 Thread Michael Ji
Hi, I made change in search.jsp under /nutch/src/web/jsp and hope the change could reflect to the skin of nutch search page. I tried to run ant war and replace ROOT.war in tomcat/webapp also I tried to shutdown and restart tomcat; But seems the nutch search page keeps the same, also the

RE: compile search.jsp

2006-03-04 Thread Richard Braman
To change the skin, goto TOMCAT_HOME/webapps/ROOT(this is where nutch web should be installed if you did it right)/en/ and edit search.html, help, faq, etc. Also edit the header in the footer in the include directory. It's pretty confusing. I had to spend hours looking though the mailing list