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
Am 26.12.2005 um 15:21 schrieb Jeff Breidenbach:
Hi all,
I'm playing with Nutch to index a single website with a lot of static
HTML files. It would be nice to crawl and index using the local
filesytem to keep from slamming the webserver. However, actual
searches should work with http urls.
I looked for this feature in code and documentation, and don't
anything that helps. Specifically, I want to say something like:
file:///var/lib/www -> http://foo.bar.baz/
Does it already exist? Should I try to write it? Where to start?
Cheers,
Jeff