searchable property
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.
Implementation
final bool? searchable;