Suggesters not working in Elasticsearch 5.3 (AWS)

I can't get suggesters to work in Elasticsearch 5.3 (AWS).
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html#search-suggesters

I'm trying the samples but the options array for the returned suggesters is always an empty array. Is there any special mapping I need to do on my index? Are suggesters supported on the AWS version of Elasticsearch 5.3?

In case it changes anything here is the doc for 5.3: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/search-suggesters.html#search-suggesters

If it doesn't work, may be ask their support.

BTW did you look at cloud.elastic.co and https://aws.amazon.com/marketplace/pp/B01N6YCISK ?

Yes, it seems to support it from the docs but I know AWS does have some features disabled.

Is there anyway to do some type of debugging to figure out why I'm not getting any suggested terms? Do the fields have to have any special type?

There is a full working example on this page: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/search-suggesters-phrase.html

You can run it on AWS service. If it does not work, then create a free trial instance on cloud.elastic.co and try there as well.

That will give you the answer I guess.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.