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

R: URL Redirect

2011-10-10 Thread Finotti Simone
apache.org Oggetto: R: URL Redirect Ok, so I installed tucky on Tomcat 6.0. I have the following configuration: /solr-p <- the solr configuration /solr <- the tucky configuration I want to redirect request such as http://localhost:8080/solr/select/?q=Somename&;... to a different address,

R: URL Redirect

2011-10-07 Thread Finotti Simone
expected. According to Tomcat's log files, it seems that the forwarding is done correctly. Please, could anybody explain me what's going on there? Thanks Inizio: Ranveer Kumar [ranveer.s...@gmail.com] Inviato: giovedì 6 ottobre 2011 10.21 Fin

Re: URL Redirect

2011-10-06 Thread Otis Gospodnetic
ene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message - > From: Finotti Simone > To: "solr-user@lucene.apache.org" > Cc: > Sent: Thursday, October 6, 2011 3:54 AM > Subject: URL Redirect > > Hello, > > I have been ass

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

URL Redirect

2011-10-06 Thread Finotti Simone
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