GetIndexDocumentMetadataConfigurationUpdateRelevance

data class GetIndexDocumentMetadataConfigurationUpdateRelevance(val duration: String, val freshness: Boolean, val importance: Int, val rankOrder: String, val valuesImportanceMap: Map<String, Int>)

Constructors

constructor(duration: String, freshness: Boolean, importance: Int, rankOrder: String, valuesImportanceMap: Map<String, Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time period that the boost applies to. For more information, refer to Duration.

Link copied to clipboard

How "fresh" a document is. For more information, refer to Freshness.

Link copied to clipboard

Relative importance of the field in the search. Larger numbers provide more of a boost than smaller numbers. Minimum value of 1. Maximum value of 10.

Link copied to clipboard

Determines how values should be interpreted. For more information, refer to RankOrder.

Link copied to clipboard

A list of values that should be given a different boost when they appear in the result list. For more information, refer to ValueImportanceMap.