# How to get search suggestions?

**URL:** https://discuss.elastic.co/t/how-to-get-search-suggestions/46386
**Category:** Elasticsearch
**Created:** [April 5, 2016, 12:31pm UTC](https://discuss.elastic.co/t/how-to-get-search-suggestions/46386 "2016-04-05T12:31:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![batmaci](https://avatars.discourse-cdn.com/v4/letter/b/f08c70/32.png) [@batmaci](https://discuss.elastic.co/u/batmaci)
#### Post date: [April 5, 2016, 12:31pm UTC](https://discuss.elastic.co/t/how-to-get-search-suggestions/46386/1 "2016-04-05T12:31:50Z")

</div>

I am looking to build kind of search suggestions as shown in the image attached. I already looked into the suggesters but I am not sure if that is the solution for it. because I can create suggesters based on an indexed field like product name but output in the image isnt product name indeed. So what could it be? Some manual created labels?

or are they results from statistics? Is it even posisble to query statistics like suggesting "most searched words"? I guess google is also doing something like that

![](https://us1.discourse-cdn.com/elastic/original/2X/4/4c81cb5c9d39861742b7f2e2b2f072edd8f83efb.png)

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [April 7, 2016, 1:03am UTC](https://discuss.elastic.co/t/how-to-get-search-suggestions/46386/2 "2016-04-07T01:03:38Z")

</div>

This isn't something that can be given in a simple answer. You need to look at thing like analysers, ngrams and more.

Maybe have a look at [https://www.elastic.co/guide/en/elasticsearch/guide/master/languages.html](https://www.elastic.co/guide/en/elasticsearch/guide/master/languages.html)

---

<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 5, 2017, 11:01pm UTC](https://discuss.elastic.co/t/how-to-get-search-suggestions/46386/3 "2017-07-05T23:01:41Z")

</div>


