On 6/12/07, Manoharam Reddy <[EMAIL PROTECTED]> wrote:
> How can I change it to read from <segment>/parse_text instead of
> <segment>/content ?
>

If you are using Nutch's web ui, you have to change this part in cached.jsp :

<% } else { %>

The cached content has mime type "<%=contentType%>",
click this <a href="./servlet/cached?<%=id%>">link</a> to download it directly.

<% } %>

You can get a url's ParseText with bean.getParseText(details).

-- 
Doğacan Güney
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to