다음을 통해 공유


FreshnessScoringParameters(TimeSpan) Constructor

Definition

Initializes a new instance of FreshnessScoringParameters.

public FreshnessScoringParameters (TimeSpan boostingDuration);
new Azure.Search.Documents.Indexes.Models.FreshnessScoringParameters : TimeSpan -> Azure.Search.Documents.Indexes.Models.FreshnessScoringParameters
Public Sub New (boostingDuration As TimeSpan)

Parameters

boostingDuration
TimeSpan

The expiration period after which boosting will stop for a particular document.

Applies to