AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
Container for the parameters to the UpdateDefaultSearchField operation. Configures the default search field for the search domain. The default search field is the text field that is searched when a search request does not specify which fields to search. By default, it is configured to include the contents of all of the domain's text fields.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudSearch_2011_02_01.AmazonCloudSearchRequest
      Amazon.CloudSearch_2011_02_01.Model.UpdateDefaultSearchFieldRequest

Namespace: Amazon.CloudSearch_2011_02_01.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateDefaultSearchFieldRequest : AmazonCloudSearchRequest
         IRequestEvents

The UpdateDefaultSearchFieldRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultSearchField System.String Gets and sets the property DefaultSearchField.

The text field to search if the search request does not specify which field to search. The default search field is used when search terms are specified with the q parameter, or if a match expression specified with the bq parameter does not constrain the search to a particular field. The default is an empty string, which automatically searches all text fields.

Public Property DomainName System.String Gets and sets the property DomainName.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5