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