Class: Aws::Kendra::Types::DocumentRelevanceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DocumentRelevanceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Overrides the document relevance properties of a custom index field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the index field.
-
#relevance ⇒ Types::Relevance
Provides information for tuning the relevance of a field in a search.
Instance Attribute Details
#name ⇒ String
The name of the index field.
4796 4797 4798 4799 4800 4801 |
# File 'lib/aws-sdk-kendra/types.rb', line 4796 class DocumentRelevanceConfiguration < Struct.new( :name, :relevance) SENSITIVE = [] include Aws::Structure end |
#relevance ⇒ Types::Relevance
Provides information for tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.
4796 4797 4798 4799 4800 4801 |
# File 'lib/aws-sdk-kendra/types.rb', line 4796 class DocumentRelevanceConfiguration < Struct.new( :name, :relevance) SENSITIVE = [] include Aws::Structure end |