cloudsearch_describe_analysis_schemes {paws.analytics} | R 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 ( |