Solr suggest, auto complete & spellcheck

2016-01-04 Thread Steven White
Hi,

I'm trying to understand what are the differences between Solr suggest,
auto complete & spellcheck?  Isn't each a function of the UI?  If not, can
you provide me with links that show end-to-end example setting up Solr to
get all of the 3 features?

I'm on Solr 5.2.

Thanks

Steve


Re: Solr suggest, auto complete & spellcheck

2016-01-04 Thread Erick Erickson
Here's a writeup on suggester:
https://lucidworks.com/blog/2015/03/04/solr-suggester/

The biggest difference is that spellcheck returns individual _terms_
whereas suggesters can return entire fields.

Neither are "a function of the UI" any more than searching is a
function of the UI. In both cases you have to do something
user-friendly with the return.

Best,
Erick

On Mon, Jan 4, 2016 at 2:06 PM, Steven White <swhite4...@gmail.com> wrote:
> Hi,
>
> I'm trying to understand what are the differences between Solr suggest,
> auto complete & spellcheck?  Isn't each a function of the UI?  If not, can
> you provide me with links that show end-to-end example setting up Solr to
> get all of the 3 features?
>
> I'm on Solr 5.2.
>
> Thanks
>
> Steve