Re: autosuggest combination of data from documents and popular queries

2011-09-29 Thread abhayd
anyone? How to sort for termscomponent? -- View this message in context: http://lucene.472066.n3.nabble.com/autosuggest-combination-of-data-from-documents-and-popular-queries-tp3360657p3381201.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: autosuggest combination of data from documents and popular queries

2011-09-29 Thread abhayd
hi Hoss, This helps. Only thing i am not sure is use of TermsComponent. As I understand TermsComponent allows sorking only on count|index. So I m not sure how popularity could be used for sort or boost. Any thoughts around using TermsComponent with popularity? If this is possible then i dont thin

Re: autosuggest combination of data from documents and popular queries

2011-09-28 Thread abhayd
hi hoss, This helps.. But as I understand TermsComponent does not allow sort on popularity..Just coun|index. Or I m missing something? If TermsComponent allows custom sorting i dont even have to use ngrams. Any thoughts? abhay -- View this message in context: http://lucene.472066.n3.nabble.c

Re: autosuggest combination of data from documents and popular queries

2011-09-28 Thread Chris Hostetter
: 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" ... : Is this doable ? any options ? It's totally doable, an

Re: autosuggest combination of data from documents and popular queries

2011-09-23 Thread abhayd
hi My requirement is i have a list of popular search terms in database seachterm | count --- mango | 100 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

Re: autosuggest combination of data from documents and popular queries

2011-09-22 Thread Otis Gospodnetic
Hello, >hi  >we already have autosuggest working using solr based on popular search >terms. Just terms of whole queries?  I assume the latter. >we use following approach.. >http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ > >Now we want to use d