v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1452132172.2 KB

Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.

get/#Action=DefineAnalysisScheme

Query parameters

DomainNamestring required

A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

AnalysisSchemeNamestring required

Names must begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore).

AnalysisSchemeLanguage'ar' | 'bg' | 'ca' | 'cs' | 'da' | 'de' | 'el' | 'en' | 'es' | 'eu' | 'fa' | 'fi' | 'fr' | 'ga' | 'gl' | 'he' | 'hi' | 'hu' | 'hy' | 'id' | 'it' | 'ja' | 'ko' | 'lv' | 'mul' | 'nl' | 'no' | 'pt' | 'ro' | 'ru' | 'sv' | 'th' | 'tr' | 'zh-Hans' | 'zh-Hant' required

An <a href="http://tools.ietf.org/html/rfc4646" target="_blank">IETF RFC 4646</a> language code or <code>mul</code> for multiple languages.

Action'DefineAnalysisScheme' required
Version'2013-01-01' required

Response

Success