Which three actions...
 
Notifications
Clear all

Which three actions should you perform? Each correct answer presents part of the solution. NOTE:

1 Posts
1 Users
0 Likes
148 Views
(@benninkcarrol)
Noble Member
Joined: 2 years ago
Posts: 687
Topic starter  

You are developing the smart e-commerce project.

You need to implement autocompletion as part of the Cognitive Search solution.

Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose three.)

  • A . Make API queries to the autocomplete endpoint and include suggesterName in the body.
  • B . Add a suggester that has the three product name fields as source fields.
  • C . Make API queries to the search endpoint and include the product name fields in the searchFields query parameter.
  • D . Add a suggester for each of the three product name fields.
  • E . Set the searchAnalyzer property for the three product name variants.
  • F . Set the analyzer property for the three product name variants.

Show Answer Hide Answer

Suggested Answer: ABF

Explanation:

Scenario: Support autocompletion and autosuggestion based on all product name variants.

A: Call a suggester-enabled query, in the form of a Suggestion request or Autocomplete request, using an API. API usage is illustrated in the following call to the Autocomplete REST API.

POST /indexes/myxboxgames/docs/autocomplete?search&api-version=2020-06-30

{

"search": "minecraf",

"suggesterName": "sg"

}

B: In Azure Cognitive Search, typeahead or "search-as-you-type" is enabled through a suggester. A suggester provides a list of fields that undergo additional tokenization, generating prefix sequences to support matches on partial terms. For example, a suggester that includes a City field with a value for "Seattle" will have prefix combinations of "sea", "seat", "seatt", and "seattl" to support typeahead.

F. Use the default standard Lucene analyzer ("analyzer": null) or a language analyzer (for example, "analyzer": "en.Microsoft") on the field.

Reference: https://docs.microsoft.com/en-us/azure/search/index-add-suggesters

   
Quote

Latest Microsoft AI-102 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: