ScoringProfile Class
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.
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
Azure SDK for .NET