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.
Options for a search suggester.
Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.CloudSearch.dll
Version: 3.x.y.z
public class DocumentSuggesterOptions
The DocumentSuggesterOptions type exposes the following members
Name | Description | |
---|---|---|
![]() |
DocumentSuggesterOptions() |
Name | Type | Description | |
---|---|---|---|
![]() |
FuzzyMatching | Amazon.CloudSearch.SuggesterFuzzyMatching |
Gets and sets the property FuzzyMatching.
The level of fuzziness allowed when suggesting matches for a string: |
![]() |
SortExpression | System.String |
Gets and sets the property SortExpression.
An expression that computes a score for each suggestion to control how they are sorted.
The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of
2^31-1. A document's relevance score is not computed for suggestions, so sort expressions
cannot reference the |
![]() |
SourceField | System.String |
Gets and sets the property SourceField. The name of the index field you want to use for suggestions. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5