Re: autosuggest combination of data from documents and popular queries

2011-09-29 Thread abhayd
think I would even need ngrams at all Any suggestions? abhay -- View this message in context: http://lucene.472066.n3.nabble.com/autosuggest-combination-of-data-from-documents-and-popular-queries-tp3360657p3378874.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
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-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, and you've

Re: autosuggest combination of data from documents and popular queries

2011-09-28 Thread abhayd
.nabble.com/autosuggest-combination-of-data-from-documents-and-popular-queries-tp3360657p3378096.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: autosuggest combination of data from documents and popular queries

2011-09-23 Thread abhayd
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.

autosuggest combination of data from documents and popular queries

2011-09-22 Thread abhayd
.nabble.com/autosuggest-combination-of-data-from-documents-and-popular-queries-tp3360657p3360657.html Sent from the Solr - User mailing list archive at Nabble.com.

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 data