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
 
Options for a field that contains an array of text strings. Present if IndexFieldType specifies the field is of type text-array. A text-array field is always searchable. All options are enabled by default.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearch.Model.TextArrayOptions

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

Syntax

C#
public class TextArrayOptions : Object

The TextArrayOptions type exposes the following members

Constructors

NameDescription
Public Method TextArrayOptions()

Properties

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

The name of an analysis scheme for a text-array field.

Public Property DefaultValue System.String Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document.
Public Property HighlightEnabled System.Boolean Gets and sets the property HighlightEnabled.

Whether highlights can be returned for the field.

Public Property ReturnEnabled System.Boolean Gets and sets the property ReturnEnabled.

Whether the contents of the field can be returned in the search results.

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

A list of source fields to map to the field.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8