Question 47:
In order to improve query productivity, you decide to use suggester as offered in Azure Cognitive search. You enable suggestions on “city” as the key field. The response will provide users with matching documents. Review the code snippet given below and complete it by choosing the most appropriate query parameter to limit the search to 5 cities: <pre>POST /indexes/city/docs/suggest?api-version=2020-06-30 { "search": "new", "............................": 5, "suggesterName": "suggester1" } </pre>
Answer options:
A.select B.top C.filter D.fuzzy