AWS::Kendra::Index Search - AWS CloudFormation

AWS::Kendra::Index Search

Provides information about how a custom index field is used during a search.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Displayable" : Boolean, "Facetable" : Boolean, "Searchable" : Boolean, "Sortable" : Boolean }

YAML

Displayable: Boolean Facetable: Boolean Searchable: Boolean Sortable: Boolean

Properties

Displayable

Determines whether the field is returned in the query response. The default is true.

Required: No

Type: Boolean

Update requires: No interruption

Facetable

Indicates that the field can be used to create search facets, a count of results for each value in the field. The default is false .

Required: No

Type: Boolean

Update requires: No interruption

Searchable

Determines whether the field is used in the search. If the Searchable field is true, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is true for string fields and false for number and date fields.

Required: No

Type: Boolean

Update requires: No interruption

Sortable

Determines whether the field can be used to sort the results of a query. The default is false.

Required: No

Type: Boolean

Update requires: No interruption