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.

Constructors

Link copied to clipboard
constructor(value: List<FieldForReranking>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToExclude and retrieves its kotlin.collections.List value. Throws an exception if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToExclude.

Link copied to clipboard

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToExclude and retrieves its kotlin.collections.List value. Returns null if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToExclude.

Link copied to clipboard

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToInclude and retrieves its kotlin.collections.List value. Throws an exception if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToInclude.

Link copied to clipboard

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToInclude and retrieves its kotlin.collections.List value. Returns null if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToInclude.