AWS SDK for .NET Documentation
Suggester Class
AmazonAmazon.CloudSearch.ModelSuggester Did this page help you?   Yes   No    Tell us about it...

Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: FuzzyMatching , SortExpression .

Declaration Syntax
C#
public class Suggester
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Suggester()()()()
Initializes a new instance of the Suggester class

DocumentSuggesterOptions
Options for a search suggester.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SuggesterName
A string that represents the name of an index field. Field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). The name "score" is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

Constraints:

Length
1 - 64
Pattern
[a-z][a-z0-9_]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDocumentSuggesterOptions(DocumentSuggesterOptions) Obsolete.
Sets the DocumentSuggesterOptions property

WithSuggesterName(String) Obsolete.
Sets the SuggesterName property

Inheritance Hierarchy
Object
Suggester

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)