Not sure if you have already seen this one..
http://www.solarium-project.org/2012/01/suggester-query-support/
You can also use edge N gram filter to implement typeahead auto suggest.
--
View this message in context:
http://lucene.472066.n3.nabble.com/AutoSuggest-like-Google-in-Solr-using-Sola
I think it's best to use one of the many autosuggesters Lucene/Solr provide?
E.g. AnalyzingInfixSuggester is running here:
http://jirasearch.mikemccandless.com
But that's just one suggester... there are many more.
Mike McCandless
http://blog.mikemccandless.com
On Mon, Mar 17, 2014 at 10:44 AM
Hi Sohan,
The best approach for the auto suggest is using the facet query.
Please refer the link :
http://solr.pl/en/2010/10/18/solr-and-autocomplete-part-1/
Thanks,
SureshKumar.S
From: Sohan Kalsariya
Sent: Monday, March 17, 2014 8:14 PM
To: solr-use