Thank you, this approach worked nicely.
On Tue, 27 Dec 2005 3:03 am, Stefan Groschupf wrote:
Jeff,
no such solution does not exists.
Take a look to the index-filters.
I suggest following solution:
+ write a index filter that add a field 'webserverUrl' to the lucene
document that contains your rewritten url (should by from type
keyword).
+ change the jsp page such that the 'webserverUrl' is used as link url
instead the real url.
Chainging the url behind the sense make no sense since nutch uses the
url as key for all records.
HTH
Stefan