Re: autocomplete feature - where to begin

2013-08-14 Thread Mysurf Mail
Thanks. Will read it now :-) On Tue, Aug 13, 2013 at 8:33 PM, Cassandra Targett wrote: > The autocomplete feature in Solr is built on the spell checker > component, and is called Suggester, which is why you've seen both of > those mentioned. It's implemented with a searchComponent and a > reques

Re: autocomplete feature - where to begin

2013-08-13 Thread Cassandra Targett
The autocomplete feature in Solr is built on the spell checker component, and is called Suggester, which is why you've seen both of those mentioned. It's implemented with a searchComponent and a requestHandler. The Solr Reference Guide has a decent overview of how to implement it and I just made a