Class FreshnessScoringParameters
Provides parameter values to a freshness scoring function.
Inheritance
System.Object
FreshnessScoringParameters
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public class FreshnessScoringParameters
Constructors
FreshnessScoringParameters(TimeSpan)
Initializes a new instance of FreshnessScoringParameters.
Declaration
public FreshnessScoringParameters (TimeSpan boostingDuration);
Parameters
System.TimeSpan
boostingDuration
The expiration period after which boosting will stop for a particular document. |
Properties
BoostingDuration
The expiration period after which boosting will stop for a particular document.
Declaration
public TimeSpan BoostingDuration { get; set; }
Property Value
System.TimeSpan
|