DistanceScoringParameters(String, Double) 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 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.