你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScoringProfile Class

Definition

Defines parameters for a search index that influence scoring in search queries.

public class ScoringProfile
type ScoringProfile = class
Public Class ScoringProfile
Inheritance
ScoringProfile

Constructors

ScoringProfile(String)

Initializes a new instance of ScoringProfile.

Properties

FunctionAggregation

A value indicating how the results of individual scoring functions should be combined. Defaults to "Sum". Ignored if there are no scoring functions.

Functions

The collection of functions that influence the scoring of documents.

Name

The name of the scoring profile.

TextWeights

Parameters that boost scoring based on text matches in certain index fields.

Applies to