Share via


DistanceScoringParameters(String, Double) Constructor

Definition

Initializes a new instance of DistanceScoringParameters.

public DistanceScoringParameters (string referencePointParameter, double boostingDistance);
new Azure.Search.Documents.Indexes.Models.DistanceScoringParameters : string * double -> Azure.Search.Documents.Indexes.Models.DistanceScoringParameters
Public Sub New (referencePointParameter As String, boostingDistance As Double)

Parameters

referencePointParameter
String

The name of the parameter passed in search queries to specify the reference location.

boostingDistance
Double

The distance in kilometers from the reference location where the boosting range ends.

Exceptions

referencePointParameter is null.

Applies to