# Term Suggester Usage

**URL:** https://discuss.elastic.co/t/term-suggester-usage/17876
**Category:** Elasticsearch
**Created:** [June 3, 2014, 9:13am UTC](https://discuss.elastic.co/t/term-suggester-usage/17876 "2014-06-03T09:13:50Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Klaus\_Stadler](https://avatars.discourse-cdn.com/v4/letter/k/58f4c7/32.png) [@Klaus\_Stadler](https://discuss.elastic.co/u/Klaus_Stadler)
#### Post date: [June 3, 2014, 9:13am UTC](https://discuss.elastic.co/t/term-suggester-usage/17876/1 "2014-06-03T09:13:50Z")

</div>

Hello,

is it correct that Term Suggester is what is closes to Google style  
autocompletion?  
If so, how do you use the term suggester?  
Unfortunately, I can't find any examples in the ES documentation.

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![spinscale](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spinscale/32/25011_2.png) [@spinscale](https://discuss.elastic.co/u/spinscale)
#### Post date: [June 16, 2014, 11:45am UTC](https://discuss.elastic.co/t/term-suggester-usage/17876/2 "2014-06-16T11:45:51Z")

</div>

Hey,

the term suggester takes a query like "search is awesome" and returns  
suggestions for each of the terms, so three different suggestions are  
returned here. You maybe want to take a look at the completion suggester,  
see

> **[Elasticsearch Platform — Find real-time answers at scale](https://www.elastic.co)**
>
> Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.

> **[Elasticsearch Platform — Find real-time answers at scale](https://www.elastic.co)**
>
> Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.

--Alex

On Tue, Jun 3, 2014 at 11:13 AM, Klaus Stadler \<  
[klaus.stadler@united-internet-media.de](mailto:klaus.stadler@united-internet-media.de)\> wrote:

> Hello,
> 
> is it correct that Term Suggester is what is closes to Google style  
> autocompletion?  
> If so, how do you use the term suggester?  
> Unfortunately, I can't find any examples in the ES documentation.
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAGCwEM8YvrnBkXBbbLnvGgJ9qDxno17XaxQ-LBFH1cZ5g\_BkYw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAGCwEM8YvrnBkXBbbLnvGgJ9qDxno17XaxQ-LBFH1cZ5g_BkYw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Klaus\_Stadler](https://avatars.discourse-cdn.com/v4/letter/k/58f4c7/32.png) [@Klaus\_Stadler](https://discuss.elastic.co/u/Klaus_Stadler)
#### Post date: [June 16, 2014, 11:54am UTC](https://discuss.elastic.co/t/term-suggester-usage/17876/3 "2014-06-16T11:54:00Z")

</div>

Hi Alex,

thanks for the clarification about the term suggester.  
That leaves either the phrase suggester or autocomplete suggester.  
The field I want to find suggestions for usually has a lot of words.  
So I'd prefer to complete only the current word, not the whole content of  
the field.  
Is this possible with the autocomplete suggester?

Which analyzers are best suited for this use case?

-- Klaus

Am Montag, 16. Juni 2014 13:45:56 UTC+2 schrieb Alexander Reelsen:

> Hey,
> 
> the term suggester takes a query like "search is awesome" and returns  
> suggestions for each of the terms, so three different suggestions are  
> returned here. You maybe want to take a look at the completion suggester,  
> see
> 
> [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/blog/you-complete-me/)
> 
> [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html)
> 
> --Alex
> 
> On Tue, Jun 3, 2014 at 11:13 AM, Klaus Stadler \<  
> [klaus....@united-internet-media.de](mailto:klaus....@united-internet-media.de) \<javascript:\>\> wrote:
> 
> > Hello,
> > 
> > is it correct that Term Suggester is what is closes to Google style  
> > autocompletion?  
> > If so, how do you use the term suggester?  
> > Unfortunately, I can't find any examples in the ES documentation.
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/d2bc5e70-37e9-41e6-bc30-bf77ae2ee4b9%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/ab937435-0785-40bb-ac1e-32546cd807bb%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/ab937435-0785-40bb-ac1e-32546cd807bb%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:22am UTC](https://discuss.elastic.co/t/term-suggester-usage/17876/4 "2017-07-06T01:22:14Z")

</div>


