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

Reply via email to