Index Document Metadata Configuration Update Search Args
data class IndexDocumentMetadataConfigurationUpdateSearchArgs(val displayable: Output<Boolean>? = null, val facetable: Output<Boolean>? = null, val searchable: Output<Boolean>? = null, val sortable: Output<Boolean>? = null) : ConvertibleToJava<IndexDocumentMetadataConfigurationUpdateSearchArgs>
Properties
Link copied to clipboard
Determines whether the field is returned in the query response. The default is true
.
Link copied to clipboard
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.