Thanks, it's not what I'm looking for. Actually I need something like search "Ubuntu" and it will prompt "Maybe you will like 'Debian' too" or something like that. I'm not trying to do it automatically, manually will be ok.
Anyway, is good article you shared, maybe I will implement it, thanks! 2010/10/27 Jakub Godawa <jakub.god...@gmail.com> > I am a real rookie at solr, but try this: > http://solr.pl/2010/10/18/solr-and-autocomplete-part-1/?lang=en > > 2010/10/27 Pablo Recio <pre...@yaco.es> > > > Hi, > > > > I don't want to be annoying, but I'm looking for a way to do that. > > > > I repeat the question: is there a way to implement Search Suggestion > > manually? > > > > Thanks in advance. > > Regards, > > > > 2010/10/18 Pablo Recio Quijano <pre...@yaco.es> > > > > > 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 > > > > > >