SemanticSearchResult.RerankerBoostedScore Property
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.
The relevance score computed by boosting the Reranker Score. Search results are sorted by the RerankerScore/RerankerBoostedScore based on useScoringProfileBoostedRanking in the Semantic Config. RerankerBoostedScore is only returned for queries of type 'semantic'.
public double? RerankerBoostedScore { get; }
member this.RerankerBoostedScore : Nullable<double>
Public ReadOnly Property RerankerBoostedScore As Nullable(Of Double)