i have also thought about an autosuggest for our intranet search.
one other solution could be:

put all the searched queries into a database and do a lookup not on the terms 
indexed by solr but rather a lookup to what have been searched in the past. 

we have written a small script, that takes the solr-log, extracts the query, 
hits & co put everything into a mysql-database and then have the autosuggest 
search again these database entries.


markus

> -----Ursprüngliche Nachricht-----
> Von: Blargy [mailto:zman...@hotmail.com] 
> Gesendet: Samstag, 15. Mai 2010 17:45
> An: solr-user@lucene.apache.org
> Betreff: Re: Autosuggest
> 
> 
> Maybe I should have phrased it as: "Is this ready to be used 
> with Solr 1.4?"
> 
> Also, as Grang asked in the thread, what is the actual status 
> of that patch?
> Thanks again!
> -- 
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Autosuggest-tp818430p819765.html
> Sent from the Solr - User mailing list archive at Nabble.com.
> 

Reply via email to