RerankingMetadataSelectiveModeConfiguration
Configuration for selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.
Inheritors
Types
A list of metadata field names to explicitly exclude from the reranking process. All metadata fields except these will be considered when reordering search results. This parameter cannot be used together with fieldsToInclude.
A list of metadata field names to explicitly include in the reranking process. Only these fields will be considered when reordering search results. This parameter cannot be used together with fieldsToExclude.
Functions
Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToExclude and retrieves its kotlin.collections.List
Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToExclude and retrieves its kotlin.collections.List
Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToInclude and retrieves its kotlin.collections.List
Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToInclude and retrieves its kotlin.collections.List