ScoringConfigResponse

data class ScoringConfigResponse(val disableFreshness: Boolean, val disablePersonalization: Boolean)

Scoring configurations for a source while processing a Search or Suggest request.

Constructors

Link copied to clipboard
fun ScoringConfigResponse(disableFreshness: Boolean, disablePersonalization: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to use freshness as a ranking signal. By default, freshness is used as a ranking signal. Note that this setting is not available in the Admin UI.

Link copied to clipboard

Whether to personalize the results. By default, personal signals will be used to boost results.