AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
simple
: search all text
and text-array
fields for the specified string. Search for phrases, individual terms, and prefixes.
structured
: search specific fields, construct compound queries
using Boolean operators, and use advanced features such as term boosting and proximity
searching.lucene
: specify search criteria using the Apache
Lucene query parser syntax.dismax
: specify search criteria
using the simplified subset of the Apache Lucene query parser syntax defined by the
DisMax query parser.For more information, see Searching Your Data in the Amazon CloudSearch Developer Guide.
The endpoint for submitting Search
requests is domain-specific. You submit
search 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.
Namespace: Amazon.CloudSearchDomain
Assembly: AWSSDK.dll
Version: (assembly version)
public abstract SearchResponse Search( SearchRequest request )
Container for the necessary parameters to execute the Search service method.
Exception | Condition |
---|---|
SearchException | Information about any problems encountered while processing a search request. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5