Size parameter is not working on suggester 6.2.4

Hi,

The suggester is giving always 5 results

below is my query.
POST product/_doc/_search
{ "size":10,
"suggest": {
"suggestions": {
"term": {
"field": "wordsList"
},
"text": "tomatoa"
}
}
}

elasticsearch version - 6.2.4.
Ubuntu

am i giving it correctly ?. Kindly correct me if i am wrong.

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