Simone, for such a work you need something external I think.
I would use Apache's mod_rewrite which is super flexible for such purposes. Among others it can honour existing URL by either serving them reformulated (e.g. proxied) or by redirecting the browser to use it. Probably something as flexible exists in the servlet world, I do not know. For lack of using it, we created something of a "redirect servlet" for i2geo.net (see http://svn.activemath.org/intergeo/Platform/RootWebapp/ ) it is really a basic routine to redirect chosen URLs to chosen places (see also the neighbour project ServletUtils). paul Le 6 oct. 2011 à 09:54, Finotti Simone a écrit : > Hello, > > I have been assigned the task to migrate from Endeca to Solr. > > The former engine allowed me to set keyword triggers that, when matched > exactly, caused the web client to redirect to a specified URL. > > Does that feature exist in Solr? If so, where can I get some info? > > Thank you