Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ScoringFunctionAggregation type
- Package:
- @azure/search-documents
Defines the aggregation function used to combine the results of all the scoring functions in a scoring profile.
type ScoringFunctionAggregation =
| "sum"
| "average"
| "minimum"
| "maximum"
| "firstMatching"
| "product"
