hi My requirement is i have a list of popular search terms in database seachterm | count ------------------- mango | 1000000
Consider i have only oneterm in that table, mango. I use edgengram and put that in auto_complete field in solr index with count. If user starts typing "m" i wil show "mango" as suggestion. And other suggestions should come from the document title in index. So if I have a document in index with title "Man .." so suggestions would be "mango" "man" Now say user starts typing "sa" now i dont have a popular search term then it should show suggestions from index data Is this doable ? any options ? -- View this message in context: http://lucene.472066.n3.nabble.com/autosuggest-combination-of-data-from-documents-and-popular-queries-tp3360657p3362049.html Sent from the Solr - User mailing list archive at Nabble.com.