ScoringConfigArgs

data class ScoringConfigArgs(val disableFreshness: Output<Boolean>? = null, val disablePersonalization: Output<Boolean>? = null) : ConvertibleToJava<ScoringConfigArgs>

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

Constructors

Link copied to clipboard
fun ScoringConfigArgs(disableFreshness: Output<Boolean>? = null, disablePersonalization: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ScoringConfigArgs

Properties

Link copied to clipboard
val disableFreshness: Output<Boolean>? = null

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
val disablePersonalization: Output<Boolean>? = null

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