Condividi tramite


SearchScoreThreshold(Double) Constructor

Definition

Initializes a new instance of SearchScoreThreshold.

public SearchScoreThreshold (double value);
new Azure.Search.Documents.Models.SearchScoreThreshold : double -> Azure.Search.Documents.Models.SearchScoreThreshold
Public Sub New (value As Double)

Parameters

value
Double

The threshold will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.

Applies to