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
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