What an interesting application :-) Dennis Gearon
Signature Warning ---------------- It is always a good idea to learn from your own mistakes. It is usually a better idea to learn from others’ mistakes, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. --- On Mon, 10/18/10, Pablo Recio Quijano <pre...@yaco.es> wrote: > From: Pablo Recio Quijano <pre...@yaco.es> > Subject: Implementing Search Suggestion on Solr > To: solr-user@lucene.apache.org > Date: Monday, October 18, 2010, 3:53 AM > Hi! > > I'm trying to implement some kind of Search Suggestion on a > search engine I have implemented. This search suggestions > should not be automatically like the one described for the > SpellCheckComponent [1]. I'm looking something like: > > "SAS oppositions" => "Public job offers for > some-company" > > So I will have to define it manually. I was thinking about > synonyms [2] but I don't know if it's the proper way to do > it, because semantically those terms are not synonyms. > > Any ideas or suggestions? > > Regards, > > [1] http://wiki.apache.org/solr/SpellCheckComponent > [2] > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory >