ScoringFunction(String, Double, String) Constructor

Definition

Initializes a new instance of ScoringFunction.

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

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.

type
String

Type of ScoringFunction.

Exceptions

fieldName or type is null.

Applies to