FreshnessScoringFunction(String, Double, FreshnessScoringParameters) Constructor

Definition

Initializes a new instance of FreshnessScoringFunction.

public FreshnessScoringFunction (string fieldName, double boost, Azure.Search.Documents.Indexes.Models.FreshnessScoringParameters parameters);
new Azure.Search.Documents.Indexes.Models.FreshnessScoringFunction : string * double * Azure.Search.Documents.Indexes.Models.FreshnessScoringParameters -> Azure.Search.Documents.Indexes.Models.FreshnessScoringFunction
Public Sub New (fieldName As String, boost As Double, parameters As FreshnessScoringParameters)

Parameters

fieldName
String

The name of the field used as input to the scoring function.

boost
Double

A multiplier for the raw score. Must be a positive number not equal to 1.0.

parameters
FreshnessScoringParameters

Parameter values for the freshness scoring function.

Exceptions

fieldName is an empty string.

fieldName or parameters is null.

Applies to