DistanceScoringParameters Constructors
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.
Overloads
DistanceScoringParameters() |
Initializes a new instance of the DistanceScoringParameters class. |
DistanceScoringParameters(String, Double) |
Initializes a new instance of the DistanceScoringParameters class. |
DistanceScoringParameters()
- Source:
- DistanceScoringParameters.cs
Initializes a new instance of the DistanceScoringParameters class.
public DistanceScoringParameters ();
Public Sub New ()
Applies to
DistanceScoringParameters(String, Double)
- Source:
- DistanceScoringParameters.cs
Initializes a new instance of the DistanceScoringParameters class.
public DistanceScoringParameters (string referencePointParameter, double boostingDistance);
new Microsoft.Azure.Search.Models.DistanceScoringParameters : string * double -> Microsoft.Azure.Search.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.
Applies to
Azure SDK for .NET