ScoringFunction(String, Double, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.