Re: URL Redirect

2011-10-29 Thread Erik Hatcher
I would personally implement this in the app tier, above Solr. One way to do it using Solr to match keywords to URLs is to index special "redirect" documents with the keywords in the search field (either in the main index, or in a separate core index). But there is nothing magically built i

Re: URL Redirect

2011-10-28 Thread prr
Finotti Simone yoox.com> writes: > > 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

Re: URL Redirect

2011-10-06 Thread Otis Gospodnetic
Hello, See http://search-lucene.com/?q=query+elevation  I think that's the closest thing to what you need.  It doesn't do the redirect, but this is something that's easily doable in your app with a little => mapping Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene

Re: URL Redirect

2011-10-06 Thread Ranveer Kumar
Tucky can also help you if you are u Sing java.. On Oct 6, 2011 1:24 PM, "Finotti Simone" wrote: > 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 sp

Re: URL Redirect

2011-10-06 Thread Paul Libbrecht
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 flexi