amazonka-cloudsearch-domains-1.3.1: Amazon CloudSearch Domain SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearchDomains.Suggest

Contents

Description

Retrieves autocomplete suggestions for a partial query string. You can use suggestions enable you to display likely matches before users finish typing. In Amazon CloudSearch, suggestions are based on the contents of a particular text field. When you request suggestions, Amazon CloudSearch finds all of the documents whose values in the suggester field start with the specified query string. The beginning of the field must match the query string to be considered a match.

For more information about configuring suggesters and retrieving suggestions, see Getting Suggestions in the Amazon CloudSearch Developer Guide.

The endpoint for submitting Suggest requests is domain-specific. You submit suggest requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service DescribeDomains action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console.

See: AWS API Reference for Suggest.

Synopsis

Creating a Request

suggest Source

Creates a value of Suggest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data Suggest Source

Container for the parameters to the Suggest request.

See: suggest smart constructor.

Request Lenses

sSize :: Lens' Suggest (Maybe Integer) Source

Specifies the maximum number of suggestions to return.

sQuery :: Lens' Suggest Text Source

Specifies the string for which you want to get suggestions.

sSuggester :: Lens' Suggest Text Source

Specifies the name of the suggester to use to find suggested matches.

Destructuring the Response

suggestResponse Source

Creates a value of SuggestResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

srsSuggest :: Lens' SuggestResponse (Maybe SuggestModel) Source

Container for the matching search suggestion information.

srsStatus :: Lens' SuggestResponse (Maybe SuggestStatus) Source

The status of a SuggestRequest. Contains the resource ID (rid) and how long it took to process the request (timems).

srsResponseStatus :: Lens' SuggestResponse Int Source

The response status code.