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.
Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.
Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.CloudSearch.dll
Version: 3.x.y.z
public class AnalysisOptions
The AnalysisOptions type exposes the following members
Name | Description | |
---|---|---|
![]() |
AnalysisOptions() |
Name | Type | Description | |
---|---|---|---|
![]() |
AlgorithmicStemming | Amazon.CloudSearch.AlgorithmicStemming |
Gets and sets the property AlgorithmicStemming.
The level of algorithmic stemming to perform: |
![]() |
JapaneseTokenizationDictionary | System.String |
Gets and sets the property JapaneseTokenizationDictionary. A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields. |
![]() |
StemmingDictionary | System.String |
Gets and sets the property StemmingDictionary.
A JSON object that contains a collection of string:value pairs that each map a term
to its stem. For example, |
![]() |
Stopwords | System.String |
Gets and sets the property Stopwords.
A JSON array of terms to ignore during indexing and searching. For example, |
![]() |
Synonyms | System.String |
Gets and sets the property Synonyms. A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide. |
.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