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.DocumentMetadataConfiguration

Description

 
Synopsis

Documentation

data DocumentMetadataConfiguration Source #

Specifies the properties, such as relevance tuning and searchability, of an index field.

See: newDocumentMetadataConfiguration smart constructor.

Constructors

DocumentMetadataConfiguration' 

Fields

Instances

Instances details
FromJSON DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

ToJSON DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

Generic DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

Associated Types

type Rep DocumentMetadataConfiguration :: Type -> Type #

Read DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

Show DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

NFData DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

Eq DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

Hashable DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

type Rep DocumentMetadataConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.DocumentMetadataConfiguration

type Rep DocumentMetadataConfiguration = D1 ('MetaData "DocumentMetadataConfiguration" "Amazonka.Kendra.Types.DocumentMetadataConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "DocumentMetadataConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "relevance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Relevance)) :*: S1 ('MetaSel ('Just "search") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Search))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DocumentAttributeValueType))))

newDocumentMetadataConfiguration Source #

Create a value of DocumentMetadataConfiguration 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:relevance:DocumentMetadataConfiguration', documentMetadataConfiguration_relevance - Provides tuning parameters to determine how the field affects the search results.

$sel:search:DocumentMetadataConfiguration', documentMetadataConfiguration_search - Provides information about how the field is used during a search.

$sel:name:DocumentMetadataConfiguration', documentMetadataConfiguration_name - The name of the index field.

$sel:type':DocumentMetadataConfiguration', documentMetadataConfiguration_type - The data type of the index field.

documentMetadataConfiguration_relevance :: Lens' DocumentMetadataConfiguration (Maybe Relevance) Source #

Provides tuning parameters to determine how the field affects the search results.

documentMetadataConfiguration_search :: Lens' DocumentMetadataConfiguration (Maybe Search) Source #

Provides information about how the field is used during a search.