FreshnessScoringParameters.BoostingDuration Property

Definition

Gets or sets the expiration period after which boosting will stop for a particular document.

[Newtonsoft.Json.JsonProperty(PropertyName="boostingDuration")]
public TimeSpan BoostingDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="boostingDuration")>]
member this.BoostingDuration : TimeSpan with get, set
Public Property BoostingDuration As TimeSpan

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to