cloudsearch_describe_analysis_schemes: Gets the analysis schemes configured for a domain

View source: R/cloudsearch_operations.R

cloudsearch_describe_analysis_schemesR Documentation

Gets the analysis schemes configured for a domain

Description

Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

See https://www.paws-r-sdk.com/docs/cloudsearch_describe_analysis_schemes/ for full documentation.

Usage

cloudsearch_describe_analysis_schemes(
  DomainName,
  AnalysisSchemeNames = NULL,
  Deployed = NULL
)

Arguments

DomainName

[required] The name of the domain you want to describe.

AnalysisSchemeNames

The analysis schemes you want to describe.

Deployed

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.