amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.SpellCorrectionConfiguration

Description

 
Synopsis

Documentation

data SpellCorrectionConfiguration Source #

Provides the configuration information for suggested query spell corrections.

Suggested spell corrections are based on words that appear in your indexed documents and how closely a corrected word matches a misspelled word.

This feature is designed with certain defaults or limits. For information on the current limits and how to request more support for some limits, see the Spell Checker documentation.

See: newSpellCorrectionConfiguration smart constructor.

Constructors

SpellCorrectionConfiguration' 

Fields

Instances

Instances details
ToJSON SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

Generic SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

Associated Types

type Rep SpellCorrectionConfiguration :: Type -> Type #

Read SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

Show SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

NFData SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

Eq SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

Hashable SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

type Rep SpellCorrectionConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SpellCorrectionConfiguration

type Rep SpellCorrectionConfiguration = D1 ('MetaData "SpellCorrectionConfiguration" "Amazonka.Kendra.Types.SpellCorrectionConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "SpellCorrectionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeQuerySpellCheckSuggestions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newSpellCorrectionConfiguration Source #

Create a value of SpellCorrectionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:includeQuerySpellCheckSuggestions:SpellCorrectionConfiguration', spellCorrectionConfiguration_includeQuerySpellCheckSuggestions - TRUE to suggest spell corrections for queries.