Jack Tang wrote:
And here I find something may be wrong in the code hosted in svn.

        addNode(doc, channel, "nutch", "cache", base+"/cached.jsp?"+id);
        addNode(doc, channel, "nutch", "explain", base+"/explain.jsp?"+id
                +"&query="+URLEncoder.encode(queryString,"UTF-8"));

it should be:

        addNode(doc, item, "nutch", "cache", base+"/cached.jsp?"+id);
        addNode(doc, item, "nutch", "explain", base+"/explain.jsp?"+id
                +"&query="+URLEncoder.encode(queryString,"UTF-8"));

isn't it?

You're right. I'll fix that.

Doug


------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to